Thu, 10 Oct 2013 10:09:19 -0700 Added tag jdk8-b111 for changeset ff73e351b200
cl [Thu, 10 Oct 2013 10:09:19 -0700] rev 20412
Added tag jdk8-b111 for changeset ff73e351b200
Wed, 05 Jul 2017 19:15:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:15:37 +0200] rev 20411
Merge
Fri, 11 Oct 2013 13:00:40 -0700 Added tag hs25-b54 for changeset aa8bcabd9d44
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20410
Added tag hs25-b54 for changeset aa8bcabd9d44
Fri, 11 Oct 2013 13:00:40 -0700 Merge
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20409
Merge
Fri, 11 Oct 2013 08:27:21 -0700 Merge
jcoomes [Fri, 11 Oct 2013 08:27:21 -0700] rev 20408
Merge
Mon, 07 Oct 2013 15:51:17 +0200 8025996: Track metaspace usage when metaspace is expanded
stefank [Mon, 07 Oct 2013 15:51:17 +0200] rev 20407
8025996: Track metaspace usage when metaspace is expanded Reviewed-by: coleenp, ehelin
Mon, 07 Oct 2013 15:51:08 +0200 8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
stefank [Mon, 07 Oct 2013 15:51:08 +0200] rev 20406
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces Reviewed-by: brutisso, jmasa, coleenp
Wed, 09 Oct 2013 10:57:01 +0200 8003420: NPG: make new GC root for pd_set
tschatzl [Wed, 09 Oct 2013 10:57:01 +0200] rev 20405
8003420: NPG: make new GC root for pd_set Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam
Wed, 09 Oct 2013 11:18:53 -0700 8010506: Typos and errors in descriptions of vm options in globals.hpp
tamao [Wed, 09 Oct 2013 11:18:53 -0700] rev 20404
8010506: Typos and errors in descriptions of vm options in globals.hpp Summary: Fix typos and errors in descriptions of vm options in globals.hpp Reviewed-by: jmasa, jwilhelm
Tue, 08 Oct 2013 17:35:51 +0200 8014555: G1: Memory ordering problem with Conc refinement and card marking
mgerdin [Tue, 08 Oct 2013 17:35:51 +0200] rev 20403
8014555: G1: Memory ordering problem with Conc refinement and card marking Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
Fri, 04 Oct 2013 13:33:02 +0200 8025526: VirtualSpace should support per-instance disabling of large pages
mgerdin [Fri, 04 Oct 2013 13:33:02 +0200] rev 20402
8025526: VirtualSpace should support per-instance disabling of large pages Summary: Add a new initialization function to VirtualSpace which allows the caller to override the max commit granularity. Reviewed-by: stefank, ehelin, tschatzl
Sat, 05 Oct 2013 08:01:36 -0700 Merge
stefank [Sat, 05 Oct 2013 08:01:36 -0700] rev 20401
Merge
Sat, 05 Oct 2013 10:14:58 +0200 8024838: Significant slowdown due to transparent huge pages
stefank [Sat, 05 Oct 2013 10:14:58 +0200] rev 20400
8024838: Significant slowdown due to transparent huge pages Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM. Reviewed-by: jwilhelm, tschatzl, brutisso
Fri, 04 Oct 2013 22:08:37 +0200 8025854: Use "young gen" instead of "eden"
jwilhelm [Fri, 04 Oct 2013 22:08:37 +0200] rev 20399
8025854: Use "young gen" instead of "eden" Summary: Changed a few descriptions and variable names to young gen. Reviewed-by: tschatzl, jcoomes
Thu, 03 Oct 2013 21:36:29 +0200 8025852: Remove unnecessary setters in collector policy classes
jwilhelm [Thu, 03 Oct 2013 21:36:29 +0200] rev 20398
8025852: Remove unnecessary setters in collector policy classes Summary: Use instance variables directly within the collector policy classes and remove unused setters. Reviewed-by: tschatzl, jcoomes
Thu, 10 Oct 2013 13:25:51 -0700 Merge
ccheung [Thu, 10 Oct 2013 13:25:51 -0700] rev 20397
Merge
Wed, 09 Oct 2013 17:57:17 -0400 8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed
acorn [Wed, 09 Oct 2013 17:57:17 -0400] rev 20396
8026185: nsk/jvmit/GetMethodDeclaringClass/declcls001 failed Summary: Missed initialization. Thanks Coleen. Reviewed-by: coleenp, minqi
Tue, 08 Oct 2013 16:58:23 -0400 8026022: Verifier: allow anon classes to invokespecial host class/intf methods.
acorn [Tue, 08 Oct 2013 16:58:23 -0400] rev 20395
8026022: Verifier: allow anon classes to invokespecial host class/intf methods. Reviewed-by: coleenp, bharadwaj
Tue, 08 Oct 2013 11:37:54 +0200 Merge
kevinw [Tue, 08 Oct 2013 11:37:54 +0200] rev 20394
Merge
Tue, 08 Oct 2013 09:33:51 +0100 8019375: Internal symbol table size should be tunable.
kevinw [Tue, 08 Oct 2013 09:33:51 +0100] rev 20393
8019375: Internal symbol table size should be tunable. Reviewed-by: coleenp, kamg
Tue, 08 Oct 2013 02:56:06 -0400 8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use
dholmes [Tue, 08 Oct 2013 02:56:06 -0400] rev 20392
8026025: JVM_GetCallerClass allows Reflection.getCallerClass(int depth) to use Reviewed-by: alanb, dholmes, twisti Contributed-by: mandy.chung@oracle.com
Mon, 07 Oct 2013 12:20:28 -0400 8009130: Lambda: Fix access controls, loader constraints.
acorn [Mon, 07 Oct 2013 12:20:28 -0400] rev 20391
8009130: Lambda: Fix access controls, loader constraints. Summary: New default methods list with inherited superinterface methods Reviewed-by: minqi, sspitsyn, coleenp
Sun, 06 Oct 2013 16:13:50 +0200 8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
mseledtsov [Sun, 06 Oct 2013 16:13:50 +0200] rev 20390
8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh Summary: added -XX:-TransmitErrorReport to the test Reviewed-by: stefank, ctornqvi
Sat, 05 Oct 2013 10:56:46 -0400 Merge
sla [Sat, 05 Oct 2013 10:56:46 -0400] rev 20389
Merge
Fri, 04 Oct 2013 13:44:49 +0200 6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
sla [Fri, 04 Oct 2013 13:44:49 +0200] rev 20388
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2" Summary: Adds support for large(>4G) heap dumps in hprof format. Adds tests and updates testlibrary. Reviewed-by: sla, allwin Contributed-by: fredrik.arvidsson@oracle.com
Sat, 05 Oct 2013 15:18:57 +0200 8025922: JNI access to Strings need to check if the value field is non-null
sla [Sat, 05 Oct 2013 15:18:57 +0200] rev 20387
8025922: JNI access to Strings need to check if the value field is non-null Reviewed-by: dholmes, dcubed
Fri, 04 Oct 2013 13:01:07 +0200 8016845: SA is unable to use hsdis on windows
sla [Fri, 04 Oct 2013 13:01:07 +0200] rev 20386
8016845: SA is unable to use hsdis on windows Summary: Added sadis.c to the build to provide missing symbols in sawindbg.dll. Added code to use the correct hsdisXXX.dll filename on different windows platforms. Reviewed-by: sla, mgerdin Contributed-by: fredrik.arvidsson@oracle.com
Fri, 04 Oct 2013 12:45:39 +0200 8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK.
erikj [Fri, 04 Oct 2013 12:45:39 +0200] rev 20385
8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK. Reviewed-by: sla, ctornqvi
Fri, 04 Oct 2013 21:00:43 -0700 Merge
ccheung [Fri, 04 Oct 2013 21:00:43 -0700] rev 20384
Merge
Sat, 05 Oct 2013 03:14:53 +0200 Merge
coleenp [Sat, 05 Oct 2013 03:14:53 +0200] rev 20383
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip