Wed, 01 May 2019 14:35:28 -0700 8220818: Validator does not find missing match for keyref error jdk-13+19
joehw [Wed, 01 May 2019 14:35:28 -0700] rev 54672
8220818: Validator does not find missing match for keyref error Reviewed-by: lancea
Wed, 01 May 2019 13:25:54 -0700 8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
mseledtsov [Wed, 01 May 2019 13:25:54 -0700] rev 54671
8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command Summary: Using InetAddress.getLocalHost() Reviewed-by: egahlin, lmesnik Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Wed, 01 May 2019 13:07:30 -0700 8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
bchristi [Wed, 01 May 2019 13:07:30 -0700] rev 54670
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property Reviewed-by: alanb, bpb, lancea
Wed, 01 May 2019 12:31:29 -0700 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn [Wed, 01 May 2019 12:31:29 -0700] rev 54669
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
Wed, 01 May 2019 12:41:26 -0400 8222744: add support for generating method handles from a variable symbol
vromero [Wed, 01 May 2019 12:41:26 -0400] rev 54668
8222744: add support for generating method handles from a variable symbol Reviewed-by: mcimadamore
Wed, 01 May 2019 22:02:48 +0530 8202414: Unsafe write after primitive array creation may result in array length change
rraghavan [Wed, 01 May 2019 22:02:48 +0530] rev 54667
8202414: Unsafe write after primitive array creation may result in array length change Summary: Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same Reviewed-by: dlong, kvn, vlivanov
Wed, 01 May 2019 09:06:12 -0700 8223078: Add microbenchmark for array copying/clearing/resizing
martin [Wed, 01 May 2019 09:06:12 -0700] rev 54666
8223078: Add microbenchmark for array copying/clearing/resizing Reviewed-by: dl, redestad
Wed, 01 May 2019 10:54:07 -0400 8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355
coleenp [Wed, 01 May 2019 10:54:07 -0400] rev 54665
8223190: Test gc/arguments/TestShrinkHeapInSteps.java breaks with change for JDK-8074355 Summary: Remove too strict assert. Reviewed-by: hseigel
Wed, 01 May 2019 10:12:51 -0400 8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
zgu [Wed, 01 May 2019 10:12:51 -0400] rev 54664
8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow Reviewed-by: shade
Wed, 01 May 2019 08:56:38 -0400 8074355: make MutexLocker smarter about non-JavaThreads
coleenp [Wed, 01 May 2019 08:56:38 -0400] rev 54663
8074355: make MutexLocker smarter about non-JavaThreads Summary: Use safepoint_check_always/safepoint_check_never instead of safepoint_check_sometimes for locks that are taken by JavaThreads and non-JavaThreads Reviewed-by: dholmes, rehn, dcubed, lmesnik
Wed, 01 May 2019 07:12:14 -0400 8213399: DecoderLocker is unused
coleenp [Wed, 01 May 2019 07:12:14 -0400] rev 54662
8213399: DecoderLocker is unused Summary: remove DecoderLocker Reviewed-by: iklam, dholmes
Tue, 30 Apr 2019 20:26:16 -0700 8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
jcbeyler [Tue, 30 Apr 2019 20:26:16 -0700] rev 54661
8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows Summary: Keep it simple and handle INT32_MIN separately Reviewed-by: dholmes, sspitsyn
Tue, 30 Apr 2019 16:11:42 -0700 8222821: com/sun/jdi/ExceptionEvents.java failed
dtitov [Tue, 30 Apr 2019 16:11:42 -0700] rev 54660
8222821: com/sun/jdi/ExceptionEvents.java failed Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
Tue, 30 Apr 2019 15:39:42 -0700 8215113: Sampling interval not always correct
jcbeyler [Tue, 30 Apr 2019 15:39:42 -0700] rev 54659
8215113: Sampling interval not always correct Summary: Fix the sampling interval Reviewed-by: phh, sspitsyn
Tue, 30 Apr 2019 12:53:32 -0700 8222137: Remove T-Systems root CA certificate
rhalade [Tue, 30 Apr 2019 12:53:32 -0700] rev 54658
8222137: Remove T-Systems root CA certificate Reviewed-by: mullan
Tue, 30 Apr 2019 11:04:26 -0700 8216577: Add GlobalSign's R6 Root certificate
rhalade [Tue, 30 Apr 2019 11:04:26 -0700] rev 54657
8216577: Add GlobalSign's R6 Root certificate Reviewed-by: mullan, clanger
Tue, 30 Apr 2019 10:24:14 -0700 8222913: Add Jib support for VERSION_EXTRA*
erikj [Tue, 30 Apr 2019 10:24:14 -0700] rev 54656
8222913: Add Jib support for VERSION_EXTRA* Reviewed-by: tbell, mikael
Tue, 30 Apr 2019 08:45:19 -0700 8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
dtitov [Tue, 30 Apr 2019 08:45:19 -0700] rev 54655
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2" Reviewed-by: sspitsyn, jcbeyler
Thu, 18 Apr 2019 13:58:31 +0200 8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
sgehwolf [Thu, 18 Apr 2019 13:58:31 +0200] rev 54654
8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717 Summary: Only perform this optimization for x86_64 Reviewed-by: dholmes, andrew
Tue, 30 Apr 2019 14:49:19 +0200 8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
thartmann [Tue, 30 Apr 2019 14:49:19 +0200] rev 54653
8219807: C2 crash in IfNode::up_one_dom(Node*, bool) Summary: Guard against regions degraded to copies. Reviewed-by: kvn
Tue, 30 Apr 2019 12:54:07 +0200 8222852: Reduce String concat combinator tree shapes by folding constants into prependers
redestad [Tue, 30 Apr 2019 12:54:07 +0200] rev 54652
8222852: Reduce String concat combinator tree shapes by folding constants into prependers Reviewed-by: shade, plevart, forax Contributed-by: claes.redestad@oracle.com, peter.levart@gmail.com
Tue, 30 Apr 2019 01:56:28 -0700 8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
sspitsyn [Tue, 30 Apr 2019 01:56:28 -0700] rev 54651
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated Summary: Mark new option depricated Reviewed-by: dcubed, coleenp, dholmes
Tue, 30 Apr 2019 10:39:22 +0200 8218152: [javac] fails and exits with no error if a bad annotation processor provided
jlahoda [Tue, 30 Apr 2019 10:39:22 +0200] rev 54650
8218152: [javac] fails and exits with no error if a bad annotation processor provided Summary: Handle exceptions thrown while loading annotation processors. Reviewed-by: jlahoda Contributed-by: groeges@uk.ibm.com
Wed, 17 Apr 2019 01:21:56 -0700 8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
rschmelter [Wed, 17 Apr 2019 01:21:56 -0700] rev 54649
8222529: sun.jdwp.listenerAddress agent property uses wrong encoding Reviewed-by: sspitsyn, amenkov, clanger, erikj
Tue, 30 Apr 2019 11:58:30 +0530 8221991: Improve the HTML for the inheritance tree for a type
pmuthuswamy [Tue, 30 Apr 2019 11:58:30 +0530] rev 54648
8221991: Improve the HTML for the inheritance tree for a type Reviewed-by: hannesw
Wed, 24 Apr 2019 09:10:45 -0700 8219403: JVMCIRuntime::adjust_comp_level should be replaced
dlong [Wed, 24 Apr 2019 09:10:45 -0700] rev 54647
8219403: JVMCIRuntime::adjust_comp_level should be replaced Reviewed-by: kvn, dnsimon, never
Fri, 08 Mar 2019 18:21:52 -0800 8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression
manc [Fri, 08 Mar 2019 18:21:52 -0800] rev 54646
8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression Summary: Make Clang inline more aggressively for functions with inline keyword Reviewed-by: erikj, jiangli, shade
Mon, 29 Apr 2019 16:01:52 -0400 8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
coleenp [Mon, 29 Apr 2019 16:01:52 -0400] rev 54645
8222988: Use MonitorLocker rather than MutexLocker when wait/notify used Summary: fixed use cases in code except CMS. Reviewed-by: rehn, dcubed
Mon, 29 Apr 2019 14:34:10 -0400 8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
mullan [Mon, 29 Apr 2019 14:34:10 -0400] rev 54644
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated Reviewed-by: xuelei
Mon, 29 Apr 2019 07:39:16 -0700 8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer.
bpb [Mon, 29 Apr 2019 07:39:16 -0700] rev 54643
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer. Reviewed-by: dfuchs, prappo
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip