[9] RFR (S): 8029305: add type tag to AbstractCompiler (original) (raw)
Christian Thalinger christian.thalinger at oracle.com
Mon Jan 6 14:13:37 PST 2014
- Previous message: Outdated comments in OptoRuntime::uncommon_trap_Type()
- Next message: [9] RFR (S): 8029305: add type tag to AbstractCompiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://bugs.openjdk.java.net/browse/JDK-8029305 http://cr.openjdk.java.net/~twisti/8029305
8029305: add type tag to AbstractCompiler Reviewed-by:
Add a closed set of concrete compiler classes. Using an tag like this avoids a confusing use of macros around the definition of the is_ methods.
As a followup to this change I’m going to replace nmethod::_compiler with a flags field that stores AbstractCompiler::Type values instead:
[#JDK-8031211] replace nmethod::_compiler with a flags field that stores AbstractCompiler::Type values instead
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140106/d85928d6/attachment.html
- Previous message: Outdated comments in OptoRuntime::uncommon_trap_Type()
- Next message: [9] RFR (S): 8029305: add type tag to AbstractCompiler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list