coleenp [Sat, 05 Oct 2013 03:14:53 +0200] rev 20383
Merge
coleenp [Sat, 05 Oct 2013 00:58:43 +0200] rev 20382
Merge
mikael [Wed, 02 Oct 2013 09:18:56 -0700] rev 20381
8024087: Remove dead JVM_{Get,Set}PrimitiveFieldValues functions
Summary: The two functions were used to support JDK 1.3 but are no longer in use
Reviewed-by: coleenp, ctornqvi, twisti, dsamersoff
coleenp [Sat, 05 Oct 2013 00:53:02 +0200] rev 20380
Merge
coleenp [Thu, 03 Oct 2013 18:50:58 -0400] rev 20379
8025004: -XX:+CheckUnhandledOops asserts for JDK 8 Solaris fastdebug binaries
Summary: Remove unnecessary volatile keyword on stack locals within instanceKlass.cpp to work around Solaris Studio C++ compiler issue
Reviewed-by: coleenp, dcubed
Contributed-by: lois.foltan@oracle.com
coleenp [Thu, 03 Oct 2013 18:53:27 -0400] rev 20378
8025238: nsk/jvmti/scenarios/bcinstr/BI04/bi04t002 crashed with SIGSEGV
Summary: Redefined class in stack trace may not be found by method_idnum so handle null.
Reviewed-by: sla, dcubed, sspitsyn
dsamersoff [Thu, 03 Oct 2013 12:39:58 +0400] rev 20377
8022616: u4 should not be used as a type for thread_id
Summary: Usage of u4 as a type for thread_id cause a compilation error on platform, where thread_id is a pointer
Reviewed-by: sla, sspitsyn, minqi