jiangli [Mon, 07 Oct 2019 11:29:10 -0700] rev 58486
8231630: Optimize boot loader with no bootclasspath append entry.
Summary: Optimize SystemDictionary::load_instance_class for boot loader. Immediately return NULL if the requested class is either in the unnamed package or unnamed module, or in a module not defined to the boot loader, when there is no bootclasspath append entry.
Reviewed-by: martin, aeubanks, dthomson, redestad, lfoltan, iklam
egahlin [Mon, 07 Oct 2019 20:15:47 +0200] rev 58485
TestRecursive with Recording::start()
egahlin [Mon, 07 Oct 2019 17:59:36 +0200] rev 58484
Stabilize TestLargeRootSet.java
shade [Mon, 07 Oct 2019 17:12:22 +0200] rev 58483
8231946: Remove obsolete and unused ShenandoahVerifyObjectEquals flag
Reviewed-by: rkennke
shade [Mon, 07 Oct 2019 17:12:13 +0200] rev 58482
8231932: Shenandoah: conc/par GC threads ergonomics overrides user settings
Reviewed-by: rkennke
redestad [Mon, 07 Oct 2019 16:55:24 +0200] rev 58481
8230043: Lazily load libverify
8230140: Remove unused mutex and monitor declarations
Reviewed-by: hseigel, erikj, alanb, dholmes
cito [Mon, 07 Oct 2019 16:44:12 +0200] rev 58480
8225694: Destination option missing in FlightRecorderMXBeanImpl
Reviewed-by: egahlin
coleenp [Mon, 07 Oct 2019 10:04:01 -0400] rev 58479
8229900: RedefineDeleteJmethod.java fails with -Xcheck:jni
Summary: Remove RedefineClasses adjustment and test, but improve checking for method/class matching.
Reviewed-by: dholmes, sspitsyn