mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +00:00
8307778: com/sun/jdi/cds tests fail with jtreg's Virtual test thread factory
Reviewed-by: dholmes, sspitsyn, cjplummer, lmesnik
This commit is contained in:
parent
95f79c6787
commit
fe8a2aff31
@ -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
|
||||
|
||||
javax/management/remote/mandatory/connection/BrokenConnectionTest.java 8308035 windows-x64
|
||||
|
||||
|
||||
@ -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
|
||||
@ -48,7 +48,7 @@ public class CDSJDITest {
|
||||
// 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user