joehw [Wed, 01 May 2019 14:35:28 -0700] rev 54672
8220818: Validator does not find missing match for keyref error
Reviewed-by: lancea
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>
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
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
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
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
martin [Wed, 01 May 2019 09:06:12 -0700] rev 54666
8223078: Add microbenchmark for array copying/clearing/resizing
Reviewed-by: dl, redestad
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
zgu [Wed, 01 May 2019 10:12:51 -0400] rev 54664
8223184: Shenandoah: Missing roots in SRP::process_all_roots_slow
Reviewed-by: shade
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