minqi [Fri, 18 Sep 2015 13:41:11 -0700] rev 32820
8135085: Change Method::_intrinsic_id from u1 to u2
Summary: Convert Method::_intrinsic_id from u1 to u2 to expand id range over 255.
Reviewed-by: coleenp, iklam, jiangli
Contributed-by: aleksey.shipilev@oracle.com
hseigel [Fri, 18 Sep 2015 07:01:23 -0400] rev 32819
8132904: Type checking verifier fails to reject assignment from array to an interface
Summary: Only allow assignment if interface is Cloneable or Serializable.
Reviewed-by: kamg, gtriantafill, jiangli
mgerdin [Thu, 17 Sep 2015 16:07:06 +0200] rev 32818
8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
Reviewed-by: stefank, jwilhelm
kbarrett [Wed, 16 Sep 2015 16:25:02 +0200] rev 32817
8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: brutisso