aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/methodHandles.cpp
AgeCommit message (Expand)Author
2013-04-308011661: Insufficient memory message says "malloc" when sometimes it should s...ccheung
2013-04-238012961: Do not restrict static interface methods to be privatebharadwaj
2013-04-208008511: JSR 292: MemberName vmtarget refs to methods must be updated at clas...sspitsyn
2013-04-188006267: InterfaceMethod_ref should allow invokestatic and invokespecialbharadwaj
2013-03-257198429: need checked categorization of caller-sensitive methods in the JDKtwisti
2012-12-148003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSi...twisti
2012-11-128001471: Klass::cast() does nothinghseigel
2012-11-068000725: NPG: method_holder() and pool_holder() and pool_holder field should ...coleenp
2012-10-118000740: remove LinkWellKnownClassestwisti
2012-09-047196120: NPG: JSR 2292 test fails because missing fix for 7188911twisti
2012-09-016964458: Reimplement class meta-data storage to use native memorycoleenp
2012-08-077188911: nightly failures after JSR 292 lazy method handle update (round 2)twisti
2012-07-247023639: JSR 292 method handle invocation needs a fast path for compiled codetwisti
2012-07-167087357: JSR 292: remove obsolete code after 7085860twisti
2012-01-197111138: delete the obsolete flag -XX:+UseRicochetFramesjrose
2011-11-087104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffernever
2011-10-257094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is...twisti
2011-09-107086585: make Java field injection more flexiblenever
2011-09-087085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as...twisti
2011-09-027071307: MethodHandle bimorphic inlining should consider the frequencynever
2011-07-207066339: Tiered: policy should make consistent decisions about osr levelsiveresov
2011-06-237056328: JSR 292 invocation sometimes fails in adapters for types not on boot...jrose
2011-06-167055355: JSR 292: crash while throwing WrongMethodTypeExceptionnever
2011-06-147052219: JSR 292: Crash in ~BufferBlob::MethodHandles adaptersnever
2011-06-037045514: SPARC assembly code for JSR 292 ricochet framesnever
2011-06-017049415: Failure of resolution of sym.reference to the c.s.s. should be wrapp...jrose
2011-05-267047961: JSR 292 MethodHandleWalk swap args doesn't handle T_LONG and T_DOUBL...never
2011-05-17Mergenever
2011-05-177045513: JSR 292 inlining causes crashes in methodHandleWalk.cppnever
2011-05-177044892: JSR 292: API entry points sometimes throw the wrong exceptions or do...jrose
2011-05-126998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAWtwisti
2011-05-066939861: JVM should handle more conversion operationsnever
2011-04-187018355: JSR 292: VM crash in DefNewGeneration::copy_to_survivor_spacetwisti
2011-04-096987991: JSR 292 phpreboot test/testtracefun2.phpr segfaultsjrose
2011-04-076981791: remove experimental code for JSR 292jrose
2011-03-316817525: turn on method handle functionality by default for JSR 292twisti
2011-03-117012648: move JSR 292 to package java.lang.invoke and adjust namesjrose
2011-03-116839872: remove implementation inheritance from JSR 292 APIsjrose
2011-01-276990754: Use native memory and reference counting to implement SymbolTablecoleenp
2011-01-107010180: JSR 292 InvokeDynamicPrintArgs fails with: assert(_adapter == NULL) ...twisti
2010-12-227007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp...twisti
2010-11-307001363: java/dyn/InvokeDynamic should not be a well-known class in the JVMtwisti
2010-11-236989984: Use standard include model for Hospotstefank
2010-10-306981777: implement JSR 292 EG adjustments from summer 2010jrose
2010-10-136987555: JSR 292 unboxing to a boolean value fails on big-endian SPARCtwisti
2010-08-256978355: renaming for 6961697twisti
2010-07-156964498: JSR 292 invokedynamic sites need local bootstrap methodsjrose
2010-05-276941466: Oracle rebranding changes for Hotspot repositoriestrims
2010-05-016939196: method handle signatures off the boot class path get linkage errorsjrose
2010-05-016939134: JSR 292 adjustments to method handle invocationjrose