test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvokeErrors.java
changeset 53853 7ca9e625d6b2
parent 52066 49a21be61dcd
child 54607 b6db97903b69
equal deleted inserted replaced
53851:cc4f5bf6b26b 53853:7ca9e625d6b2
     1 /*
     1 /*
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2019, 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.
    30  * @compile TestInvokeErrors.java
    30  * @compile TestInvokeErrors.java
    31  * @compile MissingMethod.jcod
    31  * @compile MissingMethod.jcod
    32  *          MissingMethodWithSuper.jcod
    32  *          MissingMethodWithSuper.jcod
    33  *          MissingNestHost.jcod
    33  *          MissingNestHost.jcod
    34  * @run main TestInvokeErrors true
    34  * @run main TestInvokeErrors true
    35  * @run main/othervm -Xverify:none TestInvokeErrors false
    35  * @run main/othervm -XX:-BytecodeVerificationRemote -XX:-BytecodeVerificationLocal TestInvokeErrors false
    36  */
    36  */
    37 
    37 
    38 public class TestInvokeErrors {
    38 public class TestInvokeErrors {
    39 
    39 
    40     static class Nested {
    40     static class Nested {