On 21/07/2016 12:40, Paul Sandoz wrote:
Hi,
The fix for:
https://bugs.openjdk.java.net/browse/JDK-8161129
8161129 Unsafe::getUnsafe should allow the platform class loader to access it
broke a test in the Hotspot repo test area that i did not realize existed. That
test can be deleted. There is an existing test in the JDK repo test area that
tests the same functionality in sun.misc.Unsafe, which is arguably the right
location, i have renamed that test.
Make sense. For the test in the jdk repo then maybe it should be changed
to catch SecurityException rather than Exception.
-Alan