-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
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
-