History log of /openjdk10/hotspot/src/share/vm/jvmci/jvmciRuntime.hpp
Revision Date Author Comments
# 13351:6ad02163b738 27-Jul-2017 coleenp

8183039: Re-examine methodHandle methods uninlined by 8144256
Summary: Add more const references so out-of-line methodHandle destructor and copy ctor called infrequently
Reviewed-by: hseigel, redestad


# 12895:49b13c8cb641 15-Feb-2017 coleenp

8169881: Remove implicit Handle conversions oop->Handle
Summary: Pass THREAD to Handle as argument instead of implicit Thread::current() call.
Reviewed-by: dholmes, sspitsyn


# 11722:9766576633d2 19-Jul-2016 dnsimon

8161274: [JVMCI] compiler/jvmci/events/JvmciNotifyInstallEventTest.java fails with NoClassDefFound
Reviewed-by: kvn, twisti


# 11682:ba0072c0f0b8 28-Jun-2016 never

8160121: [JVMCI] JvmciNotifyBootstrapFinishedEventTest.java failed NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
Reviewed-by: kvn


# 11444:7f42e988b083 02-Jun-2016 dnsimon

8158000: [JVMCI] remove unused ParseClosure class
Reviewed-by: kvn


# 11307:c9192107d675 11-May-2016 never

8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
Reviewed-by: twisti
Contributed-by: josef.eisl@jku.at


# 11299:f6085f9b9898 10-May-2016 dnsimon

8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
Reviewed-by: kvn, never


# 11175:ad3d36d1925e 03-May-2016 rschatz

8155735: use strings instead of Symbol* in JVMCI exception stubs
Reviewed-by: never, twisti


# 10542:52f98829e8b7 24-Mar-2016 rschatz

8152634: generalize exception throwing routines in JVMCIRuntime
Reviewed-by: twisti


# 10468:74522870dbde 10-Mar-2016 twisti

8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Reviewed-by: dnsimon, vlivanov


# 9826:6a85f279e4c7 05-Jan-2016 dnsimon

8146001: Remove support for command line options from JVMCI
Reviewed-by: twisti


# 9809:946f85344998 23-Dec-2015 twisti

8145435: [JVMCI] some tests on Windows fail with: assert(!thread->is_Java_thread()) failed: must not be java thread
Reviewed-by: never, dnsimon, dholmes, coleenp


# 9441:5bccb21c1b4e 06-Nov-2015 twisti

8139589: [JVMCI] throw exceptions in faulty code installation operations
Reviewed-by: twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>


# 9287:40bd4478a362 04-Nov-2015 twisti

8139170: JVMCI refresh
Reviewed-by: kvn


# 9111:a41fe5ffa839 08-Oct-2015 twisti

8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett