< prev index next >

test/hotspot/jtreg/compiler/types/TestSubTypeCheckMacroTrichotomy.java

Print this page
*** 1,8 ***
  /*
   * Copyright (c) 2020, Red Hat, Inc. All rights reserved.
!  * Copyright (c) 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.
--- 1,8 ---
  /*
   * Copyright (c) 2020, Red Hat, Inc. All rights reserved.
!  * Copyright (c) 2022, 2024, 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.

*** 30,11 ***
   * @requires vm.compiler2.enabled
   *
   * @run main/othervm -XX:-BackgroundCompilation TestSubTypeCheckMacroTrichotomy
   * @run main/othervm -XX:-BackgroundCompilation
   *     -XX:+IgnoreUnrecognizedVMOptions -XX:+StressReflectiveCode
-  *     -XX:+UnlockDiagnosticVMOptions -XX:+ExpandSubTypeCheckAtParseTime
   *     -XX:-TieredCompilation -XX:CompileThreshold=100 TestSubTypeCheckMacroTrichotomy
   *
   */
  
  public class TestSubTypeCheckMacroTrichotomy {
--- 30,10 ---
< prev index next >