sla [Fri, 25 Apr 2014 07:40:33 +0200] rev 24239
8040140: System.nanoTime() is slow and non-monotonic on OS X
Reviewed-by: sspitsyn, shade, dholmes, acorn
amurillo [Thu, 24 Apr 2014 14:06:40 -0700] rev 24238
8030011: Update Hotspot version string output
Reviewed-by: dholmes, jcoomes, kvn
mgerdin [Thu, 03 Apr 2014 14:54:42 +0200] rev 24237
6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
Summary: Added support for target buffer in as_utf8_string(), minor refactoring of as_utf8 and added some internal VM testing
Reviewed-by: coleenp, dsimms, sla, dholmes
Contributed-by: marcus.larsson@oracle.com
ctornqvi [Thu, 24 Apr 2014 00:46:17 +0200] rev 24236
8033405: metaspace/stressHierarchy/stressHierarchy005 hangs in atexit handler
Summary: <ake sure we shut down NMT before the VM exits and do not track malloc/free when NMT is shutting down
Reviewed-by: coleenp, zgu