< prev index next >

test/hotspot/jtreg/runtime/condy/CondyUseLDC_W.jasm

Print this page
*** 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, 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 contains ldc_w instructions of condy's who generate dynamic constants
   * of the following types: byte, char, short, int, float, boolean.
   */
! class CondyUseLDC_W
  	version 55:0
  {
  
  public Method "<init>":"()V"
  	stack 1 locals 1
--- 23,11 ---
  
  /*
   * This test contains ldc_w instructions of condy's who generate dynamic constants
   * of the following types: byte, char, short, int, float, boolean.
   */
! super class CondyUseLDC_W
  	version 55:0
  {
  
  public Method "<init>":"()V"
  	stack 1 locals 1
< prev index next >