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

SA changes broke bootcycle-images builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • 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 \

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

                Created:
                Updated:
                Resolved: