mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
JDK-8327246: added test for VM.classes -location as per lmesnik
This commit is contained in:
parent
b4a9788263
commit
c4d914ea49
@ -59,5 +59,9 @@ public class PrintClasses {
|
||||
|
||||
// Test for previous bug in misc flags printing
|
||||
output.shouldNotContain("##name");
|
||||
|
||||
pb.command(new PidJcmdExecutor().getCommandLine("VM.classes", "-location"));
|
||||
output = new OutputAnalyzer(pb.start());
|
||||
output.stdoutContains(".*(file:/|jar:).*");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user