-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P2
-
None
-
Affects Version/s: repo-panama
-
Component/s: core-libs
When creating a new instance of NativeMemorySegmentImpl, there is a static initialization circularity, because the superinterface MemorySegment has a constant (NULL) that is initialized to a new NativeMemorySegmentImpl instance.