< prev index next >

test/hotspot/jtreg/runtime/condy/CondyBadLDC2_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 a ldc2_w instruction of a condy which returns a loadable float
   * constant.  VerifyError expected.
   */
! class CondyBadLDC2_W
  	version 55:0
  {
  
  public Method "<init>":"()V"
  	stack 1 locals 1
--- 23,11 ---
  
  /*
   * This test contains a ldc2_w instruction of a condy which returns a loadable float
   * constant.  VerifyError expected.
   */
! super class CondyBadLDC2_W
  	version 55:0
  {
  
  public Method "<init>":"()V"
  	stack 1 locals 1
< prev index next >