< prev index next >

test/compiler/c2/7068051/Test7068051.java

Print this page




  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 /**
  26  * @test
  27  * @bug 7068051
  28  * @summary SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440
  29  * @library /testlibrary

  30  *
  31  * @run main/othervm -showversion -Xbatch Test7068051
  32  */
  33 
  34 import com.oracle.java.testlibrary.JDKToolLauncher;
  35 import com.oracle.java.testlibrary.OutputAnalyzer;
  36 
  37 import java.io.IOException;
  38 import java.io.InputStream;
  39 import java.nio.file.Files;
  40 import java.nio.file.Path;
  41 import java.nio.file.Paths;
  42 import java.nio.file.StandardCopyOption;
  43 import java.util.ArrayList;
  44 import java.util.Enumeration;
  45 import java.util.List;
  46 import java.util.zip.ZipEntry;
  47 import java.util.zip.ZipFile;
  48 
  49 public class Test7068051 {




  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 /**
  26  * @test
  27  * @bug 7068051
  28  * @summary SIGSEGV in PhaseIdealLoop::build_loop_late_post on T5440
  29  * @library /testlibrary
  30  * @build com.oracle.java.testlibrary.*
  31  *
  32  * @run main/othervm -showversion -Xbatch Test7068051
  33  */
  34 
  35 import com.oracle.java.testlibrary.JDKToolLauncher;
  36 import com.oracle.java.testlibrary.OutputAnalyzer;
  37 
  38 import java.io.IOException;
  39 import java.io.InputStream;
  40 import java.nio.file.Files;
  41 import java.nio.file.Path;
  42 import java.nio.file.Paths;
  43 import java.nio.file.StandardCopyOption;
  44 import java.util.ArrayList;
  45 import java.util.Enumeration;
  46 import java.util.List;
  47 import java.util.zip.ZipEntry;
  48 import java.util.zip.ZipFile;
  49 
  50 public class Test7068051 {


< prev index next >