Tue, 08 Feb 2011 13:06:20 -0800 Merge
ohair [Tue, 08 Feb 2011 13:06:20 -0800] rev 8082
Merge
Fri, 28 Jan 2011 14:32:02 -0800 7014301: Change make 3.81 sanity check to a fatal, 3.81 is needed now
ohair [Fri, 28 Jan 2011 14:32:02 -0800] rev 8081
7014301: Change make 3.81 sanity check to a fatal, 3.81 is needed now Reviewed-by: alanb
Tue, 08 Feb 2011 16:30:29 -0800 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
ohair [Tue, 08 Feb 2011 16:30:29 -0800] rev 8080
7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11 Reviewed-by: rinaldo
Thu, 03 Feb 2011 17:22:18 -0800 Added tag jdk7-b128 for changeset d11e5f2eb62c
cl [Thu, 03 Feb 2011 17:22:18 -0800] rev 8079
Added tag jdk7-b128 for changeset d11e5f2eb62c
Wed, 05 Jul 2017 17:34:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:34:03 +0200] rev 8078
Merge
Thu, 03 Feb 2011 23:26:25 -0800 Merge
trims [Thu, 03 Feb 2011 23:26:25 -0800] rev 8077
Merge
Thu, 27 Jan 2011 16:11:27 -0800 6990754: Use native memory and reference counting to implement SymbolTable
coleenp [Thu, 27 Jan 2011 16:11:27 -0800] rev 8076
6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
Thu, 27 Jan 2011 13:42:28 -0800 Merge
johnc [Thu, 27 Jan 2011 13:42:28 -0800] rev 8075
Merge
Wed, 26 Jan 2011 09:57:42 -0800 Merge
johnc [Wed, 26 Jan 2011 09:57:42 -0800] rev 8074
Merge
Tue, 25 Jan 2011 10:56:22 -0800 6608385: G1: need to support parallel reference processing
johnc [Tue, 25 Jan 2011 10:56:22 -0800] rev 8073
6608385: G1: need to support parallel reference processing Summary: Implement support for ParallelRefProcEnabled in the reference processing that takes place at the end of G1 concurrent marking. Reviewed-by: tonyp, ysr
Tue, 25 Jan 2011 17:58:19 -0500 7014261: G1: RSet-related failures
tonyp [Tue, 25 Jan 2011 17:58:19 -0500] rev 8072
7014261: G1: RSet-related failures Summary: A race between the concurrent cleanup thread and the VM thread while it is processing the "expanded sparse table list" causes both threads to try to free the same sparse table entry and either causes one of the threads to fail or leaves the entry in an inconsistent state. The solution is purge all entries on the expanded list that correspond go regions that are being cleaned up. Reviewed-by: brutisso, johnc
Fri, 21 Jan 2011 11:30:22 -0500 7013718: G1: small fixes for two assert/guarantee failures
tonyp [Fri, 21 Jan 2011 11:30:22 -0500] rev 8071
7013718: G1: small fixes for two assert/guarantee failures Summary: Two small fixes to deal with a guarantee failure (the marking thread should join the SuspendibleThreadSet before calling a method that does pause prediction work so that said method is never called during a pause) and an assert failure (an assert is too strong). Reviewed-by: iveresov, johnc
Thu, 27 Jan 2011 14:05:59 -0500 Merge
twisti [Thu, 27 Jan 2011 14:05:59 -0500] rev 8070
Merge
Thu, 27 Jan 2011 08:47:02 -0800 Merge
twisti [Thu, 27 Jan 2011 08:47:02 -0800] rev 8069
Merge
Tue, 25 Jan 2011 14:38:15 -0800 7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7)
iveresov [Tue, 25 Jan 2011 14:38:15 -0800] rev 8068
7014247: CTW fails when compile sun/misc/AtomicLongCSImpl (REMOVED from JDK7) Summary: Use lea to compute field address in AtomicLongCSImpl::attemptUpdate() intrinsic on x86. Reviewed-by: never, kvn
Mon, 24 Jan 2011 13:34:18 -0800 7008809: should report the class in ArrayStoreExceptions from compiled code
never [Mon, 24 Jan 2011 13:34:18 -0800] rev 8067
7008809: should report the class in ArrayStoreExceptions from compiled code Reviewed-by: iveresov, twisti
Fri, 21 Jan 2011 13:03:13 -0800 Merge
never [Fri, 21 Jan 2011 13:03:13 -0800] rev 8066
Merge
Fri, 21 Jan 2011 13:01:02 -0800 6809483: hotspot:::method_entry are not correctly generated for "method()V"
never [Fri, 21 Jan 2011 13:01:02 -0800] rev 8065
6809483: hotspot:::method_entry are not correctly generated for "method()V" Reviewed-by: iveresov, twisti
Fri, 21 Jan 2011 01:16:13 -0800 Merge
twisti [Fri, 21 Jan 2011 01:16:13 -0800] rev 8064
Merge
Thu, 20 Jan 2011 08:25:22 -0800 7011839: JSR 292 turn on escape analysis when using invokedynamic
twisti [Thu, 20 Jan 2011 08:25:22 -0800] rev 8063
7011839: JSR 292 turn on escape analysis when using invokedynamic Summary: Currently escape analysis is turned off when EnableInvokeDynamic is true. Reviewed-by: jrose, kvn
Wed, 26 Jan 2011 21:26:52 -0800 Merge
dcubed [Wed, 26 Jan 2011 21:26:52 -0800] rev 8062
Merge
Tue, 25 Jan 2011 00:14:21 -0500 6566340: Restore use of stillborn flag to signify a thread that was stopped before it started
dholmes [Tue, 25 Jan 2011 00:14:21 -0500] rev 8061
6566340: Restore use of stillborn flag to signify a thread that was stopped before it started Summary: Restore use of stillborn flag Reviewed-by: acorn, alanb
Tue, 25 Jan 2011 15:06:37 -0800 7014711: Fork HS20 to HS21 - renumber Major and build numbers of JVM
trims [Tue, 25 Jan 2011 15:06:37 -0800] rev 8060
7014711: Fork HS20 to HS21 - renumber Major and build numbers of JVM Summary: Update the Major and Build numbers for HS21 Reviewed-by: jcoomes
Tue, 25 Jan 2011 14:57:24 -0800 Added tag hs20-b07 for changeset c2f2ee35ff81
trims [Tue, 25 Jan 2011 14:57:24 -0800] rev 8059
Added tag hs20-b07 for changeset c2f2ee35ff81
Thu, 03 Feb 2011 17:22:06 -0800 Added tag jdk7-b128 for changeset 5eecea832c83
cl [Thu, 03 Feb 2011 17:22:06 -0800] rev 8058
Added tag jdk7-b128 for changeset 5eecea832c83
Tue, 08 Feb 2011 16:28:30 -0800 7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11
ohair [Tue, 08 Feb 2011 16:28:30 -0800] rev 8057
7016976: Documentation for required ant version on JDK7 builds on Solaris 10 and Solaris 11 Reviewed-by: rinaldo
Fri, 04 Feb 2011 07:47:36 -0800 Merge
ohair [Fri, 04 Feb 2011 07:47:36 -0800] rev 8056
Merge
Thu, 03 Feb 2011 15:10:07 -0800 7014634: By default, only build the product bits with a closed jdk build (like openjdk does)
ohair [Thu, 03 Feb 2011 15:10:07 -0800] rev 8055
7014634: By default, only build the product bits with a closed jdk build (like openjdk does) Reviewed-by: katleman, cl, igor, trims
Thu, 03 Feb 2011 17:22:00 -0800 Added tag jdk7-b128 for changeset cc2af205b2d9
cl [Thu, 03 Feb 2011 17:22:00 -0800] rev 8054
Added tag jdk7-b128 for changeset cc2af205b2d9
Wed, 05 Jul 2017 17:33:50 +0200 Added tag jdk7-b128 for changeset 7da3f5f30855
duke [Wed, 05 Jul 2017 17:33:50 +0200] rev 8053
Added tag jdk7-b128 for changeset 7da3f5f30855
Wed, 05 Jul 2017 17:33:49 +0200 Merge jdk7-b128
duke [Wed, 05 Jul 2017 17:33:49 +0200] rev 8052
Merge
Wed, 05 Jul 2017 17:33:46 +0200 Merge
duke [Wed, 05 Jul 2017 17:33:46 +0200] rev 8051
Merge
Fri, 28 Jan 2011 10:06:08 -0800 Merge
lana [Fri, 28 Jan 2011 10:06:08 -0800] rev 8050
Merge
Mon, 24 Jan 2011 13:25:42 -0800 Merge
lana [Mon, 24 Jan 2011 13:25:42 -0800] rev 8049
Merge
Mon, 24 Jan 2011 15:45:41 +0000 7013865: varargs: javac crashes during overload resolution with generic varargs
mcimadamore [Mon, 24 Jan 2011 15:45:41 +0000] rev 8048
7013865: varargs: javac crashes during overload resolution with generic varargs Summary: fixed regression with varargs overload resolution that leads javac to crash Reviewed-by: jjg
Mon, 24 Jan 2011 15:45:24 +0000 6569633: Varargs: parser error when varargs element type is an array
mcimadamore [Mon, 24 Jan 2011 15:45:24 +0000] rev 8047
6569633: Varargs: parser error when varargs element type is an array Summary: explicit error message when old-style array syntax is mixed with varargs Reviewed-by: jjg
Mon, 24 Jan 2011 15:45:06 +0000 6510286: Wording of javac error for inner classes
mcimadamore [Mon, 24 Jan 2011 15:45:06 +0000] rev 8046
6510286: Wording of javac error for inner classes Summary: 'inner classes cannot have static declarations' message needs to be reworked Reviewed-by: jjg
Mon, 24 Jan 2011 15:44:51 +0000 6968793: issues with diagnostics
mcimadamore [Mon, 24 Jan 2011 15:44:51 +0000] rev 8045
6968793: issues with diagnostics Summary: several diagnostic improvements Reviewed-by: jjg
Mon, 24 Jan 2011 15:44:15 +0000 6943278: spurious error message for inference and type-variable with erroneous bound
mcimadamore [Mon, 24 Jan 2011 15:44:15 +0000] rev 8044
6943278: spurious error message for inference and type-variable with erroneous bound Summary: type-inference should ignore erroneous bounds Reviewed-by: jjg
Wed, 19 Jan 2011 19:01:35 -0800 Merge
lana [Wed, 19 Jan 2011 19:01:35 -0800] rev 8043
Merge
Tue, 18 Jan 2011 08:37:05 -0800 6982999: tools must support -target 7 bytecodes
ksrini [Tue, 18 Jan 2011 08:37:05 -0800] rev 8042
6982999: tools must support -target 7 bytecodes Reviewed-by: jjg, jrose
Fri, 14 Jan 2011 13:59:18 -0800 7011272: langtools build.xml should provide a patch target
ksrini [Fri, 14 Jan 2011 13:59:18 -0800] rev 8041
7011272: langtools build.xml should provide a patch target Reviewed-by: jonathan, jjh
Fri, 14 Jan 2011 11:55:53 -0800 6571165: Minor doc bugs in JavaCompiler.java
jjg [Fri, 14 Jan 2011 11:55:53 -0800] rev 8040
6571165: Minor doc bugs in JavaCompiler.java Reviewed-by: mcimadamore
Fri, 14 Jan 2011 11:45:19 -0800 6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris)
jjg [Fri, 14 Jan 2011 11:45:19 -0800] rev 8039
6419926: JSR 199: FileObject.toUri() generates URI without schema (Solaris) Reviewed-by: mcimadamore
Fri, 14 Jan 2011 09:46:44 +0000 6949040: java.dyn package must be compiled with -target 7 or better
mcimadamore [Fri, 14 Jan 2011 09:46:44 +0000] rev 8038
6949040: java.dyn package must be compiled with -target 7 or better Summary: issue error (rather than warning) when @PolymorphicSignature is found and target < 7 Reviewed-by: jjg
Fri, 14 Jan 2011 09:45:52 +0000 7007432: Test generic types well-formedness
mcimadamore [Fri, 14 Jan 2011 09:45:52 +0000] rev 8037
7007432: Test generic types well-formedness Summary: add a new kind of check (well-formedness of generic type w.r.t. declared bounds) in the type-harness Reviewed-by: jjg
Fri, 14 Jan 2011 09:45:04 +0000 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
mcimadamore [Fri, 14 Jan 2011 09:45:04 +0000] rev 8036
6992698: JSR 292: remove support for transient syntax in polymorphic signature calls Summary: special syntax to denote indy return type through type parameters should be removed (and cast shall be used instead) Reviewed-by: jjg, jrose
Thu, 13 Jan 2011 21:28:38 -0800 7010528: javadoc performance regression
bpatel [Thu, 13 Jan 2011 21:28:38 -0800] rev 8035
7010528: javadoc performance regression Reviewed-by: jjg
Thu, 13 Jan 2011 11:48:10 -0800 6430241: Hard to disable symbol file feature through API
jjg [Thu, 13 Jan 2011 11:48:10 -0800] rev 8034
6430241: Hard to disable symbol file feature through API Reviewed-by: mcimadamore
Tue, 11 Jan 2011 08:05:28 -0800 6993305: starting position of a method without modifiers and with type parameters is incorrect
jjg [Tue, 11 Jan 2011 08:05:28 -0800] rev 8033
6993305: starting position of a method without modifiers and with type parameters is incorrect Reviewed-by: mcimadamore
Mon, 10 Jan 2011 15:08:31 -0800 6396503: javac should not require assertions enabled
jjg [Mon, 10 Jan 2011 15:08:31 -0800] rev 8032
6396503: javac should not require assertions enabled Reviewed-by: mcimadamore
Mon, 10 Jan 2011 14:57:59 -0800 6992999: fully remove JSR 308 from langtools
jjg [Mon, 10 Jan 2011 14:57:59 -0800] rev 8031
6992999: fully remove JSR 308 from langtools Reviewed-by: mcimadamore
Thu, 27 Jan 2011 17:28:57 -0800 Added tag jdk7-b127 for changeset 97fc02571ce4
cl [Thu, 27 Jan 2011 17:28:57 -0800] rev 8030
Added tag jdk7-b127 for changeset 97fc02571ce4
Wed, 05 Jul 2017 17:33:39 +0200 Merge
duke [Wed, 05 Jul 2017 17:33:39 +0200] rev 8029
Merge
Thu, 27 Jan 2011 17:28:40 -0800 Added tag jdk7-b127 for changeset 610f48fcaf6f
cl [Thu, 27 Jan 2011 17:28:40 -0800] rev 8028
Added tag jdk7-b127 for changeset 610f48fcaf6f
Wed, 05 Jul 2017 17:33:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:33:36 +0200] rev 8027
Merge
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip