Thu, 04 Jun 2009 11:28:03 +0800 xuelei 6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate
Fri, 29 May 2009 16:34:49 -0700 sherman 6808625: Incomplete code sample in Deflater javadoc
Fri, 29 May 2009 16:27:26 -0700 jjg 6838199: remove support for old javap
Fri, 29 May 2009 15:51:43 +0100 chegar 6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
Wed, 27 May 2009 15:32:21 -0700 kamg Merge
Wed, 27 May 2009 13:20:23 -0700 kamg 6838211: jdk docs creation broken for tracing docs
Wed, 27 May 2009 13:02:00 -0700 mchung Merge
Tue, 26 May 2009 18:09:32 -0700 mchung 6535104: TEST_BUG: FindDeadlocks.java fails intermittently.
Tue, 26 May 2009 18:07:14 -0700 mchung 6512493: TEST_BUG: unexpected LockInfo failure in LockedSynchronizers.java
Tue, 26 May 2009 18:02:44 -0700 mchung 5080203: TEST_BUG: ThreadStateTest fails intermittently.
Tue, 26 May 2009 17:54:28 -0700 mchung 6798842: TEST_BUG: ThreadStackTrace.java fails intermittently with unexpected thread status.
Tue, 26 May 2009 17:47:57 -0700 mchung 6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
Wed, 27 May 2009 17:48:22 +0800 xuelei 6845286: Add regression test for name constraints
Tue, 26 May 2009 16:03:51 +0200 jccollet 6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT
Tue, 26 May 2009 16:43:22 +0800 xuelei 6720721: CRL check with circular depency support needed
Tue, 26 May 2009 16:19:18 +0800 xuelei 6822460: support self-issued certificate
Tue, 26 May 2009 10:12:22 +0800 weijun 6844887: NPE in TextCallbackHandler
Mon, 25 May 2009 22:27:26 +0200 jccollet 6349566: java.net.CookieManager doesn't set default domain
Sun, 24 May 2009 16:35:32 -0700 xlu 6806261: BigDecimal.longValueExact() method throws NullPointerException
Sun, 24 May 2009 16:29:57 -0700 xlu 6622432: RFE: Performance improvements to java.math.BigDecimal
Thu, 21 May 2009 23:32:46 -0700 sherman 6843578: Re-implement IBM doublebyte charsets
Wed, 20 May 2009 13:55:50 -0700 jjg 6827026: Change javac source and target default to 7
Wed, 20 May 2009 10:12:37 +0800 weijun 6832353: Krb5LoginModule: use the KRB5CCNAME when searching for Kerberos ticket cache
Wed, 20 May 2009 10:12:00 +0800 weijun 6682516: SPNEGO_HTTP_AUTH/WWW_KRB and SPNEGO_HTTP_AUTH/WWW_SPNEGO failed on all non-windows platforms
Wed, 20 May 2009 10:11:23 +0800 weijun 6832016: {DigestMD5Base,Des3DkCrypto}.setParityBit should use Integer.bitCount
Tue, 19 May 2009 16:33:32 -0700 sherman Merge
Tue, 19 May 2009 16:21:48 -0700 sherman 6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails
Tue, 19 May 2009 16:03:02 -0700 sherman 6843079: Putback for the new EUC_TW is not complete
Tue, 19 May 2009 15:25:29 -0700 sherman 6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
Fri, 26 Jun 2009 15:45:01 +0200 Jaroslav Tulach Adding these two empty files, as otherwise the JDK make build fails
Thu, 25 Jun 2009 09:28:34 +0200 Jaroslav Tulach Really moving org/xml/sax to xml module
Thu, 25 Jun 2009 07:58:24 +0200 Jaroslav Tulach client, corba and tools module need to depend on xml
Wed, 24 Jun 2009 19:30:43 +0200 Jaroslav Tulach Fixing typo in the build script
Wed, 24 Jun 2009 17:51:59 +0200 Jaroslav Tulach Eliminating need for XML SAX and DOM 2 in base Java module
Wed, 24 Jun 2009 17:50:25 +0200 Jaroslav Tulach Reading of exported preferences yields the same results if done via DOM as well as nanoXML parser xml-sax-and-dom-2
Wed, 24 Jun 2009 17:29:29 +0200 Jaroslav Tulach Simple output of Preferences is the same as the original one via DOM xml-sax-and-dom-2
Wed, 24 Jun 2009 16:38:24 +0200 Jaroslav Tulach By default (when no XML SAX and DOM 2 present) parsing the properties stream with simple nanoXML parser xml-sax-and-dom-2
Wed, 24 Jun 2009 14:53:01 +0200 Jaroslav Tulach Providing 1/4 of default implementation for XML operations from java.util.** and verifying that its behaviour is similar enough with the original implementation based on DOM xml-sax-and-dom-2
Wed, 24 Jun 2009 13:44:46 +0200 Jaroslav Tulach Using code injection to separate XML related operations on Properties and Preferences outside of base module. Default implementation is still missing. xml-sax-and-dom-2
Wed, 24 Jun 2009 12:33:10 +0200 Jaroslav Tulach Starting work on eliminating XML chunks from base Java xml-sax-and-dom-2
Mon, 22 Jun 2009 18:07:11 +0200 Jaroslav Tulach Introducing tools module
Mon, 22 Jun 2009 17:40:22 +0200 Jaroslav Tulach Merging eliminateswing branch, as the swing (and AWT) seem to compile separatelly
Mon, 22 Jun 2009 17:38:36 +0200 Jaroslav Tulach All parts of the code compile after the 'client' separation eliminateswing
Mon, 22 Jun 2009 16:46:50 +0200 Jaroslav Tulach Code injection between java.text and java.awt.font to remove dependency of Bidi on AWT. eliminateswing
Mon, 22 Jun 2009 14:00:07 +0200 Jaroslav Tulach JNDI cannot depend on Swing either, so using reflection to read parameters of applet eliminateswing
Mon, 22 Jun 2009 13:15:21 +0200 Jaroslav Tulach Exluding just GSS visual callback handler, not the textual one eliminateswing
Mon, 22 Jun 2009 13:08:07 +0200 Jaroslav Tulach Removing dependency of java.nio on javax.activation by copying impl of MimeType class eliminateswing
Mon, 22 Jun 2009 12:49:51 +0200 Jaroslav Tulach JMX no longer depends on JavaBeans. There is code injection interface to handle their communication with reasonable default fallback. eliminateswing
Mon, 22 Jun 2009 10:15:54 +0200 Jaroslav Tulach In attempt to remove swing I had to comment out also AWT and a lot of XML related stuff which references AWT, DataFlavors, activation, etc. all the time. Now there is about 50 remaining errors in compilation of base classes. eliminateswing
Sat, 20 Jun 2009 22:21:50 +0200 Jaroslav Tulach gensrc needs to be present only when we are merging the sources
Sat, 20 Jun 2009 22:11:08 +0200 Jaroslav Tulach Merge new build tag
Sat, 20 Jun 2009 22:10:34 +0200 Jaroslav Tulach Replacing RepaintManager with RepaintController which does not reference Applet in its signatures
Fri, 19 Jun 2009 21:46:14 +0200 Jaroslav Tulach Cleaning base from references to applet. All eliminated except RepaintManager which has been enriched in 1.6 with a public method that takes Applet as parameter.
Fri, 19 Jun 2009 17:10:53 +0200 Jaroslav Tulach corba classes separated, base does not depend on them anymore
Fri, 19 Jun 2009 15:50:04 +0200 Jaroslav Tulach Merge of the beans separation into the fully buildable JDK
Fri, 19 Jun 2009 15:33:12 +0200 Jaroslav Tulach all java sources compiles as a whole using ant
Fri, 19 Jun 2009 13:14:51 +0200 Jaroslav Tulach Can the JDK be compiled by Ant as a whole? Seems so. With this config the compilation yields no 'cannot found' errors
Thu, 18 Jun 2009 17:48:58 +0200 Jaroslav Tulach Invoking 'ant clean base' after the JDK is compiled via 'make all' now compiles everything into build/modularize/base.jar
Wed, 17 Jun 2009 15:11:07 +0200 Jaroslav Tulach In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).
Wed, 17 Jun 2009 14:45:59 +0200 Jaroslav Tulach Returning back the right type of the static method - now the Beans class cannot be compiled without applet module around