URGENT RFR(XXXS): 8161949 quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
Alan Bateman
Alan.Bateman at oracle.com
Wed Jul 20 17:57:17 UTC 2016
On 20/07/2016 18:46, Daniel D. Daugherty wrote:
> Greetings,
>
> The July CPU changes landed in JDK9-dev last night and we're working
> through
> the ripples... We need to quarantine a test so that JDK9-dev can be
> merged
> with JDK9-hs:
>
> $ hg -R hotspot diff
> diff -r 9b01ac7cc018 test/runtime/Unsafe/GetUnsafe.java
> --- a/test/runtime/Unsafe/GetUnsafe.java Wed May 11 12:03:46
> 2016 -0400
> +++ b/test/runtime/Unsafe/GetUnsafe.java Wed Jul 20 10:37:35
> 2016 -0700
> @@ -26,6 +26,7 @@
> * @summary Verifies that getUnsafe() actually throws
> SecurityException when unsafeAccess is prohibited.
> * @library /testlibrary
> * @modules java.base/jdk.internal.misc
> + * @ignore 8161947
> * @run main GetUnsafe
> */
>
Alternatively remove the test as it doesn't make sense for
jdk.internal.misc.Unsafe or change it to use sun.misc.Unsafe so that it
tests what it was originally meant to test.
-Alan
More information about the hotspot-runtime-dev
mailing list