Wed, 26 Jul 2017 11:47:11 +0200 8185262: Keep default logging for Metaspace OOM short and concise
stuefe [Wed, 26 Jul 2017 11:47:11 +0200] rev 46723
8185262: Keep default logging for Metaspace OOM short and concise Reviewed-by: iklam, coleenp
Wed, 26 Jul 2017 10:41:07 -0400 8185296: java_lang_Class::array_klass should be array_klass_acquire
coleenp [Wed, 26 Jul 2017 10:41:07 -0400] rev 46722
8185296: java_lang_Class::array_klass should be array_klass_acquire Reviewed-by: eosterlund, kbarrett
Wed, 26 Jul 2017 11:27:51 +0200 8185333: [s390] Fix build without cds
goetz [Wed, 26 Jul 2017 11:27:51 +0200] rev 46721
8185333: [s390] Fix build without cds Reviewed-by: aph
Wed, 26 Jul 2017 15:54:13 +0800 8184900: AArch64: Fix overflow in immediate cmp instruction
yzhang [Wed, 26 Jul 2017 15:54:13 +0800] rev 46720
8184900: AArch64: Fix overflow in immediate cmp instruction Summary: Use subs instead of cmp to compare BlockZeroingLowLimit. Reviewed-by: aph Contributed-by: yang.zhang@linaro.org
Fri, 23 Jun 2017 11:41:24 +0800 8158361: AArch64: Address calculation missed optimizations
njian [Fri, 23 Jun 2017 11:41:24 +0800] rev 46719
8158361: AArch64: Address calculation missed optimizations Summary: This issue is fixed by adding "addExtI_shift" pattern rule. Other similar rules are also added. Reviewed-by: aph, adinn Contributed-by: zhongwei.yao@linaro.org
Tue, 25 Jul 2017 09:32:50 -0700 8183038: Minimal vm slowdebug build fails with undefined reference to MetaspaceShared::is_valid_shared_method
iklam [Tue, 25 Jul 2017 09:32:50 -0700] rev 46718
8183038: Minimal vm slowdebug build fails with undefined reference to MetaspaceShared::is_valid_shared_method Summary: added missing NOT_CDS_RETURN_(false) Reviewed-by: jiangli, coleenp
Tue, 25 Jul 2017 19:25:02 +0000 Merge
hseigel [Tue, 25 Jul 2017 19:25:02 +0000] rev 46717
Merge
Tue, 25 Jul 2017 13:33:28 -0400 8178107: Compiler crashes with "assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded"
hseigel [Tue, 25 Jul 2017 13:33:28 -0400] rev 46716
8178107: Compiler crashes with "assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded" Summary: Add missing '!' operator to weed out unloaded classes Reviewed-by: coleenp, dcubed
Tue, 25 Jul 2017 16:26:35 +0000 Merge
dlong [Tue, 25 Jul 2017 16:26:35 +0000] rev 46715
Merge
Tue, 25 Jul 2017 08:58:24 -0700 8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert
dlong [Tue, 25 Jul 2017 08:58:24 -0700] rev 46714
8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert Reviewed-by: kvn
Tue, 25 Jul 2017 11:58:29 +0200 8180929: Deprecate -XX:+/-MonitorInUseLists option
rkennke [Tue, 25 Jul 2017 11:58:29 +0200] rev 46713
8180929: Deprecate -XX:+/-MonitorInUseLists option Reviewed-by: zgu, coleenp
Mon, 24 Jul 2017 22:56:43 +0000 Merge
coleenp [Mon, 24 Jul 2017 22:56:43 +0000] rev 46712
Merge
Mon, 24 Jul 2017 15:19:46 -0400 8184991: NMT detail diff should take memory type into account
zgu [Mon, 24 Jul 2017 15:19:46 -0400] rev 46711
8184991: NMT detail diff should take memory type into account Summary: NMT detail allocation site comparison should compare sites with the same memory type Reviewed-by: shade, coleenp
Mon, 24 Jul 2017 17:46:06 -0400 8182397: Race in field updates when creating ArrayKlasses can lead to crash
coleenp [Mon, 24 Jul 2017 17:46:06 -0400] rev 46710
8182397: Race in field updates when creating ArrayKlasses can lead to crash Summary: Update array_klass field in component mirror after klass.java_mirror field for concurrent readers in compiled code Reviewed-by: aph, kbarrett
Sat, 22 Jul 2017 10:03:15 +0200 8185033: On Metaspace OOM, ChunkManager composition should be logged.
stuefe [Sat, 22 Jul 2017 10:03:15 +0200] rev 46709
8185033: On Metaspace OOM, ChunkManager composition should be logged. Reviewed-by: mgerdin, coleenp
Mon, 24 Jul 2017 17:26:41 +0000 Merge
dcubed [Mon, 24 Jul 2017 17:26:41 +0000] rev 46708
Merge
Mon, 24 Jul 2017 17:14:32 +0200 8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"
rkennke [Mon, 24 Jul 2017 17:14:32 +0200] rev 46707
8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark" Reviewed-by: dcubed, zgu
Mon, 24 Jul 2017 18:06:01 +0200 8184267: Restore register from stack uses wrong offset
lucy [Mon, 24 Jul 2017 18:06:01 +0200] rev 46706
8184267: Restore register from stack uses wrong offset Reviewed-by: mdoerr
Mon, 24 Jul 2017 09:32:35 -0400 8179018: Remove obsoleted one X options from JDK 10
hseigel [Mon, 24 Jul 2017 09:32:35 -0400] rev 46705
8179018: Remove obsoleted one X options from JDK 10 Summary: Remove the obsoleted options Reviewed-by: zgu, coleenp, gtriantafill
Fri, 21 Jul 2017 21:01:59 -0400 8182169: ArrayAllocator should take MEMFLAGS as regular parameter
kbarrett [Fri, 21 Jul 2017 21:01:59 -0400] rev 46704
8182169: ArrayAllocator should take MEMFLAGS as regular parameter Summary: Change ArrayAllocator memflags from template parameter to ordinary function parameters Reviewed-by: kbarrett, tschatzl Contributed-by: milan.mimica@gmail.com
Fri, 21 Jul 2017 16:37:01 -0400 8175318: Performance issue regarding local JNI references
kbarrett [Fri, 21 Jul 2017 16:37:01 -0400] rev 46703
8175318: Performance issue regarding local JNI references Summary: Avoid unnecessary repeated clears. Reviewed-by: shade, simonis
Fri, 07 Jul 2017 12:49:11 +0200 8180932: Parallelize safepoint cleanup
rkennke [Fri, 07 Jul 2017 12:49:11 +0200] rev 46702
8180932: Parallelize safepoint cleanup Summary: Provide infrastructure to do safepoint cleanup tasks using parallel worker threads Reviewed-by: dholmes, rehn, dcubed, thartmann
Fri, 21 Jul 2017 09:50:12 +0200 8181917: Refactor UL LogStreams to avoid using resource area
stuefe [Fri, 21 Jul 2017 09:50:12 +0200] rev 46701
8181917: Refactor UL LogStreams to avoid using resource area Reviewed-by: ehelin, mlarsson
Thu, 20 Jul 2017 17:23:24 -0700 8185018: Put AOT tests on problem list for OS-X and Windows
kvn [Thu, 20 Jul 2017 17:23:24 -0700] rev 46700
8185018: Put AOT tests on problem list for OS-X and Windows Reviewed-by: dcubed, kbarrett
Thu, 20 Jul 2017 15:53:39 -0700 8185013: Disable subword vector analysis optimization until 8184995 is fixed
kvn [Thu, 20 Jul 2017 15:53:39 -0700] rev 46699
8185013: Disable subword vector analysis optimization until 8184995 is fixed Reviewed-by: dcubed
Tue, 18 Jul 2017 16:11:28 +0200 8184800: Streamline RTM flag validity testing with generic flag testing support
goetz [Tue, 18 Jul 2017 16:11:28 +0200] rev 46698
8184800: Streamline RTM flag validity testing with generic flag testing support Reviewed-by: kvn, lucy
Thu, 20 Jul 2017 11:01:20 -0400 8077203: Avoid unnecessary stripping of package names from FQN's in is_same_class_package() methods
hseigel [Thu, 20 Jul 2017 11:01:20 -0400] rev 46697
8077203: Avoid unnecessary stripping of package names from FQN's in is_same_class_package() methods Summary: Extract package name from instance klass's package entry record Reviewed-by: redestad, coleenp, lfoltan
Thu, 20 Jul 2017 15:44:51 +0800 8184964: AArch64: Incorrect match rule for negL_reg
yzhang [Thu, 20 Jul 2017 15:44:51 +0800] rev 46696
8184964: AArch64: Incorrect match rule for negL_reg Reviewed-by: adinn Contributed-by: zhongwei.yao@linaro.org
Mon, 17 Jul 2017 10:32:30 +0800 8183533: AArch64: redundent registers saving in arraycopy stubs
njian [Mon, 17 Jul 2017 10:32:30 +0800] rev 46695
8183533: AArch64: redundent registers saving in arraycopy stubs Summary: Remove redundent registers saving in gen_write_ref_array_pre_barrier() and gen_write_ref_array_post_barrier(). Reviewed-by: aph Contributed-by: zhongwei.yao@linaro.org
Wed, 19 Jul 2017 18:17:06 -0700 8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code
kvn [Wed, 19 Jul 2017 18:17:06 -0700] rev 46694
8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code Reviewed-by: iveresov, shade
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip