Request for Review (XS): leverage shared x86-only deoptimization code
Bertrand Delsart
bertrand.delsart at oracle.com
Wed Mar 9 05:40:35 PST 2011
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.
--
Bertrand Delsart, bertrand.delsart at oracle.com
Sun-Oracle, 180 av. de l'Europe, ZIRST de Montbonnot,
38334 Saint Ismier, FRANCE
Phone : +33 4 76 18 81 23 Fax : +33 4 76 18 88 88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the hotspot-compiler-dev
mailing list