log src/share/vm/jvmci/jvmciRuntime.cpp @ 23751:b1b5c71c04b7

age author description
Thu, 08 Sep 2016 15:06:36 +0200 Doug Simon replace use of vm_abort with vm_exit
Fri, 26 Aug 2016 17:49:18 +0200 Doug Simon backport of JDK-8164480
Tue, 21 Jun 2016 14:36:16 -0700 Tom Rodriguez Rename JVMCIRuntime::max_oop_map_stack_offset to CompilerToVM::Data::_max_oop_map_stack_offset
Thu, 16 Jun 2016 18:23:03 +0200 Doug Simon don't crash if Services is used but -XX:-EnableJVMCI - just return null
Thu, 09 Jun 2016 18:58:09 -0700 Tom Rodriguez Merge
Thu, 09 Jun 2016 18:45:12 -0700 Tom Rodriguez 8158850: [JVMCI] be more precise when enforcing OopMapValue encoding limitations
Thu, 02 Jun 2016 15:24:29 +0200 Doug Simon ensure JVMCI loader is initialized when retrieving it from Java jvmci-0.11
Mon, 30 May 2016 22:56:59 +0200 Doug Simon make JVMCI JDK immutable and sharable among different JVMCI clients
Tue, 24 May 2016 13:51:28 +0200 Roland Schatz Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
Thu, 12 May 2016 20:57:31 +0200 Doug Simon clean up and minimize JVMCI (JDK-8156835)
Thu, 12 May 2016 11:06:49 +0200 Doug Simon Backed out changeset: a920338dd4d4
Wed, 11 May 2016 15:54:36 +0200 Doug Simon remove JVMCIError and UnsafeUtil classes (JDK-8156759)
Wed, 11 May 2016 09:50:37 +0200 Josef Eisl 8156034: update 01
Mon, 02 May 2016 14:57:11 +0200 Josef Eisl Notify the compiler on completion of a bootstrap (JDK-8156034)
Mon, 09 May 2016 16:08:16 +0200 Doug Simon allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
Tue, 03 May 2016 12:07:58 +0200 Roland Schatz Use CHECK instead of HAS_PENDING_EXCEPTION (JDK-8155735).
Mon, 02 May 2016 15:19:08 +0200 Roland Schatz Fix Symbol* leak (JDK-8155735).
Fri, 29 Apr 2016 14:49:30 +0200 Roland Schatz Use strings instead of Symbol* for exception names (JDK-8155735).
Fri, 25 Mar 2016 13:30:32 +0100 Roland Schatz Remove `desc` argument from JVMCIRuntime::throw_class_cast_exception.
Tue, 22 Mar 2016 15:55:59 +0100 Roland Schatz Create exception throwing routines for exceptions with complex messages.
Mon, 21 Mar 2016 13:52:18 +0100 Roland Schatz Use VM routines to print stack traces from C++ code.
Fri, 18 Mar 2016 10:51:08 +0100 Doug Simon re-add support for parsing jre/jvmci/*.properties files
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
Fri, 11 Sep 2015 16:41:50 +0200 Doug Simon removed author tags in comments
Wed, 09 Sep 2015 17:56:30 -0700 Tom Rodriguez Rename jvmciJavaAccess.* to jvmciJavaClasses.*
Wed, 09 Sep 2015 22:12:31 +0200 Doug Simon made CompilertoVM a final concrete class and removed CompilerToVMImpl (GRAAL-1255)
Wed, 09 Sep 2015 20:29:40 +0200 Doug Simon renamed TraceJVMCI option to JVMCITraceLevel and ensured all tracing controlled by this option uses the TRACE_jvmci_* macros
Wed, 09 Sep 2015 11:17:58 -0700 Tom Rodriguez Fix assertion failure in JVMCIRuntime::metadata_do
Tue, 08 Sep 2015 16:41:04 -0700 Tom Rodriguez Remove BufferBlob from JavaThread and allocate as needed during compilation
Mon, 07 Sep 2015 22:23:35 +0200 Doug Simon make processing of <jre>/lib/jvmci/*.properties file like other Java *.properties files in that the last definition of any propery "wins"
Mon, 07 Sep 2015 11:42:32 +0200 Doug Simon Backed out d113a94d4fdd except for removing use of os::read