Skip to content

Commit 7704eb1

Browse files
committed
8284980: Test vmTestbase/nsk/stress/except/except010.java times out with -Xcomp -XX:+DeoptimizeALot
Reviewed-by: dcubed
1 parent d347fc1 commit 7704eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/vmTestbase/nsk/stress/except/except010.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -58,6 +58,7 @@
5858
* JDK 1.3 classic VM for Sparc may crash (core dump) due to the known bug:
5959
* #4245057 (P2/S3) VM crashes when heap is exhausted
6060
*
61+
* @requires vm.opt.DeoptimizeALot != true
6162
* @run main/othervm -Xms50M -Xmx200M nsk.stress.except.except010
6263
*/
6364

0 commit comments

Comments
 (0)