-
Bug
-
Resolution: Fixed
-
P1
-
8u341, jfx19
-
aarch64
-
linux, os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8284827 | jfx18.0.1 | Johan Vos | P1 | Resolved | Fixed | |
JDK-8281662 | jfx17.0.3 | Kevin Rushforth | P1 | Resolved | Fixed | |
JDK-8281597 | 8u341 | Ambarish Rapte | P1 | Closed | Fixed | b01 |
JDK-8282658 | jfx11.0.15 | Kevin Rushforth | P1 | Resolved | Fixed |
https://bugs.openjdk.java.net/browse/JDK-8278980) does not build on Apple's Aarch64 systems.
The changes to MacroAssemblerARM64.h introduce duplicate code which causes the compilation to fail.
For example,
void loadPair64(RegisterID src, FPRegisterID dest1, FPRegisterID dest2)
is implemented twice, at line 1641 and line 1657
- backported by
-
JDK-8281662 WebKit 613.1 build broken on M1
- Resolved
-
JDK-8282658 WebKit 613.1 build broken on M1
- Resolved
-
JDK-8284827 WebKit 613.1 build broken on M1
- Resolved
-
JDK-8281597 WebKit 613.1 build broken on M1
- Closed
- relates to
-
JDK-8278980 Update WebKit to 613.1
- Resolved
- links to
-
Commit openjdk/jfx11u/429f4181
-
Commit openjdk/jfx17u/9bf1feb0
-
Commit openjdk/jfx/66661d74
-
Commit openjdk/jfx/cdebc6cb
-
Review openjdk/jfx11u/78
-
Review openjdk/jfx17u/34
-
Review openjdk/jfx/730
-
Review openjdk/jfx/771