Fri, 14 Dec 2012 11:45:55 -0800 Merge
collins [Fri, 14 Dec 2012 11:45:55 -0800] rev 14746
Merge
Tue, 11 Dec 2012 12:41:31 -0500 8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
jiangli [Tue, 11 Dec 2012 12:41:31 -0500] rev 14745
8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing. Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing. Reviewed-by: coleenp, minqi, jrose
Thu, 13 Dec 2012 09:06:38 -0800 Merge
stefank [Thu, 13 Dec 2012 09:06:38 -0800] rev 14744
Merge
Thu, 13 Dec 2012 09:28:14 +0100 8004674: Add necessary .inline.hpp files to fix non-PCH build
stefank [Thu, 13 Dec 2012 09:28:14 +0100] rev 14743
8004674: Add necessary .inline.hpp files to fix non-PCH build Reviewed-by: stefank, coleenp Contributed-by: volker.simonis@gmail.com
Thu, 13 Dec 2012 10:09:49 +0100 8004661: Comment and function name java_lang_String::toHash is wrong
brutisso [Thu, 13 Dec 2012 10:09:49 +0100] rev 14742
8004661: Comment and function name java_lang_String::toHash is wrong Summary: renamed to hash_code Reviewed-by: dholmes, coleenp, brutisso Contributed-by: erik.helin@oracle.com
Fri, 07 Dec 2012 16:08:05 -0800 Merge
johnc [Fri, 07 Dec 2012 16:08:05 -0800] rev 14741
Merge
Mon, 01 Oct 2012 09:28:13 -0700 8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack
johnc [Mon, 01 Oct 2012 09:28:13 -0700] rev 14740
8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack Summary: Set the value of MarkStackSize to a value based on the number of parallel marking threads with a reasonable minimum. Expand the marking stack if we have to restart marking due to an overflow up to a reasonable maximum. Allocate the underlying space for the marking stack from virtual memory. Reviewed-by: jmasa, brutisso
Fri, 07 Dec 2012 10:55:16 -0800 8004724: new hotspot build - hs25-b13
amurillo [Fri, 07 Dec 2012 10:55:16 -0800] rev 14739
8004724: new hotspot build - hs25-b13 Reviewed-by: jcoomes
Thu, 13 Dec 2012 09:05:20 -0800 Added tag jdk8-b68 for changeset 9e5f94da743d
katleman [Thu, 13 Dec 2012 09:05:20 -0800] rev 14738
Added tag jdk8-b68 for changeset 9e5f94da743d
Wed, 19 Dec 2012 13:36:21 -0800 Merge
katleman [Wed, 19 Dec 2012 13:36:21 -0800] rev 14737
Merge
Tue, 18 Dec 2012 17:54:39 +0100 8001901: build-infra: Fix "misbehaving" which command on Solaris
erikj [Tue, 18 Dec 2012 17:54:39 +0100] rev 14736
8001901: build-infra: Fix "misbehaving" which command on Solaris Summary: Removed all uses of which in configure on solaris. Reviewed-by: ohair
Tue, 18 Dec 2012 09:57:01 +0100 8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes.
ohrstrom [Tue, 18 Dec 2012 09:57:01 +0100] rev 14735
8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes. Reviewed-by: ohair, erikj
Fri, 14 Dec 2012 11:22:54 -0800 Merge
lana [Fri, 14 Dec 2012 11:22:54 -0800] rev 14734
Merge
Thu, 06 Dec 2012 15:38:31 -0800 8004685: add java.util.function to CORE_PKGS.gmk
henryjen [Thu, 06 Dec 2012 15:38:31 -0800] rev 14733
8004685: add java.util.function to CORE_PKGS.gmk Reviewed-by: mduigou
Thu, 13 Dec 2012 09:05:11 -0800 Added tag jdk8-b68 for changeset 388af7398bc9
katleman [Thu, 13 Dec 2012 09:05:11 -0800] rev 14732
Added tag jdk8-b68 for changeset 388af7398bc9
Wed, 05 Jul 2017 18:32:27 +0200 Added tag jdk8-b68 for changeset cb33628d4e8f
duke [Wed, 05 Jul 2017 18:32:27 +0200] rev 14731
Added tag jdk8-b68 for changeset cb33628d4e8f
Wed, 05 Jul 2017 18:32:26 +0200 Merge jdk8-b68
duke [Wed, 05 Jul 2017 18:32:26 +0200] rev 14730
Merge
Wed, 05 Jul 2017 18:32:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:32:22 +0200] rev 14729
Merge
Mon, 10 Dec 2012 20:59:38 -0800 Merge
lana [Mon, 10 Dec 2012 20:59:38 -0800] rev 14728
Merge
Tue, 04 Dec 2012 17:19:42 +0000 8004360: regression test DefaultMethodRegressionTests fails in langtools
mcimadamore [Tue, 04 Dec 2012 17:19:42 +0000] rev 14727
8004360: regression test DefaultMethodRegressionTests fails in langtools Summary: ignore broken failing test Reviewed-by: jjg
Fri, 30 Nov 2012 16:34:51 -0800 Merge
lana [Fri, 30 Nov 2012 16:34:51 -0800] rev 14726
Merge
Fri, 30 Nov 2012 15:14:48 +0000 8002099: Add support for intersection types in cast expression
mcimadamore [Fri, 30 Nov 2012 15:14:48 +0000] rev 14725
8002099: Add support for intersection types in cast expression Summary: Add parser and type-checking support for intersection types in cast expressions Reviewed-by: jjg
Fri, 30 Nov 2012 15:14:36 +0000 8004101: Add checks for method reference well-formedness
mcimadamore [Fri, 30 Nov 2012 15:14:36 +0000] rev 14724
8004101: Add checks for method reference well-formedness Summary: Bring method reference type-checking in sync with latest EDR Reviewed-by: jjg
Fri, 30 Nov 2012 15:14:25 +0000 8004102: Add support for generic functional descriptors
mcimadamore [Fri, 30 Nov 2012 15:14:25 +0000] rev 14723
8004102: Add support for generic functional descriptors Summary: Method references are allowed to have a generic functional interface descriptor target Reviewed-by: jjg
Fri, 30 Nov 2012 15:14:12 +0000 8004105: Expression statement lambdas should be void-compatible
mcimadamore [Fri, 30 Nov 2012 15:14:12 +0000] rev 14722
8004105: Expression statement lambdas should be void-compatible Summary: Fix lambda compatibility rules as per latest EDR Reviewed-by: jjg
Thu, 29 Nov 2012 09:41:48 +0000 7153958: add constant pool reference to class containing inlined constants
vromero [Thu, 29 Nov 2012 09:41:48 +0000] rev 14721
7153958: add constant pool reference to class containing inlined constants Reviewed-by: jjg, mcimadamore
Fri, 23 Nov 2012 15:13:45 +0000 7144981: javac should ignore ignorable characters in input
vromero [Fri, 23 Nov 2012 15:13:45 +0000] rev 14720
7144981: javac should ignore ignorable characters in input Reviewed-by: jjg, mcimadamore
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
Fri, 30 Nov 2012 08:17:02 +0100 7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
sla [Fri, 30 Nov 2012 08:17:02 +0100] rev 14689
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo Reviewed-by: okutsu
Thu, 29 Nov 2012 14:43:46 -0800 8004134: More ProblemList.txt updates (11/2012)
smarks [Thu, 29 Nov 2012 14:43:46 -0800] rev 14688
8004134: More ProblemList.txt updates (11/2012) Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Wed, 28 Nov 2012 17:31:35 -0800 8004131: move jdi tests out of core testset
smarks [Wed, 28 Nov 2012 17:31:35 -0800] rev 14687
8004131: move jdi tests out of core testset Reviewed-by: alanb, chegar
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip