Hang Shao
Hang Shao
Another one here: https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_Nightly/343/consoleText
This change does not cover arrays. I will look at arrays in the next change.
> How do we deal with statics? If one defines a primitive type with a static field, does the static exist in both the L and the Qtype? Yes, the...
Update the code to share ramStatics between L and Q type.
All existing review comments addressed.
I noticed the Valhalla build is currently broken by missing classes in the JCL: ``` import jdk.internal.vm.ContinuationScope; ^ symbol: class ContinuationScope location: package jdk.internal.vm /root/CCM/JdkNext/openj9vt/openj9-openjdk-jdk.valuetypes/build/linux-x86_64-server-release/support/j9jcl/java.base/share/classes/java/lang/StackWalker.java:237: error: cannot find symbol static...
> you might give another try. Things are working now. Thanks @JasonFengJ9
> Can you please describe exactly the function of the Q and L types? There are 2 types, reference type (L type) and value type (Q type) generated from the...
There is inconsistence between the RI implementation and the JEP documentation, not sure which one they are going to update. The JEP says "a `CONSTANT_Class` using the plain name of...
They are mixture of Q, L and plain.