[jdk11u-dev] Integrated: 8307811: [TEST] compilation of TimeoutInErrorHandlingTest fails after backport of JDK-8303861

Alexey Pavlyutkin duke at openjdk.org
Fri May 12 10:37:57 UTC 2023


On Wed, 10 May 2023 11:42:25 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:

> Hi!
> 
> This one fixes compilation of 
> 
> runtime/ErrorHandling/ThreadsListHandleInErrorHandlingTest.java
> 
> broken by backport of JDK-8303861. The problem is about backported delta refers to ERROR_LOG_TIMEOUT member that was introduced by different changeset and so was not backported and it stayed covered because the test is selected only for debug VM build
> 
> Verification/regression (amd64/20.04LTS): 
> 
> alex at alex-VirtualBox:~/jdk11u-dev$ /opt/jtreg/bin/jtreg -v -jdk:./build/linux-x86_64-normal-server-fastdebug/images/jdk test/hotspot/jtreg/runtime/ErrorHandling
> runner starting test: runtime/ErrorHandling/BadNativeStackInErrorHandlingTest.java
> runner finished test: runtime/ErrorHandling/BadNativeStackInErrorHandlingTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/CreateCoredumpOnCrash.java
> runner finished test: runtime/ErrorHandling/CreateCoredumpOnCrash.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/ErrorFileRedirectTest.java
> runner finished test: runtime/ErrorHandling/ErrorFileRedirectTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/ErrorHandler.java
> runner finished test: runtime/ErrorHandling/ErrorHandler.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/NestedThreadsListHandleInErrorHandlingTest.java
> runner finished test: runtime/ErrorHandling/NestedThreadsListHandleInErrorHandlingTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/ProblematicFrameTest.java
> runner finished test: runtime/ErrorHandling/ProblematicFrameTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java
> runner finished test: runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/SecondaryErrorTest.java
> runner finished test: runtime/ErrorHandling/SecondaryErrorTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/ShowRegistersOnAssertTest.java
> runner finished test: runtime/ErrorHandling/ShowRegistersOnAssertTest.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
> runner finished test: runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
> Passed. Execution successful
> runner starting test: runtime/ErrorHandling/TestExitOnOutOfMemoryError.java
> runner finished test: runtime/ErrorHan...

This pull request has now been integrated.

Changeset: 0ef2e112
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/0ef2e112eb2feaab9216d75cb6fe240d58e02d5c
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8307811: [TEST] compilation of TimeoutInErrorHandlingTest fails after backport of JDK-8303861

Reviewed-by: clanger

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1882


More information about the jdk-updates-dev mailing list