-
Bug
-
Resolution: Fixed
-
P2
-
openjdk8u292, 11
-
b15
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229281 | 11.0.5 | Aleksey Shipilev | P2 | Resolved | Fixed | b03 |
JDK-8261174 | openjdk8u292 | Andrew Hughes | P2 | Resolved | Fixed | b01 |
JDK-8252508 | 8u281 | Aleksey Shipilev | P2 | Closed | Fixed | b01 |
JDK-8257278 | emb-8u281 | Aleksey Shipilev | P2 | Resolved | Fixed | team |
* For target hotspot_variant-server_libjvm_objs_ad_aarch64.o:
/home/buildbot/worker/jdkX-linux/build/src/hotspot/cpu/aarch64/aarch64.ad: In member function 'virtual void cmpFastLockNode::emit(CodeBuffer&, PhaseRegAlloc*) const':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/cpu/aarch64/aarch64.ad:3448:85: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
__ mov(tmp, (address) (~(os::vm_page_size()-1) | markOopDesc::lock_mask_in_place));
CI history points to
I think moving the two constants from the enum made its values denser than the address width, which blows up the warning now.
- backported by
-
JDK-8229281 AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
-
- Resolved
-
-
JDK-8257278 AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
-
- Resolved
-
-
JDK-8261174 AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
-
- Resolved
-
-
JDK-8252508 AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
-
- Closed
-
- relates to
-
JDK-8257192 Integrate AArch64 JIT port into 8u
-
- Resolved
-
-
JDK-8221408 Windows 32bit build build errors/warnings in hotspot
-
- Resolved
-