< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/condy/CondyHello.jasm

Print this page
*** 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.
--- 1,7 ---
  /*
!  * Copyright (c) 2018, 2022, 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,11 ***
  
  /*
   * This test uses ldc to load an integer value via a condy bootstrap method.
   */
  
! class CondyHello
          version 55:0
  {
  
  public static Method condyBSM:"(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;"
          throws java/lang/Throwable
--- 23,11 ---
  
  /*
   * This test uses ldc to load an integer value via a condy bootstrap method.
   */
  
! super class CondyHello
          version 55:0
  {
  
  public static Method condyBSM:"(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;"
          throws java/lang/Throwable
< prev index next >