You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReflectionSizeOf has an alignment bug, which can be seen while running JDK 1.6.0 > v60 for test SizeOfTest.
It looks like the per-class alignment needs to be done not using the pointer size but using the primitive type reference size.
The text was updated successfully, but these errors were encountered:
ReflectionSizeOf has an alignment bug, which can be seen while running JDK 1.6.0 > v60 for test SizeOfTest.
It looks like the per-class alignment needs to be done not using the pointer size but using the primitive type reference size.
The text was updated successfully, but these errors were encountered: