< prev index next >

test/hotspot/jtreg/runtime/cds/serviceability/transformRelatedClasses/TransformInterfaceAndImplementor.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.

*** 26,11 ***
   * @summary Exercise initial transformation (ClassFileLoadHook)
   *  with CDS with Interface/Implementor pair
   * @library /test/lib /runtime/cds /testlibrary/jvmti
   * @requires vm.cds
   * @requires vm.jvmti
-  * @requires !vm.graal.enabled
   * @build TransformUtil TransformerAgent Interface Implementor
   * @run main/othervm TransformRelatedClasses Interface Implementor
   */
  
  // Clarification on @requires declarations:
--- 26,10 ---
< prev index next >