Tue, 27 Nov 2012 13:55:10 -0800 8004068: Fix build problems caused by on-demand imports
jjg [Tue, 27 Nov 2012 13:55:10 -0800] rev 14719
8004068: Fix build problems caused by on-demand imports Reviewed-by: jjg Contributed-by: eric.caspole@amd.com
Wed, 21 Nov 2012 19:09:39 +0000 6574624: javax.tools.JavaCompiler spec contains errors in sample code
vromero [Wed, 21 Nov 2012 19:09:39 +0000] rev 14718
6574624: javax.tools.JavaCompiler spec contains errors in sample code Reviewed-by: jjg, mcimadamore
Wed, 21 Nov 2012 18:40:45 +0000 7190862: javap shows an incorrect type for operands if the 'wide' prefix is used
vromero [Wed, 21 Nov 2012 18:40:45 +0000] rev 14717
7190862: javap shows an incorrect type for operands if the 'wide' prefix is used 7109747: (javap) classfile not treating iinc_w correctly. Reviewed-by: jjg, mcimadamore
Thu, 06 Dec 2012 12:04:44 -0800 Added tag jdk8-b67 for changeset 68edf7c31a6d
katleman [Thu, 06 Dec 2012 12:04:44 -0800] rev 14716
Added tag jdk8-b67 for changeset 68edf7c31a6d
Wed, 05 Jul 2017 18:32:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:32:16 +0200] rev 14715
Merge
Thu, 06 Dec 2012 12:04:30 -0800 Added tag jdk8-b67 for changeset 8f2ccadbf32b
katleman [Thu, 06 Dec 2012 12:04:30 -0800] rev 14714
Added tag jdk8-b67 for changeset 8f2ccadbf32b
Wed, 05 Jul 2017 18:32:12 +0200 Merge
duke [Wed, 05 Jul 2017 18:32:12 +0200] rev 14713
Merge
Thu, 06 Dec 2012 12:04:27 -0800 Added tag jdk8-b67 for changeset 11084bacb67d
katleman [Thu, 06 Dec 2012 12:04:27 -0800] rev 14712
Added tag jdk8-b67 for changeset 11084bacb67d
Wed, 05 Jul 2017 18:32:08 +0200 Merge
duke [Wed, 05 Jul 2017 18:32:08 +0200] rev 14711
Merge
Thu, 06 Dec 2012 12:04:12 -0800 Added tag jdk8-b67 for changeset 66fb055d7580
katleman [Thu, 06 Dec 2012 12:04:12 -0800] rev 14710
Added tag jdk8-b67 for changeset 66fb055d7580
Wed, 05 Jul 2017 18:32:03 +0200 Merge
duke [Wed, 05 Jul 2017 18:32:03 +0200] rev 14709
Merge
Wed, 12 Dec 2012 13:21:39 -0800 Merge
katleman [Wed, 12 Dec 2012 13:21:39 -0800] rev 14708
Merge
Tue, 11 Dec 2012 12:27:34 +0100 8001753: build-infra: mismatch with full debug symbol control for hotspot
erikj [Tue, 11 Dec 2012 12:27:34 +0100] rev 14707
8001753: build-infra: mismatch with full debug symbol control for hotspot Summary: Changing boolean values of ENABLE_DEBUG_SYMBOLS. Reviewed-by: dholmes, ohair
Thu, 06 Dec 2012 12:09:33 +0100 8004104: build-infra: Minor cleanup
erikj [Thu, 06 Dec 2012 12:09:33 +0100] rev 14706
8004104: build-infra: Minor cleanup Reviewed-by: ohrstrom, tbell
Mon, 10 Dec 2012 20:58:36 -0800 Merge
lana [Mon, 10 Dec 2012 20:58:36 -0800] rev 14705
Merge
Tue, 04 Dec 2012 11:46:27 -0800 Merge
lana [Tue, 04 Dec 2012 11:46:27 -0800] rev 14704
Merge
Tue, 04 Dec 2012 15:10:03 +0000 8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message
kmo [Tue, 04 Dec 2012 15:10:03 +0000] rev 14703
8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message Reviewed-by: twisti, alanb, dholmes
Tue, 04 Dec 2012 14:07:30 +0000 7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04
dxu [Tue, 04 Dec 2012 14:07:30 +0000] rev 14702
7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04 7144997: (fs) Files.probeContentType returns null on Solaris 64-bit Reviewed-by: alanb, mduigou
Mon, 03 Dec 2012 11:07:20 -0500 7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
mullan [Mon, 03 Dec 2012 11:07:20 -0500] rev 14701
7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout Summary: Added com.sun.security.ocsp.timeout system property to control timeout Reviewed-by: mullan, vinnie Contributed-by: jason.uh@oracle.com
Mon, 03 Dec 2012 06:00:19 -0800 8004184: security tests leave JSSEServer running
xuelei [Mon, 03 Dec 2012 06:00:19 -0800] rev 14700
8004184: security tests leave JSSEServer running Summary: Use othervm mode to release resources, and correct the system properties issues in JSSE Reviewed-by: chegar
Mon, 03 Dec 2012 17:14:03 +0800 7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
weijun [Mon, 03 Dec 2012 17:14:03 +0800] rev 14699
7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten Reviewed-by: xuelei
Sun, 02 Dec 2012 19:16:56 -0500 7200297: agent code does not handle multiple boot library path elements correctly
dholmes [Sun, 02 Dec 2012 19:16:56 -0500] rev 14698
7200297: agent code does not handle multiple boot library path elements correctly Summary: When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs. Reviewed-by: dholmes, sspitsyn, dsamersoff Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Sun, 02 Dec 2012 16:37:31 +0000 8003846: Override mechanism for currency data should not require creating currency.properties in java.home
alanb [Sun, 02 Dec 2012 16:37:31 +0000] rev 14697
8003846: Override mechanism for currency data should not require creating currency.properties in java.home Reviewed-by: naoto
Sat, 01 Dec 2012 11:36:25 -0800 8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
sherman [Sat, 01 Dec 2012 11:36:25 -0800] rev 14696
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written Summary: to return the length instead of position Reviewed-by: alanb
Fri, 30 Nov 2012 16:33:50 -0800 Merge
lana [Fri, 30 Nov 2012 16:33:50 -0800] rev 14695
Merge
Fri, 30 Nov 2012 12:00:07 -0800 7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
khazra [Fri, 30 Nov 2012 12:00:07 -0800] rev 14694
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock" Summary: Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests Reviewed-by: alanb, chegar, weijun, dxu
Fri, 30 Nov 2012 09:47:17 +0100 8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
jfranck [Fri, 30 Nov 2012 09:47:17 +0100] rev 14693
8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java Reviewed-by: jjg, darcy
Fri, 30 Nov 2012 16:29:32 +0000 7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
alanb [Fri, 30 Nov 2012 16:29:32 +0000] rev 14692
7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period Reviewed-by: chegar
Fri, 30 Nov 2012 11:18:16 +0000 8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
alanb [Fri, 30 Nov 2012 11:18:16 +0000] rev 14691
8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties Reviewed-by: psandoz, mchung
Fri, 30 Nov 2012 17:24:54 +0800 8004211: Remove unused dlinfo local variable in launcher code
zhangshj [Fri, 30 Nov 2012 17:24:54 +0800] rev 14690
8004211: Remove unused dlinfo local variable in launcher code Reviewed-by: alanb
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip