Skip to content

Commit

Permalink
8307778: com/sun/jdi/cds tests fail with jtreg's Virtual test thread …
Browse files Browse the repository at this point in the history
…factory

Backport-of: fe8a2aff3129b515c2a0f3ab96f5e3ad6cef7b70
  • Loading branch information
Andrew Lu committed Jun 24, 2024
1 parent b0607ee commit 3222647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test/jdk/ProblemList-Virtual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ com/sun/jdi/EATests.java#id0 8264699 generic-

com/sun/jdi/ExceptionEvents.java 8278470 generic-all
com/sun/jdi/RedefineCrossStart.java 8278470 generic-all
com/sun/jdi/cds/CDSBreakpointTest.java 8307778 generic-all
com/sun/jdi/cds/CDSDeleteAllBkptsTest.java 8307778 generic-all
com/sun/jdi/cds/CDSFieldWatchpoints.java 8307778 generic-all

sun/tools/jcmd/JcmdOutputEncodingTest.java 8308033 generic-all
sun/tools/jstack/BasicJStackTest.java 8308033 generic-all
Expand Down
4 changes: 2 additions & 2 deletions test/jdk/com/sun/jdi/cds/CDSJDITest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -48,7 +48,7 @@ public static void runTest(String testname, String[] jarClasses) throws Exceptio
// pass them to the subprocess it will create for the debuggee. This
// is how the -javaopts are passed to the debuggee. See
// VMConnection.getDebuggeeVMOptions().
getPropOpt("test.classes"),
getPropOpt("test.class.path"),
getPropOpt("test.java.opts"),
getPropOpt("test.vm.opts"),
// Pass -showversion to the JDI test just so we get a bit of trace output.
Expand Down

1 comment on commit 3222647

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.