log src/share/vm/ci/ciEnv.cpp @ 6972:bd7a7ce2e264

age author description
Mon, 12 Nov 2012 14:03:53 -0800 minqi 6830717: replay of compilations would help with debugging
Mon, 12 Nov 2012 23:14:12 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
Tue, 06 Nov 2012 15:09:37 -0500 coleenp 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
Fri, 12 Oct 2012 09:22:52 -0700 kvn Merge
Fri, 05 Oct 2012 18:57:10 -0700 vlivanov 7177003: C1: LogCompilation support
Sat, 29 Sep 2012 06:40:00 -0400 coleenp 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
Mon, 17 Sep 2012 19:39:07 -0700 kvn 7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Mon, 29 Oct 2012 21:10:04 +0100 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ just before the NPG (no perm gen) changeset
Tue, 28 Aug 2012 15:24:39 -0700 twisti 7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
Tue, 21 Aug 2012 10:39:19 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
Tue, 24 Jul 2012 10:51:00 -0700 twisti 7023639: JSR 292 method handle invocation needs a fast path for compiled code
Sat, 17 Dec 2011 22:03:44 +0100 Thomas Wuerthinger Merge fixes.
Sat, 17 Dec 2011 21:40:27 +0100 Thomas Wuerthinger Merge with hsx23/hotspot.
Wed, 12 Oct 2011 21:00:13 -0700 twisti 7092712: JSR 292: unloaded invokedynamic call sites can lead to a crash with signature types not on BCP
Tue, 20 Sep 2011 23:50:16 -0700 never 7092236: java/util/EnumSet/EnumSetBash.java fails
Wed, 31 Aug 2011 16:46:11 -0700 never 7083786: dead various dead chunks of code
Mon, 29 Aug 2011 05:07:35 -0700 twisti 7083184: JSR 292: don't store context class argument with call site dependencies
Fri, 18 Nov 2011 17:20:38 +0100 Lukas Stadler Merge
Fri, 18 Nov 2011 13:34:10 +0100 Lukas Stadler Merge
Fri, 18 Nov 2011 11:55:00 +0100 Lukas Stadler don't observe jvmti and dtrace state changes during code installing
Fri, 18 Nov 2011 14:14:37 +0100 Thomas Wuerthinger No longer use shared ciFactory. Remove make_global usage in code installer.
Tue, 15 Nov 2011 22:06:02 +0100 Thomas Wuerthinger Use GraalEnv for installing code.
Wed, 09 Nov 2011 11:27:38 +0100 Lukas Stadler support for new RiRuntime features: add code without making it the default for the method, executing Java tasks on the compile thread, communicate nmethod reference to Java code as HotSpotCompiledMethod
Wed, 24 Aug 2011 01:05:02 +0200 Thomas Wuerthinger Various hacks to be able to install machine code from a Java thread.
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, 21 Apr 2011 00:25:40 -0700 twisti 6993078: JSR 292 too many pushes: Lesp points into register window
Fri, 22 Apr 2011 15:30:53 +0200 Thomas Wuerthinger Merge with OpenJDK.
Tue, 05 Apr 2011 14:12:31 -0700 trims 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
Thu, 03 Mar 2011 19:25:53 +0100 Thomas Wuerthinger Merge with OpenJDK.
Tue, 22 Feb 2011 15:26:36 -0800 never 7021531: lock ordering problems after fix for 6354181
Mon, 31 Jan 2011 17:48:21 -0800 never 6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111"
Wed, 16 Feb 2011 13:47:20 +0100 Thomas Wuerthinger Merge.
Thu, 27 Jan 2011 16:11:27 -0800 coleenp 6990754: Use native memory and reference counting to implement SymbolTable
Wed, 19 Jan 2011 13:51:53 -0800 kamg 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
Fri, 07 Jan 2011 18:18:08 +0100 Thomas Wuerthinger Merge.
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 30 Nov 2010 14:53:30 +0100 Thomas Wuerthinger Merge.
Fri, 03 Sep 2010 17:51:07 -0700 iveresov 6953144: Tiered compilation
Fri, 16 Jul 2010 18:14:19 -0700 jrose 6969574: invokedynamic call sites deoptimize instead of executing
Wed, 09 Jun 2010 18:50:45 -0700 jrose 6939203: JSR 292 needs method handle constants
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Sat, 01 May 2010 02:42:18 -0700 jrose 6939134: JSR 292 adjustments to method handle invocation
Fri, 26 Nov 2010 19:45:05 +0100 Thomas Wuerthinger More JNI global handle clean ups.
Mon, 26 Apr 2010 23:59:45 -0700 never 6943485: JVMTI always on capabilities change code generation too much
Wed, 24 Mar 2010 17:16:33 -0700 asaha Merge
Mon, 15 Mar 2010 15:51:36 -0400 acorn 6932480: Fix crash in CompilerThread/Parser. Unloaded array klass?
Tue, 19 Jan 2010 16:03:09 -0500 acorn 6626217: Fixed loader constraint array handling
Thu, 04 Feb 2010 15:50:59 -0800 apangin Merge
Mon, 01 Feb 2010 17:35:05 -0700 dcubed 6902182: 4/4 Starting with jdwp agent should not incur performance penalty
Fri, 29 Jan 2010 09:27:22 -0800 kvn 4360113: Evict nmethods when code cache gets full
Wed, 06 Jan 2010 14:22:39 -0800 never 6914300: ciEnv should export all well known classes
Tue, 05 Jan 2010 15:21:25 +0100 twisti 6893268: additional dynamic language related optimizations in C2
Tue, 05 Jan 2010 13:05:58 +0100 twisti 6829187: compiler optimizations required for JSR 292
Thu, 12 Nov 2009 09:24:21 -0800 never 6892658: C2 should optimize some stringbuilder patterns
Fri, 30 Oct 2009 16:22:59 -0700 jrose 6858164: invokedynamic code needs some cleanup (post-6655638)
Tue, 15 Sep 2009 21:53:47 -0700 jrose 6863023: need non-perm oops in code cache for JSR 292
Tue, 28 Jul 2009 12:12:40 -0700 xdono 6862919: Update copyright year
Fri, 08 May 2009 10:44:20 -0700 kvn 6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits