Skip to content

Commit bb83c42

Browse files
committed
fix VtablesTest.java
1 parent 9ea3cd2 commit bb83c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hotspot/jtreg/runtime/logging/VtablesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static void main(String[] args) throws Exception {
5555
output.shouldContain("NOT overriding with p2.D.nooverride()V");
5656
output.shouldHaveExitValue(0);
5757

58-
pb = ProcessTools.createLimitedTestJavaProcessBuilder("-Xlog:vtables=trace", "p1/C");
58+
pb = ProcessTools.createLimitedTestJavaProcessBuilder("-Xlog:vtables=trace", "p1.C");
5959
output = new OutputAnalyzer(pb.start());
6060
output.shouldContain("transitive overriding superclass ");
6161
output.shouldHaveExitValue(0);

0 commit comments

Comments
 (0)