8298513: vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java fails with usage tracker

Reviewed-by: cjplummer, sspitsyn, lmesnik
This commit is contained in:
Alex Menkov 2022-12-13 19:50:09 +00:00
parent a120764cc4
commit 220781fa56

@ -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
@ -292,7 +292,7 @@ public class suspendpolicy009 extends JDIBase {
for (int i = 0; ; i++) {
breakpointForCommunication();
breakpointForCommunication(debuggeeName);
int instruction = ((IntegerValue)
(debuggeeClass.getValue(debuggeeClass.fieldByName("instruction")))).value();