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

Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)

XMLWordPrintable

    • b10

        Fails like:

        /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/share/code/vtableStubs.cpp: In static member function 'static void VtableStubs::check_and_set_size_limit(bool, int, int)':
        /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/share/code/vtableStubs.cpp:154:24: error: 'Trace' was not declared in this scope
             if (log_is_enabled(Trace, vtablestubs)) {
                                ^~~~~
        /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/share/code/vtableStubs.cpp:154:31: error: 'vtablestubs' was not declared in this scope
             if (log_is_enabled(Trace, vtablestubs)) {
                                       ^~~~~~~~~~~
        /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/share/code/vtableStubs.cpp:154:42: error: 'log_is_enabled' was not declared in this scope
             if (log_is_enabled(Trace, vtablestubs)) {
                                                  ^
        /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/share/code/vtableStubs.cpp:156:30: error: 'log_trace' was not declared in this scope
           ... (rest of output omitted)

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

                Created:
                Updated:
                Resolved: