RFR: 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime

David Holmes david.holmes at oracle.com
Tue Aug 20 12:28:56 UTC 2019


Hi Leonid,

On 18/08/2019 4:14 am, Leonid Mesnik wrote:
> Hi
> 
> Could you please review following fix. Test runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java takes about 4 minutes and is top consumer in tier1. It should be moved out of tier1 as other slow error handling tests.
> 
> bug: https://bugs.openjdk.java.net/browse/JDK-8229854 <https://bugs.openjdk.java.net/browse/JDK-8229854>
> diff:
> diff -r 34bbd91b1522 test/hotspot/jtreg/TEST.groups
> --- a/test/hotspot/jtreg/TEST.groups    Sat Aug 17 06:20:49 2019 -0700
> +++ b/test/hotspot/jtreg/TEST.groups    Sat Aug 17 10:37:02 2019 -0700
> @@ -278,6 +278,7 @@
>    -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
>    -runtime/ErrorHandling/ErrorHandler.java \
>    -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
> + -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \
>    -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
>    -runtime/InvocationTests \
>    -runtime/logging/MonitorMismatchTest.java \

Seems okay.

Thanks,
David

> Leonid
> 


More information about the hotspot-runtime-dev mailing list