RFR(S) 8047939 - [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh

Christian Tornqvist christian.tornqvist at oracle.com
Tue Jun 24 12:26:56 UTC 2014


Hi Dan, 

Not really, there is a warning printed in the .jtr file:

----------System.err:(2/155)*----------
Note: C:\\source\\hs-rt\\test\\runtime\\Unsafe\\RangeCheck.java uses or
overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
result: Passed. Compilation successful

but I suspect this wouldn't be the only test with warnings during
compilation. I could add it if someone really thinks it's needed though :)

Thanks,
Christian

-----Original Message-----
From: Daniel D. Daugherty [mailto:daniel.daugherty at oracle.com] 
Sent: Monday, June 23, 2014 7:18 PM
To: Christian Tornqvist
Cc: hotspot-runtime-dev at openjdk.java.net; 'Christian Thalinger'
Subject: Re: RFR(S) 8047939 - [TESTBUG] Rewrite
test/runtime/8001071/Test8001071.sh

Christian,

Does your new test need this from the old test?

27 @SuppressWarnings("sunapi")

Dan

On 6/23/14 5:06 PM, Christian Tornqvist wrote:
> Hi everyone,
>
>   
>
> test/runtime/8001071/Test8001071.sh has the same issue as the tests 
> mentioned in JDK-8047878, the test can time when creating a core file 
> on a machine with a lot of memory. The fix is to restrict the heap 
> size, as part of fixing this I rewrote the test to get rid of the shell
script.
>
>   
>
> Webrev:
>
> http://cr.openjdk.java.net/~ctornqvi/webrev/8047939/webrev.00/
>
>   
>
> Bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8047939
>
>   
>
> Thanks,
>
> Christian
>




More information about the hotspot-runtime-dev mailing list