log

age author description
Fri, 28 Aug 2015 14:36:52 -0700 Tom Rodriguez Don't increase ReservedCodeCacheSize for JVMCI
Fri, 28 Aug 2015 14:22:52 -0700 Tom Rodriguez Adjust meaning of TraceJVMCI levels
Fri, 28 Aug 2015 11:25:42 -0700 Christian Wimmer Merge
Fri, 28 Aug 2015 11:23:51 -0700 Christian Wimmer Invert logic for recording the assumptions of an AssumptionResult to Assumptions; this allows using assumption-free AssumptionResults when compiling without speculative optimizations
Fri, 28 Aug 2015 15:07:43 +0200 Josef Eisl mx jmh: quote forked vmArgs with spaces.
Fri, 28 Aug 2015 13:18:24 +0200 Roland Schatz Explicitly store slot kinds in DebugInfo.
Thu, 27 Aug 2015 13:35:19 -0700 Tom Rodriguez Remove unneeded os::get_pc function
Thu, 27 Aug 2015 18:28:49 +0200 Doug Simon removed microbench command (use jmh command instead)
Thu, 27 Aug 2015 17:08:25 +0200 Doug Simon removed duplicate line
Thu, 27 Aug 2015 17:08:03 +0200 Doug Simon removed unused BitSet symbol
Thu, 27 Aug 2015 17:07:24 +0200 Doug Simon added missing space
Thu, 27 Aug 2015 17:07:08 +0200 Doug Simon removed leftover Sumatra related code
Thu, 27 Aug 2015 12:19:43 +0200 Stefan Anzinger [SPARC] SharedRuntime::generate_deopt_blob use 32 bit store instead of 64bit for storing pending_deoptimization value
Wed, 26 Aug 2015 15:06:50 -0700 Christian Wimmer Merge
Tue, 25 Aug 2015 15:27:13 -0700 Christian Wimmer Ensure only one OptionDescriptor is created per option; allow custom lists of options passed to OptionParser
Tue, 25 Aug 2015 22:58:03 +0200 Doug Simon made JavaThread::_jvmci a union
Tue, 25 Aug 2015 09:50:46 -0700 Tom Rodriguez Disable CTW during JVMCI bootstrap
Tue, 25 Aug 2015 15:01:40 +0200 Doug Simon documented other JVMCI-specific fields in JavaThread
Tue, 25 Aug 2015 14:34:50 +0200 Doug Simon documented JVMCI-specific _implicit_exception_pc and _alternate_call_target fields in JavaThread and prepared for them to be in a union
Tue, 25 Aug 2015 13:56:32 +0200 Doug Simon make JVMCIRuntime::metadata_do return immediately if HotSpotJVMCIMetaAccessContext has not yet been loaded
Mon, 24 Aug 2015 19:17:08 -0700 Tom Rodriguez Move Java based CTW out of hotspot
Mon, 24 Aug 2015 19:16:03 -0700 Tom Rodriguez Ensure that calling HotSpotJVMCIRuntime.runtime() initializes JVMCI correctly
Mon, 24 Aug 2015 19:14:50 -0700 Tom Rodriguez Rename callInitializer to callStatic
Mon, 24 Aug 2015 22:35:47 +0200 Doug Simon moved JVMCI fields from ThreadShadow to Thread
Mon, 24 Aug 2015 10:38:13 -0700 Tom Rodriguez Remove last pieces of old Graal static stub changes
Mon, 24 Aug 2015 10:21:51 -0700 Tom Rodriguez Remove unused frame_extension_argument from i2c adapters
Mon, 24 Aug 2015 16:50:57 +0200 Doug Simon made BootstrapJVMCI false by default
Mon, 24 Aug 2015 13:05:10 +0200 Doug Simon use JVMCI_ONLY for single line changes
Mon, 24 Aug 2015 11:06:40 +0200 Doug Simon renames related to using metaspace wrappers instead of raw metaspace values
Fri, 21 Aug 2015 11:57:29 -0700 Tom Rodriguez Make jvmci redefinition safe