Thu, 08 Sep 2016 23:43:47 -0400 Merge
dlong [Thu, 08 Sep 2016 23:43:47 -0400] rev 41110
Merge
Tue, 30 Aug 2016 09:30:07 +0200 8161720: Better byte behavior for off-heap data
zmajo [Tue, 30 Aug 2016 09:30:07 +0200] rev 41109
8161720: Better byte behavior for off-heap data Summary: Normalize boolean values read with Unsafe. Reviewed-by: aph, simonis, jrose, psandoz
Wed, 21 Sep 2016 16:22:41 +0200 Merge
erikj [Wed, 21 Sep 2016 16:22:41 +0200] rev 41108
Merge
Wed, 21 Sep 2016 14:22:11 +0200 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
alanbur [Wed, 21 Sep 2016 14:22:11 +0200] rev 41107
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: rriggs, erikj
Wed, 21 Sep 2016 17:09:41 +0300 8166450: smartcardio related tests failed on compilation during execution with jtreg tool
skovalev [Wed, 21 Sep 2016 17:09:41 +0300] rev 41106
8166450: smartcardio related tests failed on compilation during execution with jtreg tool Reviewed-by: weijun
Wed, 21 Sep 2016 02:19:59 -0700 8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016
xiaofeya [Wed, 21 Sep 2016 02:19:59 -0700] rev 41105
8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016 Reviewed-by: chegar Contributed-by: Felix Yang <felix.yang@oracle.com>
Wed, 21 Sep 2016 08:55:47 +0800 8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
amlu [Wed, 21 Sep 2016 08:55:47 +0800] rev 41104
8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space Reviewed-by: ksrini
Tue, 20 Sep 2016 12:56:54 +0300 8166285: Missing dependencies java.httpclient for tests from java/net pachage
skovalev [Tue, 20 Sep 2016 12:56:54 +0300] rev 41103
8166285: Missing dependencies java.httpclient for tests from java/net pachage Reviewed-by: chegar
Tue, 20 Sep 2016 08:46:33 +0200 8166189: Fix for Bug 8165524 breaks AIX build
clanger [Tue, 20 Sep 2016 08:46:33 +0200] rev 41102
8166189: Fix for Bug 8165524 breaks AIX build Reviewed-by: simonis, goetz, mchung, cbensen, dsamersoff
Tue, 20 Sep 2016 10:32:52 +0800 8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use
jjiang [Tue, 20 Sep 2016 10:32:52 +0800] rev 41101
8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use Summary: It takes every server to be allocated a free port. Reviewed-by: chegar Contributed-by: John Jiang <sha.jiang@oracle.com>
Thu, 22 Sep 2016 16:41:14 +0000 Added tag jdk-9+137 for changeset c3cde7c41eef
lana [Thu, 22 Sep 2016 16:41:14 +0000] rev 41100
Added tag jdk-9+137 for changeset c3cde7c41eef
Wed, 05 Jul 2017 22:15:09 +0200 Merge
duke [Wed, 05 Jul 2017 22:15:09 +0200] rev 41099
Merge
Thu, 22 Sep 2016 18:32:20 +0000 Merge
lana [Thu, 22 Sep 2016 18:32:20 +0000] rev 41098
Merge
Wed, 21 Sep 2016 09:29:30 -0700 Merge
amurillo [Wed, 21 Sep 2016 09:29:30 -0700] rev 41097
Merge
Fri, 16 Sep 2016 10:57:18 -0700 Merge
amurillo [Fri, 16 Sep 2016 10:57:18 -0700] rev 41096
Merge
Wed, 14 Sep 2016 11:53:20 -0700 8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
mchung [Wed, 14 Sep 2016 11:53:20 -0700] rev 41095
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method Reviewed-by: bchristi, coleenp, dfuchs, sspitsyn
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
Thu, 01 Sep 2016 20:16:04 +0300 8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg
tpivovarova [Thu, 01 Sep 2016 20:16:04 +0300] rev 41064
8165050: [TESTBUG] tests generated by jittester cannot be run with jtreg Reviewed-by: vlivanov
Thu, 01 Sep 2016 21:15:12 +0300 8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
dpochepk [Thu, 01 Sep 2016 21:15:12 +0300] rev 41063
8165244: Unquarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java Reviewed-by: kvn
Thu, 01 Sep 2016 21:13:20 +0300 8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts
dpochepk [Thu, 01 Sep 2016 21:13:20 +0300] rev 41062
8146096: [TEST BUG] compiler/loopopts/UseCountedLoopSafepoints.java Timeouts Reviewed-by: kvn
Thu, 01 Sep 2016 21:12:07 +0300 8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic
dpochepk [Thu, 01 Sep 2016 21:12:07 +0300] rev 41061
8157956: OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic Reviewed-by: kvn
Wed, 31 Aug 2016 12:10:40 -0700 8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links
dlong [Wed, 31 Aug 2016 12:10:40 -0700] rev 41060
8156137: SIGSEGV in ReceiverTypeData::clean_weak_klass_links Summary: process previous versions in Klass::clean_weak_klass_links() Reviewed-by: coleenp, sspitsyn, stefank, dcubed
Wed, 31 Aug 2016 14:47:20 +0300 8165030: [TESTBUG] ctw failed to build after 8157957
tpivovarova [Wed, 31 Aug 2016 14:47:20 +0300] rev 41059
8165030: [TESTBUG] ctw failed to build after 8157957 Reviewed-by: kvn
Tue, 30 Aug 2016 13:51:56 +0000 Merge
thartmann [Tue, 30 Aug 2016 13:51:56 +0000] rev 41058
Merge
Tue, 30 Aug 2016 13:24:26 +0200 8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
thartmann [Tue, 30 Aug 2016 13:24:26 +0200] rev 41057
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same Summary: Exception checking code needs to handle pre-allocated exceptions. Reviewed-by: dnsimon, kvn
Tue, 30 Aug 2016 13:53:36 +0200 8157024: CodeCache JFR events reporting wrong data
neliasso [Tue, 30 Aug 2016 13:53:36 +0200] rev 41056
8157024: CodeCache JFR events reporting wrong data Summary: Fix scaling Reviewed-by: kvn Contributed-by: patric.hedlin@oralce.com
Wed, 13 Jul 2016 12:10:22 +0200 8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
neliasso [Wed, 13 Jul 2016 12:10:22 +0200] rev 41055
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation Summary: Fixed logic error; locally scoped 'maybe_null' w/initialiser is unused/dead Reviewed-by: kvn Contributed-by: patric.hedlin@oracle.com
Tue, 30 Aug 2016 09:01:33 +0000 Merge
zmajo [Tue, 30 Aug 2016 09:01:33 +0000] rev 41054
Merge
Tue, 30 Aug 2016 10:50:29 +0200 8141634: Implement VarHandles/Unsafe intrinsics on SPARC
zmajo [Tue, 30 Aug 2016 10:50:29 +0200] rev 41053
8141634: Implement VarHandles/Unsafe intrinsics on SPARC Summary: Implement the appropriate intrinsics on SPARC. Reviewed-by: kvn, dholmes, zmajo Contributed-by: Trevor Watson <trevor.d.watson@oracle.com>
Tue, 30 Aug 2016 09:30:16 +0200 8161720: Better byte behavior for off-heap data
zmajo [Tue, 30 Aug 2016 09:30:16 +0200] rev 41052
8161720: Better byte behavior for off-heap data Summary: Normalize boolean values read with Unsafe. Reviewed-by: aph, simonis, jrose, psandoz
Mon, 29 Aug 2016 17:15:20 +0000 8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT)
never [Mon, 29 Aug 2016 17:15:20 +0000] rev 41051
8161550: [JVMCI] Crash: assert(sig_bt[member_arg_pos] == T_OBJECT) Reviewed-by: zmajo
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip