File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2018, 2022 , Oracle and/or its affiliates. All rights reserved.
33 * Copyright (c) 2018 SAP SE. All rights reserved.
44 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55 *
2626 * @test
2727 * @summary Check that the verbose message of the AME is printed correctly.
2828 * @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & !vm.graal.enabled & vm.opt.UseJVMCICompiler != true & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4)
29+ * @requires vm.opt.DeoptimizeALot != true
2930 * @library /test/lib /
3031 * @build sun.hotspot.WhiteBox
3132 * @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
You can’t perform that action at this time.
0 commit comments