-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b33
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8015034 | 8 | Roland Westrelin | P4 | Closed | Fixed | b91 |
Some ifndef PRODUCT methods are used in asserts and GCC is complaining about them, e.g.:
/home/cthaling/ws/hotspot/src/share/vm/classfile/classFileParser.cpp:3045: error: ‘void parseAndPrintGenericSignatures(instanceKlassHandle, Thread*)’ defined but not used
/home/cthaling/ws/hotspot/src/share/vm/classfile/classFileParser.cpp:3045: error: ‘void parseAndPrintGenericSignatures(instanceKlassHandle, Thread*)’ defined but not used
- backported by
-
JDK-8015034 optimized build with GCC broken
-
- Closed
-
- relates to
-
JDK-8003310 Enable -Wunused-function when compiling with gcc
-
- Resolved
-
-
JDK-8011648 C1: optimized build is broken after 7153771
-
- Resolved
-
-
JDK-8013869 jprt should produce optimized builds on some platforms
-
- Closed
-