8298514: vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java fails with usage tracker

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Alex Menkov 2022-12-13 19:49:16 +00:00
parent 68022770de
commit a120764cc4

View File

@ -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();