log src/share/vm/jvmci/jvmciRuntime.cpp @ 23323:3b978b521c83

age author description
Mon, 14 Mar 2016 14:44:21 +0100 Roland Schatz Remove hardcoded exception throwing routines.
Mon, 14 Mar 2016 11:58:48 +0100 Roland Schatz Expose SharedRuntime::throw_and_post_jvmti_exception to JVMCI compilers.
Fri, 11 Mar 2016 16:00:25 +0100 Roland Schatz 8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Thu, 04 Feb 2016 12:11:30 -0800 Tom Rodriguez Add missing ResourceMark
Sun, 31 Jan 2016 22:39:09 +0100 Doug Simon reduced delta against jvmci-9
Wed, 30 Dec 2015 17:55:07 +0100 Doug Simon removed @ServiceProvider mechanism (GRAAL-1380)
Mon, 21 Dec 2015 15:53:56 +0100 Doug Simon removed @Option mechanism from JVMCI (GRAAL-1371)
Tue, 15 Dec 2015 10:55:55 -0800 Tom Rodriguez Make JVMCIJavaClasses look a little more like JDK9 version
Fri, 13 Nov 2015 14:09:57 +0100 Doug Simon eager initialization of jvmciJavaClasses must happen while thread_in_VM
Thu, 12 Nov 2015 21:35:35 +0100 Doug Simon 8142511: must eagerly initialize classes with static fields accessed by JVMCI native code
Thu, 12 Nov 2015 20:03:43 +0100 Doug Simon must use JVMCI class loader when trying to throw a JVMCIError from native VM code
Thu, 05 Nov 2015 10:59:29 +0100 Roland Schatz Make kindToBasicType trapping.
Thu, 29 Oct 2015 15:21:55 +0100 Roland Schatz 8139589: [JVMCI] throw exceptions in faulty code installation operations
Thu, 15 Oct 2015 17:32:19 +0200 Doug Simon initialize JVMCI eagerly if either the PrintFlags or ShowFlags JVMCI option is present
Thu, 08 Oct 2015 17:28:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Wed, 07 Oct 2015 16:42:51 -0700 Tom Rodriguez Simplify log_object interface
Fri, 02 Oct 2015 10:13:56 +0200 Doug Simon reduced delta against jvmci-9
Wed, 30 Sep 2015 10:38:00 +0200 Christian Wirth explicit conversion from size_t to int required on windows
Fri, 25 Sep 2015 08:58:37 +0200 Doug Simon made JVMCIRuntime::save_options a void function
Thu, 24 Sep 2015 20:51:57 -0700 Tom Rodriguez Minor -G option parsing fixes
Wed, 23 Sep 2015 19:31:54 -0700 Tom Rodriguez trivial prefixes shoudl only apply to the compiler itself
Tue, 22 Sep 2015 22:35:02 +0200 Doug Simon renamed JVMCIRuntime::parse_properties to JVMCIRuntime::init_system_properties
Tue, 22 Sep 2015 22:29:28 +0200 Doug Simon JVMCI options are now passed as individual -Djvmci.option.<name>=<value> arguments on the command line instead of -Djvmci.options=<multiple options settings separated by spaces>
Mon, 21 Sep 2015 11:48:40 +0200 Stefan Anzinger Create default for os::default_file_open_flags on Solaris; JVMCIRuntime::parse_lines: use ::open instead of os::open
Fri, 18 Sep 2015 14:31:54 -0700 Tom Rodriguez Fix trivial prefixes code
Fri, 18 Sep 2015 09:47:14 -0700 Tom Rodriguez Fix race in initialization of trivial prefixes
Fri, 18 Sep 2015 16:23:13 +0200 Stefan Anzinger JVMCIRuntime::parse_lines use os::default_file_open_flags for opening files
Thu, 17 Sep 2015 18:25:08 -0700 Tom Rodriguez Replace JVMCICompileWithC1Only with package based controls
Thu, 17 Sep 2015 12:58:40 -0700 Tom Rodriguez Propagate exceptions up instead of aborting
Mon, 14 Sep 2015 14:40:16 +0200 Stefan Anzinger JVMCIRuntime::parse_properties use ::read instead of os::read