Skip to content
Snippets Groups Projects
Commit 8989babe authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8298513:...

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

Backport-of: 220781fa56a9c8d3b64c5c6578ffd76b9edb795c
parent b1fae1cb
No related branches found
No related tags found
No related merge requests found
/* /*
* 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. * 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
...@@ -292,7 +292,7 @@ public class suspendpolicy009 extends JDIBase { ...@@ -292,7 +292,7 @@ public class suspendpolicy009 extends JDIBase {
for (int i = 0; ; i++) { for (int i = 0; ; i++) {
breakpointForCommunication(); breakpointForCommunication(debuggeeName);
int instruction = ((IntegerValue) int instruction = ((IntegerValue)
(debuggeeClass.getValue(debuggeeClass.fieldByName("instruction")))).value(); (debuggeeClass.getValue(debuggeeClass.fieldByName("instruction")))).value();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment