log src/share/vm/oops/methodOop.cpp @ 6275:957c266d8bc5

age author description
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Fri, 27 Jul 2012 16:14:15 -0700 twisti 7187290: nightly failures after JSR 292 lazy method handle update
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Thu, 05 Jul 2012 20:54:45 -0400 jiangli 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145.
Tue, 26 Jun 2012 19:08:44 -0400 jiangli 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table.
Thu, 14 Jun 2012 14:59:52 -0700 kvn Merge
Wed, 13 Jun 2012 11:36:03 -0700 twisti 7174928: JSR 292: unresolved invokedynamic call sites deopt and osr infinitely
Wed, 06 Jun 2012 14:33:43 -0400 jiangli 7172967: Eliminate constMethod's _method backpointer to methodOop.
Sun, 10 Jun 2012 01:17:48 +0200 Thomas Wuerthinger Bring Java renamings and restructurings to the C++ part.
Mon, 12 Mar 2012 18:40:05 -0700 Christian Haeubl preparations to avoid endless recompilations because of not updated profiling information
Mon, 27 Feb 2012 21:43:51 +0100 Thomas Wuerthinger More diff vs hsx24 optimizations.
Mon, 27 Feb 2012 13:10:13 +0100 Thomas Wuerthinger Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Wed, 01 Feb 2012 16:57:08 -0800 never 7013347: allow crypto functions to be called inline to enhance performance
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Tue, 13 Sep 2011 20:28:00 -0700 kvn 7090259: Fix hotspot sources to build with old compilers
Thu, 25 Aug 2011 20:29:30 -0700 never 7082949: JSR 292: missing ResourceMark in methodOopDesc::make_invoke_method
Thu, 07 Jul 2011 10:51:07 -0700 kvn Merge
Wed, 06 Jul 2011 08:43:01 -0700 jcoomes Merge
Tue, 28 Jun 2011 14:23:27 +0200 brutisso 7016112: CMS: crash during promotion testing
Wed, 27 Jul 2011 17:32:44 -0700 Thomas Wuerthinger Merge.
Thu, 23 Jun 2011 17:14:06 -0700 jrose 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
Thu, 02 Jun 2011 14:17:48 -0400 coleenp 7049928: VM crashes with "assert(_adapter != NULL) failed: must have" at methodOop.cpp:63
Fri, 27 May 2011 15:04:48 -0700 coleenp 7033141: assert(has_cp_cache(i)) failed: oob
Fri, 10 Jun 2011 15:01:14 +0200 Lukas Stadler deoptimization action (invalidate, reprofile, ...)
Sat, 09 Apr 2011 22:55:25 -0700 jrose 6987991: JSR 292 phpreboot test/testtracefun2.phpr segfaults
Thu, 07 Apr 2011 17:02:30 -0700 jrose 6981791: remove experimental code for JSR 292
Fri, 11 Mar 2011 22:34:57 -0800 jrose 7012648: move JSR 292 to package java.lang.invoke and adjust names
Fri, 11 Mar 2011 22:33:47 -0800 jrose 6839872: remove implementation inheritance from JSR 292 APIs
Fri, 04 Mar 2011 14:40:46 -0500 kamg 6845426: non-static <clinit> method with no args is called during the class initialization process
Wed, 23 Feb 2011 11:18:16 -0800 kvn Merge