Tue, 13 Sep 2016 16:18:44 -0700 8161029: GPL header missing comma after year
jmasa [Tue, 13 Sep 2016 16:18:44 -0700] rev 41094
8161029: GPL header missing comma after year Reviewed-by: kbarrett, ehelin
Wed, 14 Sep 2016 10:02:49 -0400 8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top
hseigel [Wed, 14 Sep 2016 10:02:49 -0400] rev 41093
8149607: [Verifier] Do not verify pop, pop2, swap, dup* against top Summary: Throw VerifyError exception if type top is illegally popped from the stack. Reviewed-by: coleenp, acorn, ddmitriev
Wed, 14 Sep 2016 08:17:50 -0400 8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
gtriantafill [Wed, 14 Sep 2016 08:17:50 -0400] rev 41092
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper Summary: Remove use of setAccessible() to get Unsafe. Reviewed-by: shade, lfoltan
Tue, 13 Sep 2016 21:29:30 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 21:29:30 +0000] rev 41091
Merge
Tue, 13 Sep 2016 20:17:46 +0000 Merge
sspitsyn [Tue, 13 Sep 2016 20:17:46 +0000] rev 41090
Merge
Tue, 13 Sep 2016 13:10:42 -0700 8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase
sspitsyn [Tue, 13 Sep 2016 13:10:42 -0700] rev 41089
8165681: ClassLoad and ClassPrepare JVMTI events are missed in the start phase Summary: Add the events bits to the early events bits Reviewed-by: dholmes, dsamersoff
Tue, 13 Sep 2016 18:22:21 +0000 Merge
cjplummer [Tue, 13 Sep 2016 18:22:21 +0000] rev 41088
Merge
Tue, 13 Sep 2016 17:22:28 +0000 Merge
cjplummer [Tue, 13 Sep 2016 17:22:28 +0000] rev 41087
Merge
Tue, 30 Aug 2016 16:08:52 +0200 8165315: [ppc] Port "8133749: NMT detail stack trace cleanup"
goetz [Tue, 30 Aug 2016 16:08:52 +0200] rev 41086
8165315: [ppc] Port "8133749: NMT detail stack trace cleanup" Summary: Also add methods to check for slow/fastdebug to Platform.java. Reviewed-by: simonis, cjplummer, dholmes
Tue, 13 Sep 2016 19:17:21 +0200 Merge
rehn [Tue, 13 Sep 2016 19:17:21 +0200] rev 41085
Merge
Tue, 13 Sep 2016 09:04:44 +0200 8164086: Checked JNI pending exception check should be cleared when returning to Java frame
dsimms [Tue, 13 Sep 2016 09:04:44 +0200] rev 41084
8164086: Checked JNI pending exception check should be cleared when returning to Java frame Summary: Transitions to Java clear the pending pointer Reviewed-by: dholmes, neliasso, coleenp
Tue, 13 Sep 2016 18:19:05 +0200 Merge
mockner [Tue, 13 Sep 2016 18:19:05 +0200] rev 41083
Merge
Tue, 13 Sep 2016 11:04:29 -0400 8163014: Mysterious/wrong value for "long" frame local variable on 64-bit
mockner [Tue, 13 Sep 2016 11:04:29 -0400] rev 41082
8163014: Mysterious/wrong value for "long" frame local variable on 64-bit Summary: The high byte of a long variable on a 64-bit platform is now zeroed when it is pushed to stack. Reviewed-by: coleenp, dlong
Tue, 13 Sep 2016 11:32:45 +0200 8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
tschatzl [Tue, 13 Sep 2016 11:32:45 +0200] rev 41081
8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark Summary: Add a storestore barrier before publishing newly initialized HeapRegion instances, and place a loadload barrier before use of members. Reviewed-by: sjohanss, sangheki
Mon, 12 Sep 2016 18:59:13 +0000 Merge
poonam [Mon, 12 Sep 2016 18:59:13 +0000] rev 41080
Merge
Mon, 12 Sep 2016 17:18:19 +0000 8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field
poonam [Mon, 12 Sep 2016 17:18:19 +0000] rev 41079
8165493: SA: Add method in GrowableArray.java to be able to access the 'data' field Reviewed-by: dholmes, dsamersoff, egahlin
Mon, 12 Sep 2016 13:16:39 -0400 8165881: Backout JDK-8164913
ctornqvi [Mon, 12 Sep 2016 13:16:39 -0400] rev 41078
8165881: Backout JDK-8164913 Reviewed-by: hseigel
Mon, 12 Sep 2016 16:34:36 +0200 8114823: G1 doesn't honor request to disable class unloading
sjohanss [Mon, 12 Sep 2016 16:34:36 +0200] rev 41077
8114823: G1 doesn't honor request to disable class unloading Reviewed-by: tschatzl, mgerdin
Thu, 08 Sep 2016 12:30:38 +0200 8165455: Tracing events for G1 have incorrect metadata
ehelin [Thu, 08 Sep 2016 12:30:38 +0200] rev 41076
8165455: Tracing events for G1 have incorrect metadata Reviewed-by: egahlin, tschatzl
Mon, 12 Sep 2016 09:34:51 +0200 8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
tschatzl [Mon, 12 Sep 2016 09:34:51 +0200] rev 41075
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps Summary: Sort the collection set in ascending order so that the optimization when adding free regions can be exploited. Reviewed-by: sjohanss, mgerdin
Sat, 10 Sep 2016 12:23:52 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41074
Merge
Sat, 10 Sep 2016 08:25:51 -0400 8165634: Support multiple --add-modules options on the command line
hseigel [Sat, 10 Sep 2016 08:25:51 -0400] rev 41073
8165634: Support multiple --add-modules options on the command line Summary: Use numbered properties for --add-module options so that multiple --add-module options can be supported. Reviewed-by: coleenp, gziemski, lfoltan, ccheung
Fri, 09 Sep 2016 19:41:41 +0000 Merge
dcubed [Fri, 09 Sep 2016 19:41:41 +0000] rev 41072
Merge
Fri, 09 Sep 2016 11:23:59 -0700 Merge
dcubed [Fri, 09 Sep 2016 11:23:59 -0700] rev 41071
Merge
Fri, 09 Sep 2016 11:14:57 -0700 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin [Fri, 09 Sep 2016 11:14:57 -0700] rev 41070
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms. Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
Fri, 09 Sep 2016 19:30:08 +0300 8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
avorobye [Fri, 09 Sep 2016 19:30:08 +0300] rev 41069
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts Summary: test settings were changes in order to avoid timeouts Reviewed-by: kvn
Fri, 09 Sep 2016 06:44:31 +0000 Merge
sspitsyn [Fri, 09 Sep 2016 06:44:31 +0000] rev 41068
Merge
Thu, 08 Sep 2016 23:38:56 -0700 8164913: JVMTI.agent_load dcmd should show useful error message
ysuenaga [Thu, 08 Sep 2016 23:38:56 -0700] rev 41067
8164913: JVMTI.agent_load dcmd should show useful error message Summary: show useful error message Reviewed-by: dholmes, dsamersoff, sspitsyn
Thu, 08 Sep 2016 23:43:45 -0400 Merge
dlong [Thu, 08 Sep 2016 23:43:45 -0400] rev 41066
Merge
Tue, 06 Sep 2016 09:59:25 -0700 8164989: Inflate and compress intrinsics produce incorrect results with avx512
mcberg [Tue, 06 Sep 2016 09:59:25 -0700] rev 41065
8164989: Inflate and compress intrinsics produce incorrect results with avx512 Summary: disabled avx512 for compress and reastrict using of inflate. Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip