Граф коммитов

221 Коммитов

Автор SHA1 Сообщение Дата
jfrijters 844c6bcb5e Forked java/sql/DriverManager.java. 2009-01-05 06:04:12 +00:00
smallsql 4660df4856 Fix bug with reading PNG images 2009-01-04 21:15:00 +00:00
smallsql 6ef775a01b JPEG support added to ImageIO 2009-01-04 18:26:40 +00:00
jfrijters 6c59d613bd Moved AccessController.doPrivileged() to Java and use CallerID to avoid stack walk. 2009-01-02 10:44:05 +00:00
jfrijters f97a259b48 Forked java/security/AccessController.java. 2009-01-02 09:04:06 +00:00
jfrijters d987350ae2 Forked java/util/ResourceBundle.java to remove custom stack walking and use CallerID instead. 2009-01-02 08:49:18 +00:00
smallsql ea4f6fa809 Hide new public methods in BufferedImage 2008-12-31 15:37:28 +00:00
smallsql 3d2604205a Remove NetBufferedImage and merge the code in the class BufferedImage. Now the class BufferedImage has 2 buffers. A Java Raster and .NET Bitmap. 2008-12-30 10:28:10 +00:00
smallsql 10519b422d remove absolute path 2008-12-26 19:56:07 +00:00
jfrijters 20a9744657 It turns out that we really should create an MBeanServer, even if we don't populate it with anything useful, applications might still want to register their own MBeans.
This fix allows Derby 10.4.2.0 to work.
2008-12-24 07:00:23 +00:00
jfrijters 968e7e067c Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
jfrijters 7ade017084 Removed workaround I no longer care about. 2008-12-23 06:18:50 +00:00
jfrijters 2ce813b790 Removed accessor that is no longer needed now that ResolverConfigurationImpl has been forked. 2008-12-23 05:41:26 +00:00
jfrijters 28f74eac17 Forked three files to make minor changes to reduce dependencies (and in the case of ResolverConfigurationImpl.java to remove the need for a map.xml hack). 2008-12-23 05:30:13 +00:00
jfrijters 64cf1e9d1f Removed, because it is no longer needed. 2008-12-19 11:33:09 +00:00
jfrijters 9619910f6f Use our version of java/awt/image/Raster.java (provided by Volker) instead of the one from the OpenJDK directory. 2008-12-19 11:28:26 +00:00
smallsql 08fbc6b63b replace a small part (BufferedImage ff) of classpath with OpenJDK 2008-12-19 09:53:42 +00:00
jfrijters 3b4bce9333 Generate assembly versions for IKVM.OpenJDK.ClassLibrary.dll and JVM.dll automatically based on IKVM.Runtime.dll version. 2008-11-19 05:42:47 +00:00
jfrijters c1d447e1f6 Oops. Apparantly NAnt's assemblyname::get-assembly-name() isn't relative to the current project directory. 2008-11-18 07:59:02 +00:00
jfrijters abe67b5a22 Changed build to autogenerate the assembly qualified name of the AWT peer toolkit. 2008-11-18 07:46:53 +00:00
jfrijters baf6228d28 Removed our version of System.Runtime.CompilerServices.ExtensionAttribute and instead add System.Core.jar to the compilation, this will allow us to reference the real ExtensionAttribute when it is available and yet the build will still work (albeit with a warning and without the ExtensionAttribute) when it is not available (i.e. when building on .NET 2.0). 2008-11-18 05:35:58 +00:00
jfrijters e62914f4a1 - Made java.lang.ClassLoader.loadClassInternal() accessible.
- Call ClassLoader.loadClassInternal() instead of ClassLoader.loadClass() to lock class loader object.
2008-11-18 05:25:06 +00:00
jfrijters c9b373d85a Set encoding of AssemblyInfo.java to ascii, to prevent a BOM character on Linux that causes javac to barf. 2008-11-14 07:53:04 +00:00
jfrijters d2d0156ed9 Changed version to 0.39. 2008-11-14 07:51:31 +00:00
jfrijters 770c550e30 Added missing resource file. 2008-09-23 05:03:07 +00:00
jfrijters 338a3b3c5f - Removed unneeded MANIFEST.MF (it is already in resources.jar).
- Added -nowarn:110 to remove warning about missing JNI assembly.
2008-09-22 04:13:47 +00:00
jfrijters 86338bb5ba Updated version to 1.6 and removed Specification-Vendor entry. 2008-09-21 10:42:25 +00:00
jfrijters f6628fce21 Removed hardcoded ikvm PublicKey from build. 2008-09-21 09:53:06 +00:00
jfrijters 5cd8a0b5b9 Moved sound factory methods to runtime, to allow for easier experimentation with a sound implementation. 2008-09-21 09:45:00 +00:00
jfrijters 1d404c44a0 Updated copyright notices. 2008-09-18 05:01:25 +00:00
jfrijters 3bbce96961 Updated OpenJDK version property to b12. 2008-09-16 07:01:28 +00:00
jfrijters bfdbe1d2b3 Changed path from openjdk6-b10 to openjdk6-b12. 2008-09-16 07:00:38 +00:00
jfrijters 090f4addf8 Changed paths from openjdk6-b10 to openjdk6-b12. 2008-09-16 06:59:21 +00:00
jfrijters 2381194072 Removed the usage of .NET reflection. 2008-09-01 05:19:04 +00:00
jfrijters a07c38f656 Forked java/nio/Bits.java to remove unsafe code from static initializer. 2008-09-01 04:00:06 +00:00
jfrijters b91bce8821 Added helper methods to no longer require reflection to instantiate DirectByteBuffer from JNI. 2008-08-21 06:05:24 +00:00
jfrijters 21c028191c Moved generated exception mapping code from ExceptionHelper to Throwable and made it slightly less hacky. 2008-08-14 06:51:32 +00:00
jfrijters 714af027ed Reformatted. 2008-08-14 06:02:54 +00:00
jfrijters cfa6af5782 Added "core" target that allows running just the ikvmc step. 2008-08-07 07:47:57 +00:00
jfrijters 5253f60f4d Reformattted. 2008-08-07 07:40:57 +00:00
jfrijters 67e94e6b99 Removed IcedTea files that haven't been used for a while (now that OpenJDK has the crypto stuff). 2008-08-06 13:04:21 +00:00
jfrijters bbc8bab48c Yet another attempt to get datagram socket connect/disconnect to work reliably. 2008-08-04 07:23:59 +00:00
jfrijters de73b425d3 Made error handling compatible with OpenJDK to pass OpenJDK tests. 2008-07-21 12:16:41 +00:00
jfrijters cd3871e0ce Fix to pass OpenJDK ConstructInflaterOutput test. 2008-07-07 06:06:32 +00:00
jfrijters d3f268dfe4 Chaned exception messages to be the same as OpenJDK exception messages. 2008-07-04 09:04:21 +00:00
jfrijters edfee41d88 Allow available() to be called on closed stream. OpenJDK test java/util/zip/Available now passes. 2008-07-04 08:47:31 +00:00
jfrijters 4c779e3284 Made zip entry header reading lazy. OpenJDK test ReadAfterClose now passes. 2008-07-04 08:25:55 +00:00
jfrijters 172a5f9160 Support zip files with more than 64K files. OpenJDK test ManyEntries now passes. 2008-07-04 07:39:50 +00:00
jfrijters e4814fe738 - Refactored constructors.
- Fixed constructors to throw FileNotFoundException.
2008-07-04 07:28:55 +00:00
jfrijters e184ef84f5 Removed getEntries(), since we now read the directory in the constructor (instead of lazily). 2008-07-04 07:12:41 +00:00