Skip to content

Commit b0478d2

Browse files
committed
fix
1 parent 70ba725 commit b0478d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -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)