Skip to content

Commit 9e97933

Browse files
committed
Revert 'Found class' print
1 parent 9cf9329 commit 9e97933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jdk/com/sun/jdi/ClassesByName2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ is slow (eg, -Xcomp -server) - we don't want to
173173

174174
List found = vm().classesByName(name);
175175
if (found.contains(cls)) {
176-
System.out.println("Found class: " + name);
176+
//System.out.println("Found class: " + name);
177177
} else {
178178
System.out.println("CLASS NOT FOUND: " + name);
179179
throw new Exception("CLASS NOT FOUND (by classesByName): " +

0 commit comments

Comments
 (0)