SA changes broke bootcycle-images builds

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • gc
    • b67
    • generic
    • generic

        JDK-8080581 introduced two new packages in the SA, but missed to add those to make/sa.files. As noted in JDK-8067479, this problem is exposed when doing bootcycle-images builds because JDK9's javac no longer emits classes for implicit compilations.

        The following patch fixes the problem:

        diff --git a/make/sa.files b/make/sa.files
        --- a/make/sa.files
        +++ b/make/sa.files
        @@ -79,8 +79,10 @@
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/x86/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/windows/amd64/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/debugger/x86/*.java \
        +$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/cms/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/g1/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/parallel/*.java \
        +$(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/serial/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/gc/shared/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/interpreter/*.java \
         $(AGENT_SRC_DIR)/sun/jvm/hotspot/jdi/*.java \

              Assignee:
              Per Liden (Inactive)
              Reporter:
              Per Liden (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: