Request for review (S): 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters (original) (raw)
Christian Thalinger christian.thalinger at oracle.com
Thu May 5 04:24:19 PDT 2011
- Previous message: review request (L): 6939861: JVM should handle more conversion operations
- Next message: Request for review (S): 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~twisti/7042122/
7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters Reviewed-by:
The default inline thresholds for various JSR 292 API methods are too small avoiding the possibility to inline through a method handle chain. Currently it is required to tweak some command line options to get decent performance. The tweaking should go away.
The change also renames two methods to follow our conventions and changed the output of discounting method handle adapters from inlining level.
src/share/vm/opto/bytecodeInfo.cpp src/share/vm/opto/parse.hpp
- Previous message: review request (L): 6939861: JVM should handle more conversion operations
- Next message: Request for review (S): 7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list