On Mon, 6 Mar 2023 23:47:09 GMT, Leonid Mesnik <[email protected]> wrote:
> Provide a way to start debugee threads as platform or virtual for debugee in
> com/sun/jdi tests.
Changes requested by cjplummer (Reviewer).
test/jdk/com/sun/jdi/TestScaffold.java line 1037:
> 1035: Object builder =
> Thread.class.getMethod("ofVirtual").invoke(null);
> 1036: Class<?> clazz = Class.forName("java.lang.Thread$Builder");
> 1037: java.lang.reflect.Method start =
> clazz.getMethod("unstarted", Runnable.class);
rename start to unstarted.
-------------
PR: https://git.openjdk.org/jdk/pull/12894