| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8206036 | 12 | Daniel Fuchs | P3 | Resolved | Fixed | team | 
| JDK-8206628 | 11.0.1 | Daniel Fuchs | P3 | Resolved | Fixed | b01 | 
                    The fix for 8205397 includes a change to make/gensrc/Gensrc-jdk.hotspot.agent.gmk that was not intended:
diff --git a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
--- a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
+++ b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
@@ -49,6 +49,7 @@
MACH_EXC_SERVER := $(MIG_OUTPUT_DIR)/mach_excServer.c
 
$(MACH_EXC_SERVER): $(SDKROOT)/usr/include/mach/mach_exc.defs
+ $(call MakeTargetDir)
$(MIG) -isysroot $(SDKROOT) -server $@ -user $(MACH_EXC_USER) \
-header $(MACH_EXC_HEADER) $(SDKROOT)/usr/include/mach/mach_exc.defs
            
diff --git a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
--- a/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
+++ b/make/gensrc/Gensrc-jdk.hotspot.agent.gmk
@@ -49,6 +49,7 @@
MACH_EXC_SERVER := $(MIG_OUTPUT_DIR)/mach_excServer.c
$(MACH_EXC_SERVER): $(SDKROOT)/usr/include/mach/mach_exc.defs
+ $(call MakeTargetDir)
$(MIG) -isysroot $(SDKROOT) -server $@ -user $(MACH_EXC_USER) \
-header $(MACH_EXC_HEADER) $(SDKROOT)/usr/include/mach/mach_exc.defs
- backported by
- 
                    JDK-8206036 Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk -           
- Resolved
 
-         
- 
                    JDK-8206628 Revert unintended changes to make/gensrc/Gensrc-jdk.hotspot.agent.gmk -           
- Resolved
 
-         
- relates to
- 
                    JDK-8205397 InetAddress has wrong declaration for readObjectNoData -           
- Closed
 
-