Skip to content

Commit e207ea5

Browse files
committed
fix type in last commit
1 parent ab89e8f commit e207ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private static void execTest() {
118118
switch (i) {
119119

120120
case 0:
121-
ThreadReference thread = debuggee.threadByNameOrThrow(methodName());
121+
ThreadReference thread = debuggee.threadByNameOrThrow(methodName);
122122

123123
display(".....setting up StepRequest");
124124
eventRequest = eventRequestManager.createStepRequest

0 commit comments

Comments
 (0)