Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8283596

x86: Build fails with --with-jvm-features=-compiler1 after JDK-8283327

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 19
    • 19
    • hotspot
    • x86_64
    • linux

      bash ../jdk-src/configure --with-debug-level=release --with-jvm-features=-compiler1

      === Output from failing command(s) repeated here ===
      * For target hotspot_variant-server_libjvm_objs_macroAssembler_x86.o:
      In file included from ~/jdk-src/src/hotspot/share/c1/c1_ValueType.hpp:28,
                       from ~/jdk-src/src/hotspot/share/c1/c1_LIR.hpp:29,
                       from ~/jdk-src/src/hotspot/share/c1/c1_FrameMap.hpp:30,
                       from ~/jdk-src/src/hotspot/cpu/x86/macroAssembler_x86.cpp:29:
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::should_install_code()':
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:152:76: error: 'InstallMethods' was not declared in this scope
        152 | bool should_install_code() { return _install_code && InstallMethods; }
            | ^~~~~~~~~~~~~~
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In static member function 'static int Compilation::desired_max_code_buffer_size()':
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:207:17: error: 'NMethodSizeLimit' was not declared in this scope; did you mean 'JVMCINMethodSizeLimit'?
        207 | return (int)NMethodSizeLimit; // default 64K
            | ^~~~~~~~~~~~~~~~
            | JVMCINMethodSizeLimit
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::profile_branches()':
      ~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:236:7: error: 'C1UpdateMethodData' was not declared in this scope
         ... (rest of output omitted)

      * All command lines available in ~/build-c1/make-support/failure-logs.
      === End of repeated output ===

            Unassigned Unassigned
            haosun Hao Sun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: