Wed, 10 Apr 2019 12:05:50 +0200 8221836: Avoid recalculating String.hash when zero
redestad [Wed, 10 Apr 2019 12:05:50 +0200] rev 54486
8221836: Avoid recalculating String.hash when zero Reviewed-by: jrose, adinn Contributed-by: peter.levart@gmail.com, claes.redestad@oracle.com
Wed, 10 Apr 2019 08:51:38 +0200 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
mbaesken [Wed, 10 Apr 2019 08:51:38 +0200] rev 54485
8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64 Reviewed-by: dholmes, mdoerr
Wed, 10 Apr 2019 02:41:43 +0000 Merge
valeriep [Wed, 10 Apr 2019 02:41:43 +0000] rev 54484
Merge
Wed, 10 Apr 2019 02:35:18 +0000 8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
valeriep [Wed, 10 Apr 2019 02:35:18 +0000] rev 54483
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange Summary: Add internal Signature init methods to select provider based on both key and parameter Reviewed-by: xuelei
Tue, 09 Apr 2019 19:34:05 -0700 8221853: Data race in compile broker (set_last_compile)
jcbeyler [Tue, 09 Apr 2019 19:34:05 -0700] rev 54482
8221853: Data race in compile broker (set_last_compile) Summary: Remove the debug code provoking it Reviewed-by: kvn, thartmann
Tue, 09 Apr 2019 16:32:22 -0700 8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
igerasim [Tue, 09 Apr 2019 16:32:22 -0700] rev 54481
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified Reviewed-by: igerasim, rriggs Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>, Ivan Gerasimov <ivan.gerasimov@oracle.com>
Tue, 09 Apr 2019 18:26:36 -0400 8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
dcubed [Tue, 09 Apr 2019 18:26:36 -0400] rev 54480
8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java Reviewed-by: iignatyev
Tue, 09 Apr 2019 23:36:43 +0200 8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause
rkennke [Tue, 09 Apr 2019 23:36:43 +0200] rev 54479
8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause Reviewed-by: shade, zgu
Tue, 09 Apr 2019 21:20:16 +0200 8222186: Shenandoah should not uncommit below minimum heap size
shade [Tue, 09 Apr 2019 21:20:16 +0200] rev 54478
8222186: Shenandoah should not uncommit below minimum heap size Reviewed-by: zgu, rkennke
Tue, 09 Apr 2019 21:20:15 +0200 8222185: Shenandoah should report "committed" as capacity
shade [Tue, 09 Apr 2019 21:20:15 +0200] rev 54477
8222185: Shenandoah should report "committed" as capacity Reviewed-by: zgu, rkennke
Tue, 09 Apr 2019 12:17:03 -0700 8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
bpb [Tue, 09 Apr 2019 12:17:03 -0700] rev 54476
8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time Reviewed-by: alanb, shade
Tue, 09 Apr 2019 09:49:36 -0700 8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
smarks [Tue, 09 Apr 2019 09:49:36 -0700] rev 54475
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE Reviewed-by: redestad, lancea
Mon, 08 Apr 2019 14:40:31 +0800 8221658: aarch64: add necessary predicate for ubfx patterns
fyang [Mon, 08 Apr 2019 14:40:31 +0800] rev 54474
8221658: aarch64: add necessary predicate for ubfx patterns Reviewed-by: aph
Tue, 09 Apr 2019 06:11:54 -0700 8221894: Add comments for docker tests in the test doc
jiefu [Tue, 09 Apr 2019 06:11:54 -0700] rev 54473
8221894: Add comments for docker tests in the test doc Reviewed-by: erikj, dholmes
Tue, 09 Apr 2019 08:56:15 -0400 8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
mullan [Tue, 09 Apr 2019 08:56:15 -0400] rev 54472
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings Reviewed-by: weijun
Tue, 09 Apr 2019 11:40:01 +0200 8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily
redestad [Tue, 09 Apr 2019 11:40:01 +0200] rev 54471
8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily Reviewed-by: alanb
Mon, 08 Apr 2019 14:36:33 +0200 8221535: add steal tick related information to hs_error file [linux]
mbaesken [Mon, 08 Apr 2019 14:36:33 +0200] rev 54470
8221535: add steal tick related information to hs_error file [linux] Reviewed-by: dholmes, goetz
Mon, 08 Apr 2019 21:39:43 +0000 8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
dholmes [Mon, 08 Apr 2019 21:39:43 +0000] rev 54469
8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event Reviewed-by: dholmes, dcubed Contributed-by: robbin.ehn@oracle.com, stefan.karlsson@oracle.com
Mon, 08 Apr 2019 17:30:18 -0400 8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
dholmes [Mon, 08 Apr 2019 17:30:18 -0400] rev 54468
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output Reviewed-by: cjplummer, zgu
Mon, 08 Apr 2019 12:15:40 -0700 8218049: Survivor MemoryMXBean used() size granularity is region based
sangheki [Mon, 08 Apr 2019 12:15:40 -0700] rev 54467
8218049: Survivor MemoryMXBean used() size granularity is region based Reviewed-by: tschatzl, kbarrett
Mon, 08 Apr 2019 21:01:17 +0200 8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
tschatzl [Mon, 08 Apr 2019 21:01:17 +0200] rev 54466
8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length Summary: Improve naming of G1Policy::adaptive_young_list_length to improve readability. Reviewed-by: kbarrett
Mon, 08 Apr 2019 20:37:52 +0200 8218668: Clean up evacuation of optional collection set
tschatzl [Mon, 08 Apr 2019 20:37:52 +0200] rev 54465
8218668: Clean up evacuation of optional collection set Summary: Better integrate optional collection set evacuation into the existing evacuation scheme, fixing a few minor issues with the initial implementation. Reviewed-by: kbarrett, sangheki
Mon, 08 Apr 2019 11:11:22 -0700 8216551: GraalUnitTestLauncher should be executed as '@run driver'
epavlova [Mon, 08 Apr 2019 11:11:22 -0700] rev 54464
8216551: GraalUnitTestLauncher should be executed as '@run driver' Reviewed-by: dlong, kvn
Mon, 08 Apr 2019 19:43:04 +0200 8222130: Shenandoah should verify roots after pre-evacuation
shade [Mon, 08 Apr 2019 19:43:04 +0200] rev 54463
8222130: Shenandoah should verify roots after pre-evacuation Reviewed-by: rkennke, zgu
Mon, 08 Apr 2019 13:33:28 -0400 8222133: Add temporary exceptions for root certs that are due to expire soon
mullan [Mon, 08 Apr 2019 13:33:28 -0400] rev 54462
8222133: Add temporary exceptions for root certs that are due to expire soon Reviewed-by: xuelei
Mon, 08 Apr 2019 13:22:59 -0400 8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
zgu [Mon, 08 Apr 2019 13:22:59 -0400] rev 54461
8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior Reviewed-by: eosterlund
Mon, 08 Apr 2019 17:09:02 +0000 8221730: jcmd process name matching broken
dtitov [Mon, 08 Apr 2019 17:09:02 +0000] rev 54460
8221730: jcmd process name matching broken Reviewed-by: jcbeyler, dholmes, cjplummer
Mon, 08 Apr 2019 15:01:39 +0100 8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
sgroeger [Mon, 08 Apr 2019 15:01:39 +0100] rev 54459
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException Summary: Make a strong reference to TestLogger and dont fetch it from LogManager Reviewed-by: dfuchs
Mon, 08 Apr 2019 18:42:29 +0200 8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength()
rkennke [Mon, 08 Apr 2019 18:42:29 +0200] rev 54458
8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength() Reviewed-by: shade
Mon, 08 Apr 2019 18:42:27 +0200 8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
rkennke [Mon, 08 Apr 2019 18:42:27 +0200] rev 54457
8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1 Reviewed-by: shade
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip