Skip to content
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

Fix Constant_Dynamic index for ldc2_w bytecode #3313

Merged
merged 1 commit into from
Oct 18, 2018

Conversation

fengxue-IS
Copy link
Contributor

Since Constant_Dynamic only requires a single slot in constant pool,
the index referenced by bytecode doesn't need to be adjusted during
classfile creation.

Signed-off-by: Jack Lu [email protected]

@DanHeidinga
Copy link
Member

Nice find @fengxue-IS !

@DanHeidinga
Copy link
Member

Using this PR to test the osx pull request builds

@DanHeidinga
Copy link
Member

Jenkins test sanity osx jdk11

@fengxue-IS
Copy link
Contributor Author

osx PR build failed due to
java.lang.NullPointerException: Cannot get property 'node_labels' on null object

Since Constant_Dynamic only requires a single slot in constant pool,
the index referenced by bytecode doesn't need to be adjusted during
classfile creation.

Signed-off-by: Jack Lu <[email protected]>
Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DanHeidinga
Copy link
Member

Jenkins test sanity zlinux jdk11

@DanHeidinga DanHeidinga self-assigned this Oct 17, 2018
@DanHeidinga DanHeidinga merged commit b037816 into eclipse-openj9:master Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants