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

Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 11
    • None
    • hotspot
    • None
    • b03

      At least two platforms are affected:

      === aarch64:

      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp: In static member function 'static OopMapSet* Runtime1::generate_code_for(Runtime1::StubID, StubAssembler*)':
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp:824:35: error: 'thread' was not declared in this scope
                 __ incr_allocated_bytes(thread, arr_size, 0, rscratch1);
                                         ^~~~~~
      === x86_32:

      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp: In static member function 'static OopMapSet* Runtime1::generate_code_for(Runtime1::StubID, StubAssembler*)':
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:1034:31: error: 'thread_reg' was not declared in this scope
                 NOT_LP64(get_thread(thread_reg));
                                     ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:1034:41: error: 'get_thread' was not declared in this scope
                 NOT_LP64(get_thread(thread_reg));
                                               ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:1143:31: error: 'thread_reg' was not declared in this scope
                 NOT_LP64(get_thread(thread_reg));
                                     ^
      /pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp:1143:41: error: 'get_thread' was not declared in this scope
                 NOT_LP64(get_thread(thread_reg));
                                               ^

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: