sla [Sat, 05 Oct 2013 15:18:57 +0200] rev 20387
8025922: JNI access to Strings need to check if the value field is non-null
Reviewed-by: dholmes, dcubed
sla [Fri, 04 Oct 2013 13:01:07 +0200] rev 20386
8016845: SA is unable to use hsdis on windows
Summary: Added sadis.c to the build to provide missing symbols in sawindbg.dll. Added code to use the correct hsdisXXX.dll filename on different windows platforms.
Reviewed-by: sla, mgerdin
Contributed-by: fredrik.arvidsson@oracle.com
erikj [Fri, 04 Oct 2013 12:45:39 +0200] rev 20385
8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK.
Reviewed-by: sla, ctornqvi
ccheung [Fri, 04 Oct 2013 21:00:43 -0700] rev 20384
Merge
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
dsamersoff [Thu, 03 Oct 2013 04:42:57 +0200] rev 20376
Merge
dsamersoff [Wed, 02 Oct 2013 22:27:23 +0400] rev 20375
8025250: SA: Sync linux and bsd versions of ps_core file
Summary: linux/ps_core.c and bsd/ps_core.c share most of code, but it has different formatting, comments etc.
Reviewed-by: sla, minqi
dsamersoff [Thu, 03 Oct 2013 01:12:27 +0200] rev 20374
Merge
dsamersoff [Wed, 02 Oct 2013 20:58:44 +0400] rev 20373
8025283: Nits in os_bsd file breaks compilation of open hotspot
Summary: Couple of nits in os_bsd.cpp brake compilation of open hotspot on non-apple platforms
Reviewed-by: sla, sspitsyn
coleenp [Wed, 02 Oct 2013 15:06:38 -0400] rev 20372
Merge