File tree Expand file tree Collapse file tree
test/hotspot/jtreg/runtime/logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments