Skip to content

Commit

Permalink
Merge latest openj9 into openj9-staging
Browse files Browse the repository at this point in the history
Signed-off-by: J9 Build <j9build@ca.ibm.com>
  • Loading branch information
j9build committed Aug 10, 2023
2 parents b7d53f4 + 7234788 commit 6abca1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/jdk/java/lang/Thread/UncaughtExceptionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ class UncaughtExitSimulator extends Thread implements Runnable {

public static void throwRuntimeException() { throw new RuntimeException("simulateUncaughtExitEvent"); }

public void run() {
if (!Thread.currentThread().getName().equals("Thread-0")) {
com.ibm.jvm.Dump.SystemDump();
}
throwRuntimeException();
}
public void run() { throwRuntimeException(); }

/**
* A thread is never alive after you've join()ed it.
Expand Down

0 comments on commit 6abca1f

Please sign in to comment.