Request for reviews (M): 6829194: JSR 292 needs to support compressed oops
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Oct 7 14:47:51 PDT 2010
Looks good except changes in src/share/vm/classfile/classFileParser.cpp
I don't understand why you used DOUBLE in case of compressed oops.
NONSTATIC_WORD is corresponds to 4 bytes value regardless 32- or 64-bits.
What size of MethodHandle.vmentry in 64bit VM?
Thanks,
Vladimir
Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/6829194/webrev.01/
>
> 6829194: JSR 292 needs to support compressed oops
> Reviewed-by:
>
> There are unimplemented portions of the hotspot code for method
> handles and invokedynamic specific to UseCompressedOops. They need to
> be filled in.
>
> Extensive testing with JRuby tests.
>
More information about the hotspot-compiler-dev
mailing list