< prev index next >

test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2016, 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) 2016, 2026, 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.

*** 27,11 ***
   * @summary Exercise initial transformation (ClassFileLoadHook)
   *  with CDS with SubClass and SuperClass, each lives in own separate package
   * @library /test/lib /runtime/cds /testlibrary/jvmti
   * @requires vm.cds
   * @requires vm.jvmti
-  * @requires !vm.graal.enabled
   * @build TransformUtil TransformerAgent SubClass SuperClazz
   * @compile myPkg2/SubClass.java myPkg1/SuperClazz.java
   * @run main/othervm TransformRelatedClasses myPkg1.SuperClazz myPkg2.SubClass
  */
  
--- 27,10 ---
< prev index next >