-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b17
-
x86
Depending on the availability of certain extensions to the x86 instruction set, different amounts of xmm registers are available.
The existing compiler code has this calculation of actual number of available xmm registers copy&pasted multiple times.
Factor this out in a single method and use appropriately.
This should also fix a compilation error with no C1 added afterJDK-8283327.
The existing compiler code has this calculation of actual number of available xmm registers copy&pasted multiple times.
Factor this out in a single method and use appropriately.
This should also fix a compilation error with no C1 added after
- duplicates
-
JDK-8283596 x86: Build fails with --with-jvm-features=-compiler1 after JDK-8283327
-
- Closed
-
- relates to
-
JDK-8283327 Add methods to save/restore registers when calling into the VM from C1/interpreter barrier code
-
- Resolved
-