aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/doCall.cpp
AgeCommit message (Expand)Author
2013-01-158006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtyp...twisti
2013-01-098005418: JSR 292: virtual dispatch bug in 292 impltwisti
2012-12-238005071: Incremental inlining for JSR 292roland
2012-12-188005031: Some cleanup in c2 to prepare for incremental inlining supportroland
2012-11-267172640: C2: instrinsic implementations in LibraryCallKit should use argument...twisti
2012-11-158001077: remove ciMethod::will_linkbharadwaj
2012-10-247184394: add intrinsics to use AES instructionskvn
2012-09-277193318: C2: remove number of inputs requirement from Node's new operatorkvn
2012-09-197198499: TraceTypeProfile as diagnostic optiontwisti
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
2012-08-287192406: JSR 292: C2 needs exact return type information for invokedynamic an...twisti
2012-08-017188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13twisti
2012-07-307187454: stack overflow in C2 compiler thread on Solaris x86kvn
2012-07-277187290: nightly failures after JSR 292 lazy method handle updatetwisti
2012-07-247023639: JSR 292 method handle invocation needs a fast path for compiled codetwisti
2012-05-187170053: crash in C2 when using -XX:+CountCompiledCallstwisti
2012-03-056658428: C2 doesn't inline java method if corresponding intrinsic failed to i...never
2011-11-177108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != N...twisti
2011-09-027085404: JSR 292: VolatileCallSites should have push notification tootwisti
2011-08-167071653: JSR 292: call site change notification should be pushed not pulledtwisti
2011-06-227057587: JSR 292 - crash with jruby in test/test_respond_to.rbnever
2011-06-027050554: JSR 292 - need optimization for selectAlternativenever
2011-05-126998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAWtwisti
2011-05-107042122: JSR 292: adjust various inline thresholds for JSR 292 API methods an...twisti
2011-04-077009600: JSR 292 Server compiler crashes in Compile::find_intrinsic(ciMethod*...jrose
2011-03-287022998: JSR 292 recursive method handle calls inline themselves infinitelytwisti
2010-11-236989984: Use standard include model for Hospotstefank
2010-09-296987634: JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed...twisti
2010-07-126958668: repeated uncommon trapping for new of klass which is being initializednever
2010-05-276941466: Oracle rebranding changes for Hotspot repositoriestrims
2010-03-186926979: should simplify catch_inline_exceptionnever
2010-02-076923002: assert(false,"this call site should not be polymorphic")kvn
2010-02-016614597: Performance variability in jvm2008 xml.validationkvn
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
2010-01-046893081: method handle & invokedynamic code needs additional cleanup (post 68...twisti
2009-11-126892658: C2 should optimize some stringbuilder patternsnever
2009-07-286862919: Update copyright yearxdono
2009-05-086788527: Server vm intermittently fails with assertion "live value must not b...kvn
2009-04-216655646: dynamic languages need dynamically linked call sitesjrose
2008-09-176384206: Phis which are later unneeded are impairing our ability to inline ba...never
2008-07-026719955: Update copyright yearjdk7-b30xdono
2008-05-216703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bit...kvn
2008-03-186666343: Compile::has_loops not always set correctlynever
2007-12-01Initial loadjdk7-b24duke