jlaskey [Wed, 09 Jan 2019 11:13:00 -0400] rev 53227
8215681: Remove compiler support for Raw String Literals from JDK 12
Reviewed-by: mcimadamore, jlahoda, sundar
neliasso [Wed, 09 Jan 2019 15:36:20 +0100] rev 53226
8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
Reviewed-by: pliden, thartmann
coleenp [Wed, 09 Jan 2019 07:52:45 -0500] rev 53225
8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Summary: Set InstanceKlass::loaded before adding classes to the subklass list, which can be read concurrently by the compiler.
Reviewed-by: dholmes, eosterlund
vromero [Wed, 09 Jan 2019 08:07:23 -0500] rev 53224
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
Reviewed-by: goetz