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

Jep334 VarHandle and VarHandleDesc #4449

Merged
merged 1 commit into from
Feb 24, 2019

Conversation

theresa-m
Copy link
Contributor

@theresa-m theresa-m commented Jan 25, 2019

Depends on (see #4195):

Methods:

  • VarHandleDesc constructor

  • VarHandleDesc.ofArray

  • VarHandleDesc.ofField

  • VarHandleDesc.ofStaticField

  • VarHandleDesc.resolveConstantDesc

  • VarHandleDesc.toString

  • VarHandleDesc.varType

  • VarHandle.describeConstable

  • VarHandle.equals

  • VarHandle.hashCode

  • VarHandle.toString

@theresa-m theresa-m mentioned this pull request Jan 25, 2019
9 tasks
@theresa-m theresa-m changed the title Jep334 varhandle Jep334 VarHandle and VarHandleDesc Jan 25, 2019
@pshipton pshipton added this to the Release 0.13.0 (Java 12) milestone Jan 28, 2019
@theresa-m theresa-m force-pushed the jep334_varhandle branch 3 times, most recently from 48c6910 to 1c25333 Compare February 22, 2019 19:52
@theresa-m
Copy link
Contributor Author

ready for another review

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.

Some tabs vs spaces issues in the test code.

* - hashCode
* - toString
*/
public class Test_VarHandle {
Copy link
Member

Choose a reason for hiding this comment

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

This file is using spaces instead tabs. Can you convert to tabs to be consistent with the other java code?

* - toString
* - varType: covered in ofArray / ofField / ofStaticField tests
*/
public class Test_VarHandleDesc {
Copy link
Member

Choose a reason for hiding this comment

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

tabs vs spaces here as well

@theresa-m
Copy link
Contributor Author

I've fixed the formatting issue

Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
@DanHeidinga
Copy link
Member

Rebased to address the conflicts

@DanHeidinga
Copy link
Member

Jenkins test sanity zlinux jdk12

@DanHeidinga DanHeidinga self-assigned this Feb 24, 2019
@DanHeidinga DanHeidinga merged commit f260c09 into eclipse-openj9:master Feb 24, 2019
@theresa-m
Copy link
Contributor Author

thanks @DanHeidinga !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants