test/hotspot/jtreg/compiler/types/TestMeetIncompatibleInterfaceArrays.java
changeset 51341 09cc8813ae51
parent 49654 16f53c9c7493
equal deleted inserted replaced
51340:818768cd1c6c 51341:09cc8813ae51
   360                 Method r = c.getMethod("run");
   360                 Method r = c.getMethod("run");
   361                 for (int j = 0; j < 3; j++) {
   361                 for (int j = 0; j < 3; j++) {
   362                     System.out.println((j + 1) + ". invokation of " + baseClassName + i + "ASM.test() [::" +
   362                     System.out.println((j + 1) + ". invokation of " + baseClassName + i + "ASM.test() [::" +
   363                                        r.getName() + "() should be '" + tier[pass][j] + "' compiled]");
   363                                        r.getName() + "() should be '" + tier[pass][j] + "' compiled]");
   364 
   364 
       
   365                     // Skip Profiling compilation (C1) when Tiered is disabled.
       
   366                     boolean profile = (level[pass][j] == CompilerWhiteBoxTest.COMP_LEVEL_FULL_PROFILE);
       
   367                     if (profile && CompilerWhiteBoxTest.skipOnTieredCompilation(false)) {
       
   368                         continue;
       
   369                     }
       
   370 
   365                     WB.enqueueMethodForCompilation(r, level[pass][j]);
   371                     WB.enqueueMethodForCompilation(r, level[pass][j]);
   366 
   372 
   367                     try {
   373                     try {
   368                         m.invoke(null);
   374                         m.invoke(null);
   369                     } catch (InvocationTargetException ite) {
   375                     } catch (InvocationTargetException ite) {