-
Bug
-
Resolution: Fixed
-
P2
-
8-shenandoah, 11-shenandoah, 14, 15
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247539 | 16 | Aleksey Shipilev | P2 | Resolved | Fixed | b02 |
JDK-8249425 | 15.0.1 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8249109 | 14u-cpu | Aleksey Shipilev | P2 | Resolved | Fixed | master |
JDK-8248954 | 14.0.2 | Aleksey Shipilev | P2 | Resolved | Fixed | b12 |
Windows build produces warning here after JDK-8247310:
c:/buildbot/worker/build-jdkX-windows/build/src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp(264): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
This breaks the default build, unless --disable-warnings-as-errors is specified.
c:/buildbot/worker/build-jdkX-windows/build/src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp(264): warning C4267: 'argument': conversion from 'size_t' to 'long', possible loss of data
This breaks the default build, unless --disable-warnings-as-errors is specified.
- backported by
-
JDK-8247539 Shenandoah: Windows build warning after JDK-8247310
- Resolved
-
JDK-8248954 Shenandoah: Windows build warning after JDK-8247310
- Resolved
-
JDK-8249109 Shenandoah: Windows build warning after JDK-8247310
- Resolved
-
JDK-8249425 Shenandoah: Windows build warning after JDK-8247310
- Resolved
- relates to
-
JDK-8247310 Shenandoah: pacer should not affect interrupt status
- Closed