Details
-
Bug
-
Resolution: Fixed
-
P2
-
12
-
b10
-
Verified
Description
On Linux x86, ARM, AARCH64:
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-minimal_libjvm_objs_weakProcessorPhases.o:
/home/bellsoft/jdk/src/hotspot/share/gc/shared/weakProcessorPhases.cpp: In static member function ‘static bool WeakProcessorPhases::is_serial(WeakProcessorPhases::Phase)’:
/home/bellsoft/jdk/src/hotspot/share/gc/shared/weakProcessorPhases.cpp:62:46: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
return (index(phase) - serial_phase_start) < serial_phase_count;
^
cc1plus: all warnings being treated as errors
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-minimal_libjvm_objs_weakProcessorPhases.o:
/home/bellsoft/jdk/src/hotspot/share/gc/shared/weakProcessorPhases.cpp: In static member function ‘static bool WeakProcessorPhases::is_serial(WeakProcessorPhases::Phase)’:
/home/bellsoft/jdk/src/hotspot/share/gc/shared/weakProcessorPhases.cpp:62:46: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
return (index(phase) - serial_phase_start) < serial_phase_count;
^
cc1plus: all warnings being treated as errors
Attachments
Issue Links
- duplicates
-
JDK-8210148 Minimal VM build has new warnings after JDK-8072498 (Multi-thread JNI weak reference processing)
- Closed
-
JDK-8210148 Minimal VM build has new warnings after JDK-8072498 (Multi-thread JNI weak reference processing)
- Closed
- relates to
-
JDK-8207247 AArch64: Enable Minimal and Client VM builds
- Resolved
-
JDK-8072498 Multi-thread JNI weak reference processing
- Resolved