[9] RFR JDK-8153564: Add java/nio/Buffer/BasicByte.java to exclude list until JDK-8153563 is fixed

Alejandro Murillo alejandro.murillo at oracle.com
Wed Apr 6 06:22:29 UTC 2016


I didn't see that one  failing on my jprt sanity job
I went to check the code CopyDirectMemory.java, and it doesn't use 
jdk.internal.misc.Unsafe
(at least directly), so doesn't look like it's the same issue.
where did you see the failure ?


Alejandro


On 4/5/2016 11:59 PM, Amy Lu wrote:
> java/nio/Buffer/CopyDirectMemory.java
> run into the same issue, maybe it could be problem listed together in 
> this patch?
>
> Thanks,
> Amy
>
> On 4/6/16 1:14 PM, Alejandro Murillo wrote:
>>
>> I'd like to push the changeset below to exclude 
>> java/nio/Buffer/BasicByte.java
>> It started failing after the hotspot snapshot was pushed to jdk9/dev 
>> tonight.
>> https://bugs.openjdk.java.net/browse/JDK-8153563 has been filed for 
>> that failure.
>>
>> $ hg -R jdk9.dev/jdk tip -pv
>>
>> changeset:   14082:5c98c9ad8ff2
>> tag:         tip
>> user:        amurillo
>> date:        Tue Apr 05 22:06:15 2016 -0700
>> files:       test/ProblemList.txt
>> description:
>> 8153564: Add java/nio/Buffer/BasicByte.java to exclude list until 
>> JDK-8153563 is fixed
>> Reviewed-by: tbd
>>
>>
>> diff -r 04f56d4ca167 -r 5c98c9ad8ff2 test/ProblemList.txt
>> --- a/test/ProblemList.txt      Tue Apr 05 20:02:21 2016 -0700
>> +++ b/test/ProblemList.txt      Tue Apr 05 22:06:15 2016 -0700
>> @@ -185,6 +185,8 @@
>>
>>  java/nio/charset/coders/BashStreams.java 8149712 generic-all
>>
>> +java/nio/Buffer/BasicByte.java 8153563 generic-all
>> +
>>  ############################################################################ 
>>
>>
>>  # jdk_rmi
>>
>>
>

-- 
Alejandro



More information about the hotspot-dev mailing list