-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
generic
-
generic
LoopOverOfAddress.java benchmark fails to compile
warning: [lossy-conversions] implicit cast from long to int in compound assignment is possibly lossy
res += MemorySegment.ofAddress(i % 100).address();
warning: [lossy-conversions] implicit cast from long to int in compound assignment is possibly lossy
res += MemorySegment.ofAddress(i % 100).address();
- relates to
-
JDK-8293367 Enable native access for modules not in the boot layer
-
- Resolved
-