< prev index next >

test/hotspot/jtreg/compiler/escapeAnalysis/cr6716441/Tester.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,34 **** /* * @test * @bug 6716441 * @summary error in meet with +DoEscapeAnalysis * ! * @run main/othervm -Xcomp -XX:+AggressiveOpts * compiler.escapeAnalysis.cr6716441.Tester */ /* Complexity upper bound: 70070 ops */ --- 24,34 ---- /* * @test * @bug 6716441 * @summary error in meet with +DoEscapeAnalysis * ! * @run main/othervm -Xcomp -XX:+EliminateAutoBox -XX:AutoBoxCacheMax=20000 * compiler.escapeAnalysis.cr6716441.Tester */ /* Complexity upper bound: 70070 ops */
< prev index next >