Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8273933: [TESTBUG] Test must run without preallocated exceptions
Backport-of: 4d95a5d6dc7cc3d2b239c554a1302ac647807bd6
  • Loading branch information
GoeLin committed Jan 5, 2022
1 parent bd28050 commit 775e81d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/hotspot/jtreg/vmTestbase/jit/t/t105/t105.java
@@ -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
Expand Down Expand Up @@ -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;
Expand Down

1 comment on commit 775e81d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.