[Bug 3601] New: [IcedTea8] Debug build broken by addition of -Wreturn-type (bug 3548)
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Jun 19 03:16:34 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3601
Bug ID: 3601
Summary: [IcedTea8] Debug build broken by addition of
-Wreturn-type (bug 3548)
Product: IcedTea
Version: 3.x-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/prims/jvm.cpp:
In function 'jboolean JVM_KnownToNotExist(JNIEnv*, jobject, const char*)':
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.hpp:595:17:
error: control reaches end of non-void function [-Werror=return-type]
#define JVM_END } }
^
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/prims/jvm.cpp:842:1:
note: in expansion of macro 'JVM_END'
JVM_END
^
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/prims/jvm.cpp:
In function '_jobjectArray* JVM_GetResourceLookupCacheURLs(JNIEnv*, jobject)':
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/runtime/interfaceSupport.hpp:595:17:
error: control reaches end of non-void function [-Werror=return-type]
#define JVM_END } }
^
/builddir/build/BUILD/java-1.8.0-openjdk-1.8.0.172-7.b11.el7.x86_64/openjdk/hotspot/src/share/vm/prims/jvm.cpp:852:1:
note: in expansion of macro 'JVM_END'
etc.
8064786 fixes some cases, but not all.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180619/3e8185d3/attachment.html>
More information about the distro-pkg-dev
mailing list