Request for Review (XS): leverage shared x86-only deoptimization code

Chris Phillips ChrisPhi at LGonQn.Org
Wed Mar 9 06:15:50 PST 2011


Looks good,

Chris

On 09/03/11 08:40 AM, Bertrand Delsart wrote:
> Hi all,
>
> Here is a simple webrev to allow other platforms to benefit from
> shared code that was conditionally compiled only on x86 machines:
>
> http://cr.openjdk.java.net/~bdelsart/7025485/webrev.00/
>
> This code had initially be modified by explicitly adding to the ifdef
> the platforms that required it. However, since the code is supposed to
> be harmless, it is cleaner and better in the long term to activate it
> by default for all future platforms.
>
> Bertrand.



More information about the hotspot-runtime-dev mailing list