History log of /openjdk10/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.hpp
Revision Date Author Comments
# 12913:5e9d9c1b9907 23-Feb-2017 bobv

Merge


# 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


# 12530:b12bf3e848db 10-Jan-2017 iveresov

8172310: [AOT] Fix unverified entry point
Summary: Fix AOT code for the unverified entry point
Reviewed-by: kvn


# 12511:b20c6bf7938a 03-Jan-2017 rbackman

8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large
Reviewed-by: kvn, redestad


# 12424:950181a0bb03 20-Dec-2016 dlong

8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
Summary: set "return_oop" on AOT scopes
Reviewed-by: kvn, never


# 12408:777aaa19c4b1 11-Dec-2016 kvn

8171008: Integrate AOT compiler into JDK
Reviewed-by: erikj, mchung, psandoz, coleenp, iklam, stefank, simonis
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>, Christian Thalinger <cthalinger@twitter.com>, Dean Long <dean.long@oracle.com>, Dmitrij Pochepko <dmitrij.pochepko@oracle.com>, Dmitry Chuyko <dmitry.chuyko@oracle.com>, Doug Simon <doug.simon@oracle.com>, Eric Caspole <eric.caspole@oracle.com>, Igor Ignatyev <igor.ignatyev@oracle.com>, Igor Veresov <igor.veresov@oracle.com>, John Rose <john.r.rose@oracle.com>, Morris Meyer <morris.meyer@oracle.com>, Niclas Adlertz <niclas.adlertz@oracle.com>, Rickard Backman <rickard.backman@oracle.com>


# 12150:a77e80a0a77f 29-Sep-2016 never

8166869: [JVMCI] record metadata relocations for metadata references
Reviewed-by: kvn


# 10542:52f98829e8b7 24-Mar-2016 rschatz

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


# 10225:e8d72190f6ba 11-Feb-2016 twisti

8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
Reviewed-by: kvn


# 10084:9fdc8f5bd110 02-Feb-2016 rschatz

8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
Reviewed-by: twisti


# 10037:45fcfb564741 20-Jan-2016 rschatz

8147599: [JVMCI] simplify code installation interface
Reviewed-by: twisti


# 9789:abbdb25d068c 14-Dec-2015 twisti

8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett


# 9614:0895419dd5e8 30-Nov-2015 dnsimon

8143730: [JVMCI] infopoint recording is too restrictive
Reviewed-by: twisti


# 9453:4dff71612c99 10-Nov-2015 twisti

8142329: [JVMCI] pass Handle by value
Reviewed-by: coleenp, twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>


# 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