-
Notifications
You must be signed in to change notification settings - Fork 738
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
Methods and tests for jep334 MethodType #4194
Methods and tests for jep334 MethodType #4194
Conversation
dc052f0
to
741dbcf
Compare
741dbcf
to
3266d3d
Compare
3266d3d
to
0e7f24a
Compare
jcl/src/java.base/share/classes/java/lang/invoke/MethodType.java
Outdated
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang_invoke/Test_MethodType.java
Outdated
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang_invoke/Test_MethodType.java
Outdated
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang_invoke/Test_MethodType.java
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang_invoke/Test_MethodType.java
Outdated
Show resolved
Hide resolved
24d203f
to
b9b883f
Compare
I've updated my commits from the review comments. |
@theresa-m Can you rebase this so it'll pick up with jvm interface fix? Then I can PR test it |
the MethodType.describeConstable implementation is dependent on ClassDesc which hasn't been merged yet. |
@theresa-m Can you rebase and resolve the conflict? |
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
- describeConstable - descriptorString Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
b9b883f
to
8ce58a6
Compare
@DanHeidinga its ready for a pr build now |
Jenkins test sanity plinux jdk12 |
Only the known |
Depends on (see #4195):
Signed-off-by: Theresa Mammarella Theresa.T.Mammarella@ibm.com