8273933: [TESTBUG] Test must run without preallocated exceptions

Reviewed-by: chagedorn, thartmann
This commit is contained in:
Nils Eliasson 2021-09-20 14:59:44 +00:00
parent 9aa12daa15
commit 4d95a5d6dc

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,10 @@
*
* @library /vmTestbase
* /test/lib
* @run main/othervm jit.t.t105.t105
* @run main/othervm -XX:-OmitStackTraceInFastThrow jit.t.t105.t105
*
* This test must be run with ProfileTraps disabled to avoid preallocated
* exceptions. They don't have the detailed message that this test relies on.
*/
package jit.t.t105;