for review (M): 6912063: inlining parameters need to be adjusted for some uses of the JVM
John Rose
John.Rose at Sun.COM
Sat Dec 19 00:46:30 PST 2009
Currently, the inlining heuristics cannot be tuned in product builds. This makes it impossible to tune them meaningfully, especially for uses of the JVM for languages other than Java, which may have radically different call graphs.
We should move the inlining heuristic flags into product mode (as hidden diagnostics, at least).
Also, call sites which serves a "glue" for JSR 292 should not be charged to the inlining depth heuristic.
http://cr.openjdk.java.net/~jrose/6912063/webrev.00/
-- John
More information about the hotspot-compiler-dev
mailing list