test/compiler/5091921/Test6850611.java

changeset 4618
514efad5e81a
parent 2877
bad7ecd0b6ed
child 6876
710a3c8b516e
equal deleted inserted replaced
4617:c59b7900a2bd 4618: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 6850611 27 * @bug 6850611
28 * @summary int / long arithmetic seems to be broken in 1.6.0_14 HotSpot Server VM (Win XP) 28 * @summary int / long arithmetic seems to be broken in 1.6.0_14 HotSpot Server VM (Win XP)
29 * 29 *
30 * @run main Test6850611 30 * @run main/timeout=480 Test6850611
31 */ 31 */
32 32
33 public class Test6850611 { 33 public class Test6850611 {
34 34
35 public static void main(String[] args) { 35 public static void main(String[] args) {

mercurial