rehn [Thu, 01 Sep 2016 08:30:17 +0200] rev 40899
8163589: Add back class id intrinsic method for event based tracing
Reviewed-by: kvn, mgronlun
mdoerr [Wed, 31 Aug 2016 19:41:57 -0400] rev 40898
8165014: Unaligned unsafe access should throw InternalError on Solaris
Reviewed-by: dholmes, coleenp
hseigel [Wed, 31 Aug 2016 16:41:01 +0000] rev 40897
Merge
hseigel [Wed, 31 Aug 2016 10:27:32 -0400] rev 40896
8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties
Summary: Change the checks for module related properties to look for specific properties, not just jdk.module
Reviewed-by: coleenp, gziemski, ddmitriev
erikj [Wed, 31 Aug 2016 16:48:26 +0200] rev 40895
8164862: 2 JVMCI tests should not be executed on linux-x86
Reviewed-by: kvn, gtriantafill
coleenp [Wed, 31 Aug 2016 06:35:19 -0400] rev 40894
8164692: InstanceKlass::_previous_version_count goes negative
Summary: decrement previous_version_count when it's removed from the list.
Reviewed-by: dcubed, dlong, sspitsyn
dsamersoff [Wed, 31 Aug 2016 11:47:14 +0300] rev 40893
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
Summary: Accounted for the new JVMCI related Deoptimization Reasons.
Reviewed-by: dsamersoff, sla
Contributed-by: jini.george@oracle.com
kbarrett [Tue, 30 Aug 2016 23:48:16 -0400] rev 40892
8156500: Move Reference pending list into VM to prevent deadlocks
Summary: Move reference pending list and locking into VM
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com