comparison test/compiler/5091921/Test6992759.java @ 8077:514efad5e81a

8008180: Several tests in compiler/5091921 need more time to run Summary: Added an explicit timeouts. Reviewed-by: kvn, twisti
author drchase
date Mon, 18 Feb 2013 14:29:16 -0800
parents bad7ecd0b6ed
children
comparison
equal deleted inserted replaced
8076:c59b7900a2bd 8077:514efad5e81a
1 /* 1 /*
2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 6992759 27 * @bug 6992759
28 * @summary Bad code generated for integer <= comparison, fails for Integer.MAX_VALUE 28 * @summary Bad code generated for integer <= comparison, fails for Integer.MAX_VALUE
29 * 29 *
30 * @run main Test6992759 30 * @run main/timeout=240 Test6992759
31 */ 31 */
32 32
33 public class Test6992759 { 33 public class Test6992759 {
34 34
35 static final int N_TESTS = 1000000000; 35 static final int N_TESTS = 1000000000;