Request for reviews (M): 6829194: JSR 292 needs to support compressed oops
John Rose
john.r.rose at oracle.com
Thu Oct 7 15:50:09 PDT 2010
Looks good. I read all the diffs and spot-checked for missing or erroneous conversions from ptr access to heap_oop access; found no errors. There might be bugs hiding in there, but we'll flush them out, and it is likely that you have already flushed them all out.
Did you run MethodHandlesTest? If not you should. It exercises nearly all of those paths.
-- John
On Oct 7, 2010, at 1:18 PM, 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