mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 02:17:53 +00:00
8298514: vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java fails with usage tracker
Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
parent
68022770de
commit
a120764cc4
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2022, 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
|
||||
@ -266,7 +266,7 @@ public class thrdeathreq002 extends JDIBase {
|
||||
for (int i = 0; ; i++) {
|
||||
|
||||
vm.resume();
|
||||
breakpointForCommunication();
|
||||
breakpointForCommunication(debuggeeName);
|
||||
|
||||
int instruction = ((IntegerValue)
|
||||
(debuggeeClass.getValue(debuggeeClass.fieldByName("instruction")))).value();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user