RFR: JDK-8144857: Intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c

Erik Joelsson erik.joelsson at oracle.com
Tue Dec 8 10:31:57 UTC 2015


Hello,

Please review this small fix for a misspelled dependency causing a race 
when building on Solaris.

Bug: https://bugs.openjdk.java.net/browse/JDK-8144857
Patch:
diff --git a/make/CompileDemos.gmk b/make/CompileDemos.gmk
--- a/make/CompileDemos.gmk
+++ b/make/CompileDemos.gmk
@@ -459,7 +459,7 @@
    # We can only compile native code after java has been compiled (since we
    # depend on generated .h files)
    $(SUPPORT_OUTPUTDIR)/demos/native/jni/Poller/Poller.o: \
-      $(BUILD_DEMO_JAVA_POLLER_COMPILE_TARGETS)
+      $(BUILD_DEMO_JAVA_Poller_COMPILE_TARGET)

    # Copy to image
    $(SUPPORT_OUTPUTDIR)/demos/image/jni/Poller/README.txt: \


/Erik



More information about the build-dev mailing list