< prev index next >

test/compiler/types/TestMeetIncompatibleInterfaceArrays.java

Print this page
rev 9959 : 8148012: get rid of slash-dot-dot in @library directives
Reviewed-by:
rev 9958 : 8147937: Adapt SAP copyrights to new company name.
Reviewed-by: simonis, stuefe
rev 9431 : 8141551: C2 can not handle returns with inccompatible interface arrays
Reviewed-by: kvn


  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8141551
  27  * @summary C2 can not handle returns with inccompatible interface arrays
  28  * @modules java.base/jdk.internal.org.objectweb.asm
  29  *          java.base/sun.misc
  30  * @library /testlibrary /../../test/lib
  31  * @build sun.hotspot.WhiteBox
  32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  34  * @run main/othervm
  35  *        -Xbootclasspath/a:.
  36  *        -XX:+UnlockDiagnosticVMOptions
  37  *        -XX:+WhiteBoxAPI
  38  *        -Xbatch
  39  *        -XX:CompileThreshold=1
  40  *        -XX:-TieredCompilation
  41  *        -XX:CICompilerCount=1
  42  *        -XX:+PrintCompilation
  43  *        -XX:+PrintInlining
  44  *        -XX:CompileCommand=compileonly,MeetIncompatibleInterfaceArrays*.run
  45  *        -XX:CompileCommand=dontinline,TestMeetIncompatibleInterfaceArrays$Helper.createI2*
  46  *        -XX:CompileCommand=quiet
  47  *        TestMeetIncompatibleInterfaceArrays 0
  48  * @run main/othervm
  49  *        -Xbootclasspath/a:.
  50  *        -XX:+UnlockDiagnosticVMOptions




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8141551
  27  * @summary C2 can not handle returns with inccompatible interface arrays
  28  * @modules java.base/jdk.internal.org.objectweb.asm
  29  *          java.base/sun.misc
  30  * @library /testlibrary /test/lib
  31  * @build sun.hotspot.WhiteBox
  32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  34  * @run main/othervm
  35  *        -Xbootclasspath/a:.
  36  *        -XX:+UnlockDiagnosticVMOptions
  37  *        -XX:+WhiteBoxAPI
  38  *        -Xbatch
  39  *        -XX:CompileThreshold=1
  40  *        -XX:-TieredCompilation
  41  *        -XX:CICompilerCount=1
  42  *        -XX:+PrintCompilation
  43  *        -XX:+PrintInlining
  44  *        -XX:CompileCommand=compileonly,MeetIncompatibleInterfaceArrays*.run
  45  *        -XX:CompileCommand=dontinline,TestMeetIncompatibleInterfaceArrays$Helper.createI2*
  46  *        -XX:CompileCommand=quiet
  47  *        TestMeetIncompatibleInterfaceArrays 0
  48  * @run main/othervm
  49  *        -Xbootclasspath/a:.
  50  *        -XX:+UnlockDiagnosticVMOptions


< prev index next >