lfoltan [Thu, 28 Aug 2014 13:01:44 -0400] rev 26416
Merge
lfoltan [Thu, 28 Aug 2014 11:56:06 -0400] rev 26415
8054355: ENFORCE_CC_COMPILER_REV needs to be updated to Solaris C++ 12u3 for JDK 9.
Summary: Update of C++ validiation check for JDK 9 on Solaris.
Reviewed-by: coleenp, dcubed, kvn
coleenp [Thu, 28 Aug 2014 15:44:02 +0000] rev 26414
Merge
coleenp [Thu, 28 Aug 2014 11:30:11 -0400] rev 26413
Merge
coleenp [Thu, 28 Aug 2014 11:29:09 -0400] rev 26412
8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
Summary: This removes component mirrors from arrayKlass metadata and the C2 intrinsic for them.
Reviewed-by: kvn, twisti, mgerdin
dsamersoff [Thu, 28 Aug 2014 07:46:49 -0700] rev 26411
8029172: warnings from b117 for hotspot.agent.src.os.linux: JNI exception pending
Summary: Added missed exception checks
Reviewed-by: chegar, sla
dsamersoff [Thu, 28 Aug 2014 06:32:16 -0700] rev 26410
8031583: warnings from b03 for hotspot/agent/src/os/solaris/proc: JNI exception pending
Summary: Added missed exception checks
Reviewed-by: sla, sspitsyn
sla [Thu, 28 Aug 2014 10:28:21 +0200] rev 26409
8055755: Information about loaded dynamic libraries is wrong on MacOSX
Summary: The information about loaded dynamic libraries printed in hs_err_pid files or by running the jcmd VM.dynlib is partly incorrect. The address printed in front of the library file name is wrong.
Reviewed-by: sla, gziemski, gtriantafill
Contributed-by: fredrik.arvidsson@oracle.com