8304314: StackWalkTest.java fails after CODETOOLS-7903373
Reviewed-by: alanb, mchung
This commit is contained in:
parent
384a8b85a7
commit
d5a150706e
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -60,6 +60,7 @@ public class StackWalkTest {
|
|||||||
"java.lang.reflect.Method",
|
"java.lang.reflect.Method",
|
||||||
"com.sun.javatest.regtest.MainWrapper$MainThread",
|
"com.sun.javatest.regtest.MainWrapper$MainThread",
|
||||||
"com.sun.javatest.regtest.agent.MainWrapper$MainThread",
|
"com.sun.javatest.regtest.agent.MainWrapper$MainThread",
|
||||||
|
"com.sun.javatest.regtest.agent.MainWrapper$MainTask",
|
||||||
"java.lang.Thread"
|
"java.lang.Thread"
|
||||||
));
|
));
|
||||||
static final List<Class<?>> streamPipelines = Arrays.asList(
|
static final List<Class<?>> streamPipelines = Arrays.asList(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user