herrick [Thu, 26 Sep 2019 10:37:37 -0400] rev 58360
8231382: Use main class from main module if available
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
herrick [Thu, 26 Sep 2019 09:19:46 -0400] rev 58359
8230649 : Make jpackage tool an experimental feature
Reviewed-by: asemenyuk, kcr
coleenp [Thu, 26 Sep 2019 09:22:49 -0400] rev 58358
8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
Summary: Dont create nmethod if classes have been redefined since compilation start.
Reviewed-by: sspitsyn, dlong, eosterlund, gdub
egahlin [Thu, 26 Sep 2019 15:13:04 +0200] rev 58357
Incorporate CSR feedback
mbaesken [Thu, 26 Sep 2019 14:04:25 +0200] rev 58356
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
Reviewed-by: coleenp, lfoltan
pliden [Thu, 26 Sep 2019 13:56:58 +0200] rev 58355
8231294: ZGC: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted002 fails
Reviewed-by: shade, dholmes
phedlin [Thu, 12 Sep 2019 11:44:51 +0200] rev 58354
8229499: Node budget assert in fuzzed test.
Reviewed-by: thartmann, neliasso
eosterlund [Thu, 26 Sep 2019 10:00:07 +0000] rev 58353
8219724: ZGC: Make inline cache cleaning more robust
Reviewed-by: pliden
mbaesken [Wed, 25 Sep 2019 09:15:43 +0200] rev 58352
8231445: check ZALLOC return values in awt coding
Reviewed-by: clanger, prr
thartmann [Thu, 26 Sep 2019 09:16:08 +0200] rev 58351
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
Summary: Bail out if the range check If has an Opaque4Node input instead of a BoolNode.
Reviewed-by: roland, kvn