8273933: [TESTBUG] Test must run without preallocated exceptions
Reviewed-by: chagedorn, thartmann
This commit is contained in:
parent
9aa12daa15
commit
4d95a5d6dc
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -29,7 +29,10 @@
|
|||||||
*
|
*
|
||||||
* @library /vmTestbase
|
* @library /vmTestbase
|
||||||
* /test/lib
|
* /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;
|
package jit.t.t105;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user