Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit f8c1d79

Browse files
committedJul 20, 2020
8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java
Reviewed-by: mchung
1 parent cd98f7d commit f8c1d79

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

‎test/jdk/java/lang/invoke/RicochetTest.java

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2020, 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
@@ -21,12 +21,9 @@
2121
* questions.
2222
*/
2323

24-
/* @test
25-
* @summary unit tests for recursive method handles
26-
* @run junit/othervm/timeout=3600 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -DRicochetTest.MAX_ARITY=10 test.java.lang.invoke.RicochetTest
27-
*/
2824
/*
29-
* @ignore The following test creates an unreasonable number of adapters in -Xcomp mode (7049122)
25+
* @test
26+
* @summary unit tests for recursive method handles
3027
* @run junit/othervm -DRicochetTest.MAX_ARITY=255 test.java.lang.invoke.RicochetTest
3128
*/
3229

0 commit comments

Comments
 (0)