File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ requires.extraPropDefns.vmOpts = \
4242 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
4343 --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
4444requires.properties= \
45- vm.continuations
45+ vm.continuations \
46+ vm.debug
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2012, 2015 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2012, 2024 , 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
2323
2424/*
2525 * @test
26- * @bug 7142086
26+ * @bug 7142086 8337334
27+ * @requires vm.debug == false
2728 * @summary performance problem in Check.checkOverrideClashes(...)
2829 * @modules jdk.compiler
2930 * @run main/timeout=10 T7142086
3031 */
3132
33+ /*
34+ * @test
35+ * @requires vm.debug == true
36+ * @modules jdk.compiler
37+ * @run main/timeout=20 T7142086
38+ */
39+
3240import com .sun .source .util .JavacTask ;
3341import java .net .URI ;
3442import java .util .List ;
You can’t perform that action at this time.
0 commit comments