8056909: test/sun/reflect/CallerSensitive/CallerSensitiveFinder.java fails with OOME

Reviewed-by: darcy
This commit is contained in:
Mandy Chung 2014-10-07 19:22:24 -07:00
parent 7f045273f6
commit cc65df9be1

View File

@ -47,7 +47,7 @@ import java.util.concurrent.FutureTask;
* @summary Verify if CallerSensitive methods are annotated with
* sun.reflect.CallerSensitive annotation
* @build CallerSensitiveFinder
* @run main/othervm/timeout=900 -mx600m CallerSensitiveFinder
* @run main/othervm/timeout=900 CallerSensitiveFinder
*/
public class CallerSensitiveFinder {
private static int numThreads = 3;