< prev index next >

test/hotspot/jtreg/runtime/condy/CondyBadLDC.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.

*** 24,11 ***
  /*
   * This test contains a incorrect ldc instruction of a condy whose loadable
   * constant is a double. VerifyError expected.
   */
  
! class CondyBadLDC
  	version 55:0
  {
  
  
  public Method "<init>":"()V"
--- 24,11 ---
  /*
   * This test contains a incorrect ldc instruction of a condy whose loadable
   * constant is a double. VerifyError expected.
   */
  
! super class CondyBadLDC
  	version 55:0
  {
  
  
  public Method "<init>":"()V"
< prev index next >