< prev index next >

test/hotspot/jtreg/compiler/escapeAnalysis/Test6689060.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2018, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 6689060
  * @summary Escape Analysis does not work with Compressed Oops
  *
- * @run main/othervm -Xbatch -XX:+AggressiveOpts
+ * @run main/othervm -Xbatch -XX:+EliminateAutoBox -XX:AutoBoxCacheMax=20000
  *      -XX:CompileCommand=exclude,compiler.escapeAnalysis.Test6689060::dummy
  *      compiler.escapeAnalysis.Test6689060
  */
 
 package compiler.escapeAnalysis;
< prev index next >