-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add enumerateFields api to create a TypeLayout object #6570
Conversation
These changes depend on eclipse-omr/omr#4157. |
Updated for review. |
12dd23f
to
e12c2cb
Compare
@Charlmzz I think modulo a guarded traceMessage this should be good to go. When you add the trace can you please also rebase onto head? Your branch is now out of sync with the accepted OMR so there are build failures because of opcode table mismatches. The rebase will let the CI testing run to completion. |
@Charlmzz any update? |
An enumerateFields api is added to create a TypeLayout object based on given OpaqueClassBlock which iterates through each field to construct a TypeLayoutEntry that contains DataType, offset and field name information. Signed-off-by: Yiling Han <[email protected]>
Jenkins test sanity all jdk8,jdk11 |
An enumerateFields api is added to create a TypeLayout object based
on given OpaqueClassBlock which iterates through each field to
construct a TypeLayoutEntry that contains DataType, offset and
field name information.
Signed-off-by: Yiling Han [email protected]