aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/bytecodeInfo.cpp
AgeCommit message (Expand)Author
2013-03-198010222: 8007439 disabled inlining of cold accessor methodskvn
2013-02-278007439: C2: adding successful message of inliningiignatyev
2013-02-018005439: no message about inline method if it specifed by CompileCommandvlivanov
2012-12-238005071: Incremental inlining for JSR 292roland
2012-12-188005031: Some cleanup in c2 to prepare for incremental inlining supportroland
2012-11-126830717: replay of compilations would help with debuggingminqi
2012-10-12Mergekvn
2012-10-097197424: update copyright year to match last edit in jdk8 hotspot repositorymikael
2012-10-057177003: C1: LogCompilation supportvlivanov
2012-07-247023639: JSR 292 method handle invocation needs a fast path for compiled codetwisti
2012-03-137152961: InlineTree::should_not_inline may exit prematurelynever
2011-09-117088955: add C2 IR support to the SAnever
2011-09-027071307: MethodHandle bimorphic inlining should consider the frequencynever
2011-09-017079673: JSR 292: C1 should inline bytecoded method handle adapterstwisti
2011-08-317078382: JSR 292: don't count method handle adapters against inlining budgetstwisti
2011-06-227057587: JSR 292 - crash with jruby in test/test_respond_to.rbnever
2011-05-107042122: JSR 292: adjust various inline thresholds for JSR 292 API methods an...twisti
2011-05-045091921: Sign flip issues in loop optimizerkvn
2011-05-026552561: MaxRecursiveInlineLevel flag doesn't operate correctlytwisti
2011-03-287022998: JSR 292 recursive method handle calls inline themselves infinitelytwisti
2011-03-117012648: move JSR 292 to package java.lang.invoke and adjust namesjrose
2010-11-236989984: Use standard include model for Hospotstefank
2010-09-036953144: Tiered compilationiveresov
2010-06-02Mergejrose
2010-05-276941466: Oracle rebranding changes for Hotspot repositoriestrims
2010-05-236939207: refactor constant pool index processingjrose
2010-05-216930772: JSR 292 needs to support SPARC C1twisti
2010-05-016939134: JSR 292 adjustments to method handle invocationjrose
2010-01-086912063: inlining parameters need to be adjusted for some uses of the JVMjrose
2010-01-056893268: additional dynamic language related optimizations in C2twisti
2010-01-056829187: compiler optimizations required for JSR 292twisti
2009-08-06Mergekvn
2009-07-316833129: specjvm98 fails with NullPointerException in the compiler with -XX:D...cfang
2009-07-286862919: Update copyright yearxdono
2009-04-216655646: dynamic languages need dynamically linked call sitesjrose
2009-03-306821700: tune VM flags for peak performancekvn
2008-09-176384206: Phis which are later unneeded are impairing our ability to inline ba...never
2008-07-11Mergekvn
2008-07-036684714: Optimize EA Connection Graph build performancekvn
2008-07-026719955: Update copyright yearjdk7-b30xdono
2008-03-076667605: (Escape Analysis) inline java constructors when EA is onkvn
2007-12-01Initial loadjdk7-b24duke