-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b11
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8219964 | 12.0.2 | Ralf Schmelter | P3 | Resolved | Fixed | b01 |
JDK-8245538 | 11.0.9-oracle | Ralf Schmelter | P3 | Resolved | Fixed | b01 |
JDK-8246230 | 11.0.9 | Ralf Schmelter | P3 | Resolved | Fixed | b01 |
The VM crashes during a slowdebug build on my Skylake based Windows/x64 machine, because code_size2 (defined in stub_routines_x86.hpp) is too small. This is probably caused by the new stub code for GHASH, which is only enabled on relatively new x86 CPUs.
Linux builds on the same machine work.
Linux builds on the same machine work.
- backported by
-
JDK-8219964 code_size2 (defined in stub_routines_x86.hpp) is too small on new Skylake CPUs
- Resolved
-
JDK-8245538 code_size2 (defined in stub_routines_x86.hpp) is too small on new Skylake CPUs
- Resolved
-
JDK-8246230 code_size2 (defined in stub_routines_x86.hpp) is too small on new Skylake CPUs
- Resolved
- relates to
-
JDK-8131167 Make CodeBuffer dynamically grow/shrink as needed without having to provide a guess of how much space we need in advance
- Open
-
JDK-8214074 Optimize Ghash using AVX instructions
- Resolved