-
Bug
-
Resolution: Fixed
-
P2
-
17
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274689 | 15.0.6 | Ekaterina Vergizova | P2 | Resolved | Fixed | b01 |
JDK-8269236 | 11.0.13 | Aleksey Shipilev | P2 | Resolved | Fixed | b01 |
JDK-8270055 | openjdk8u312 | Hui Shi | P2 | Resolved | Fixed | b03 |
This happens with GCC 6.3.0:
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp: In function 'bool ensure_gteq(Argument&, jlong)':
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp:622:38: error: the value of 'lower_than_msg' is not usable in a constant expression
log_out_of_range_value<Argument, lower_than_msg>(memory_argument, value);
^~~~~~~~~~~~~~
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp:397:19: note: 'lower_than_msg' was not declared 'constexpr'
static const char lower_than_msg[] = "This value is lower than the minimum size required ";
^~~~~~~~~~~~~~
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp: In function 'bool ensure_lteq(Argument&, jlong)':
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp:657:38: error: the value of 'higher_than_msg' is not usable in a constant expression
log_out_of_range_value<Argument, higher_than_msg>(memory_argument, value);
^~~~~~~~~~~~~~~
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/share/jfr/recorder/service/jfrOptionSet.cpp:396:19: note: 'higher_than_msg' was not declared 'constexpr'
static const char higher_than_msg[] = "This value is higher than the maximum size limited ";
^~~~~~~~~~~~~~~
- backported by
-
JDK-8269236 Build failure after JDK-8264752 with older GCCs
-
- Resolved
-
-
JDK-8270055 Build failure after JDK-8264752 with older GCCs
-
- Resolved
-
-
JDK-8274689 Build failure after JDK-8264752 with older GCCs
-
- Resolved
-
- relates to
-
JDK-8264752 SIGFPE crash with option FlightRecorderOptions:threadbuffersize=30M
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/df587c75
-
Commit openjdk/jdk15u-dev/8b489abe
-
Commit openjdk/jdk/21f65f8e
-
Review openjdk/jdk11u-dev/52
-
Review openjdk/jdk15u-dev/110
-
Review openjdk/jdk/3759