alanb [Thu, 14 Mar 2013 16:03:10 +0000] rev 16479
8005716: Enhance JNI specification to allow support of static JNI libraries in Embedded JREs
Reviewed-by: dlong, alanb, mduigou
Contributed-by: bill.pittore@oracle.com, bob.vandette@oracle.com
dholmes [Thu, 14 Mar 2013 01:47:59 -0400] rev 16478
8009429: Miscellaneous profiles cleanup
8009428: Revert changes to $ substitution performed as part of nashorn integration
Reviewed-by: alanb, erikj
robm [Thu, 14 Mar 2013 00:21:34 +0000] rev 16477
8009650: HttpClient available() check throws SocketException when connection has been closed
Reviewed-by: chegar, khazra, dsamersoff
Contributed-by: sdouglas@redhat.com
dxu [Wed, 13 Mar 2013 14:50:40 -0700] rev 16476
8001334: Remove use of JVM_* functions from java.io code
Summary: Replace JVM_* functions with direct system calls in java io area
Reviewed-by: alanb, uta, martin
jgish [Wed, 13 Mar 2013 11:24:48 -0400] rev 16475
8002070: Remove the stack search for a resource bundle for Logger to use
Summary: The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String)
Reviewed-by: mchung, alanb
alanb [Wed, 13 Mar 2013 17:58:45 +0000] rev 16474
8009751: (se) Selector spin when select, close and interestOps(0) invoked at same time (lnx)
Reviewed-by: zhouyx, chegar, robm