RFR(M): 8026253: New type profiling points: sparc support (original) (raw)
Roland Westrelin roland.westrelin at oracle.com
Thu Jan 9 00:35:08 PST 2014
- Previous message: [9] RFR (XXS): 8026413: ScopeDesc::is_equal is declared in header file but not implemented
- Next message: RFR(M): 8026253: New type profiling points: sparc support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~roland/8026253/webrev.00/
The main difference with the x86 code is that on sparc, the current profile value is loaded, checked & updated and finally stored rather than checked & updated in place as is done on x86. As a consequence the code is somewhat simpler because concurrent updates to the profile are not possible.
Roland.
- Previous message: [9] RFR (XXS): 8026413: ScopeDesc::is_equal is declared in header file but not implemented
- Next message: RFR(M): 8026253: New type profiling points: sparc support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list