< prev index next >

test/hotspot/jtreg/runtime/classFileParserBug/Class56.jasm

Print this page
rev 50894 : [mq]: 8206022

*** 1,7 **** /* ! * Copyright (c) 2017, 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, 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.
*** 21,36 **** * questions. */ /* * @test ! * @bug 8173382 ! * @summary Check that the JVM accepts class files with version 55 ! * @run main Class55 */ ! super public class Class55 version 55:0 { public Method "<init>":"()V" stack 1 locals 1 { aload_0; invokespecial Method java/lang/Object."<init>":"()V"; return; --- 21,36 ---- * questions. */ /* * @test ! * @bug 8206022 ! * @summary Check that the JVM accepts class files with version 56 ! * @run main Class56 */ ! super public class Class56 version 56:0 { public Method "<init>":"()V" stack 1 locals 1 { aload_0; invokespecial Method java/lang/Object."<init>":"()V"; return;
*** 38,43 **** public static Method main:"([Ljava/lang/String;)V" stack 0 locals 1 { return; } ! } // end Class Class55 --- 38,43 ---- public static Method main:"([Ljava/lang/String;)V" stack 0 locals 1 { return; } ! } // end Class Class56
< prev index next >