< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/jvmti/parallelLoad/ParallelLoadAndTransformTest.java

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

*** 28,11 ***
   * use initial transformation (CFLH)
   * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds
   *     /test/hotspot/jtreg/runtime/cds/appcds/test-classes /test/hotspot/jtreg/runtime/cds/appcds/jvmti
   *     /test/hotspot/jtreg/testlibrary/jvmti
   * @requires vm.cds
-  * @requires !vm.graal.enabled
   * @requires vm.jvmti
   * @build TransformUtil TransformerAgent ParallelLoad
   * @run driver ParallelLoadAndTransformTest
   */
  
--- 28,10 ---
< prev index next >