smarks [Mon, 01 Dec 2014 17:59:39 -0800] rev 27784
8035000: clean up ActivationLibrary.DestroyThread
Reviewed-by: lancea
dfuchs [Mon, 01 Dec 2014 21:02:21 +0100] rev 27783
8065552: setAccessible(true) on fields of Class may throw a SecurityException
Summary: This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible.
Reviewed-by: mchung, coffeys
iignatyev [Mon, 01 Dec 2014 22:22:02 +0300] rev 27782
Merge
iignatyev [Mon, 01 Dec 2014 21:58:46 +0300] rev 27781
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
Reviewed-by: vlivanov, psandoz
iignatyev [Mon, 01 Dec 2014 21:56:54 +0300] rev 27780
8066191: Introduce time limited test executor
Reviewed-by: vlivanov, psandoz
msheppar [Mon, 01 Dec 2014 17:20:06 +0000] rev 27779
8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
Summary: added null check on dispatcherThread variable in stop method
Reviewed-by: chegar
lancea [Mon, 01 Dec 2014 11:34:44 -0500] rev 27778
8066261: Typo in Connection.isValid
Reviewed-by: dfuchs