Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code (original) (raw)
David Holmes David.Holmes at oracle.com
Tue Sep 6 16:20:36 PDT 2011
- Previous message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Next message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good to me.
Pity there isn't a direct way to define the default implementation and then have it "overridden" as needed per platform, rather than repeating the same definition.
David
On 7/09/2011 2:04 AM, Bertrand Delsart wrote:
Small shared changes necessary to improve portability of jsr292 on some platforms.
http://cr.openjdk.java.net/~bdelsart/7087445/webrev.00/ Should have no impact on the existing ports, as long as you add this backward compatible definition (added to SPARC, x86 and zero): intptrt *frame::initialdeoptimizationinfo() { return fp(); } Thanks, Bertrand.
- Previous message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Next message: Request for Review (XS): 7087445, Improve platform independence of JSR292 shared code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list