< prev index next >

test/hotspot/jtreg/compiler/JITClassInit.java

Print this page
rev 53861 : [mq]: 8219139

*** 1,7 **** /* ! * Copyright (c) 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. --- 1,7 ---- /* ! * Copyright (c) 2018, 2019, 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.
*** 23,36 **** /* * @test * @bug 4154887 * @summary self-parser test causes JDK 1.2 Beta4K segmentation fault - * @run main/othervm JITClassInit * @author Tom Rodriguez */ public class JITClassInit { public static void main(String[] args) { Token t = new Token(); new TokenTable(); } --- 23,38 ---- /* * @test * @bug 4154887 * @summary self-parser test causes JDK 1.2 Beta4K segmentation fault * @author Tom Rodriguez + * @run main/othervm compiler.JITClassInit */ + package compiler; + public class JITClassInit { public static void main(String[] args) { Token t = new Token(); new TokenTable(); }
< prev index next >