URGENT RFR(XXXS): 8161949 quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev

Daniel D. Daugherty daniel.daugherty at oracle.com
Wed Jul 20 18:04:37 UTC 2016


On 7/20/16 11:57 AM, Alan Bateman wrote:
>
>
> 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.

I think removing/revising the test in light of recent Unsafe changes
is happening via a different bug ID...

For today's fire drill, I'm just trying to make the merge possible
for Alejandro...

Dan


>
> -Alan



More information about the hotspot-runtime-dev mailing list