Skip to content

Commit f4486a1

Browse files
committedFeb 24, 2022
8262400: runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java fails in test_ame5_compiled_vtable_stub with wrapper
Reviewed-by: dholmes, lmesnik
1 parent 3cfffa4 commit f4486a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*
@@ -26,6 +26,7 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.