RFR: JDK-8144857: Intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
David Holmes
david.holmes at oracle.com
Tue Dec 8 10:46:52 UTC 2015
Looks good!
Thanks,
David
On 8/12/2015 8:31 PM, Erik Joelsson wrote:
> 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