-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
23
The current implementation of Shenandoah GC's full GC uses the object header to store forwarding pointers. This conflicts with Lilliput, because this would override the Klass* of objects, which must not happen. The problem could be solved by using a different full-GC compacting algorithm that does not require storing forwarding pointers.