-
Bug
-
Resolution: Fixed
-
P2
-
16, 17
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259749 | 17 | Aleksey Shipilev | P2 | Resolved | Fixed | b06 |
JDK-8260137 | 16.0.1 | Aleksey Shipilev | P2 | Resolved | Fixed | b03 |
Debian folks report that Zero m68k (and seems only that arch) fails the static assert added by JDK-8252049. It affects at least JDK 16, but would affect more releases once JDK-8252049 is backported.
/<<PKGBUILDDIR>>/src/hotspot/share/oops/methodData.hpp: In constructor 'MethodData::CompilerCounters::CompilerCounters()':
/<<PKGBUILDDIR>>/src/hotspot/share/oops/methodData.hpp:1987:55: error: static assertion failed: align
1987 | static_assert(sizeof(_trap_hist) % HeapWordSize == 0, "align");
|
/<<PKGBUILDDIR>>/src/hotspot/share/oops/methodData.hpp: In constructor 'MethodData::CompilerCounters::CompilerCounters()':
/<<PKGBUILDDIR>>/src/hotspot/share/oops/methodData.hpp:1987:55: error: static assertion failed: align
1987 | static_assert(sizeof(_trap_hist) % HeapWordSize == 0, "align");
|
- backported by
-
JDK-8259749 Zero m68k: "static assertion failed: align" after JDK-8252049
- Resolved
-
JDK-8260137 Zero m68k: "static assertion failed: align" after JDK-8252049
- Resolved
- relates to
-
JDK-8252049 Native memory leak in ciMethodData ctor
- Resolved