Dean Long
a854955d3e
8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
...
Reviewed-by: never, kvn
2019-04-25 13:35:34 -07:00
Vladimir Kozlov
72f082e925
8223332: Update JVMCI
...
Reviewed-by: never, dnsimon
2019-05-06 20:05:19 -07:00
Vladimir Kozlov
e9c523ae5f
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
...
Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
2019-05-01 12:31:29 -07:00
Dean Long
61f35bf898
8219403: JVMCIRuntime::adjust_comp_level should be replaced
...
Reviewed-by: kvn, dnsimon, never
2019-04-24 09:10:45 -07:00
Jesper Wilhelmsson
e664676423
8221341: Update Graal
...
Reviewed-by: kvn
2019-03-28 19:39:14 +01:00
Doug Simon
4512750fbe
8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects
...
Reviewed-by: kvn, never
2018-11-21 22:02:17 +01:00
Doug Simon
b0a9871463
8213347: [JVMCI] remove use of reflection in JVMCI
...
Reviewed-by: kvn
2018-11-07 09:39:39 +01:00
Tom Rodriguez
a429adfa2d
8213203: [JVMCI] adopt formatting changes from jvmci 8
...
Reviewed-by: kvn
2018-11-02 00:26:25 -07:00
Doug Simon
3d2f28b540
8212934: [JVMCI] do not propagate resolution error in HotSpotResolvedJavaFieldImpl.getType
...
Reviewed-by: kvn
2018-11-01 11:23:12 +01:00
Tom Rodriguez
ff4cf4f40b
8212956: [JVCMI] SpeculationReason should maintain identity
...
Reviewed-by: kvn
2018-10-25 19:00:46 -07:00
Doug Simon
272eb6824b
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
...
Reviewed-by: never, iveresov
2018-10-23 18:49:32 +02:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Gilles Duboscq
44a83147db
8209136: [JVMCI] Make sure volatile fields are read as volatile during constant reflection
...
Reviewed-by: kvn
2018-08-17 12:19:52 +02:00
Dean Long
6724b59873
8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
...
Reviewed-by: dnsimon, kvn
2018-09-10 16:33:05 -07:00
Mikael Vidstedt
83d8bf86a6
8209915: Fix license headers
...
Reviewed-by: kvn, pliden
2018-08-24 13:23:39 -07:00
Lois Foltan
75ed173e15
8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
...
Clean up VM anonymous class terminology.
Reviewed-by: coleenp, dholmes, mchung
2018-08-20 08:25:57 -04:00
Doug Simon
e39c7c3c93
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
...
Reviewed-by: kvn, iveresov
2018-08-16 09:46:09 +02:00
Tom Rodriguez
6fc0ec871a
8205824: Update Graal
...
Reviewed-by: iveresov, kvn
2018-06-27 17:02:41 -07:00
Daniel Stewart
0dbf179502
8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
...
AArch64 VM_Version::features and flags are correspondingly set in CPUFeature and Flags
Reviewed-by: kvn, fyang
2018-03-30 13:39:43 -04:00
Daniel Stewart
0dfb24c2c9
8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
...
Added enums to CPUFeature to be in sync with VM_Version::Feature_Flag
Reviewed-by: kvn, aph, shade
2018-03-29 16:07:39 -04:00
Dean Long
91649ef44b
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
...
Reviewed-by: kvn
2018-03-20 10:23:14 -07:00
Gilles Duboscq
597c6ac736
8194490: [JVMCI] Move iterateFrames
to C++
...
Reviewed-by: kvn, never, dnsimon
2018-03-07 19:32:54 -08:00
Doug Simon
da93b76ec8
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
...
Reviewed-by: kvn
2018-03-06 16:02:04 -08:00
Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00
Lana Steuck
aad1a3592c
Merge
2018-01-16 22:24:20 +00:00
Tobias Hartmann
15ef7c04a2
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
...
Graal does not respect ObjectAlignmentInBytes VM option.
Reviewed-by: kvn
2018-01-10 09:04:11 +01:00
Doug Simon
77eb30dae3
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
...
Reviewed-by: never, dlong
2017-12-22 18:34:36 +01:00
Christian Haeubl
30267af75a
8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode()
...
Reviewed-by: kvn
2017-11-15 13:46:21 +01:00
Doug Simon
f37bbe430d
8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values
...
Reviewed-by: never, kvn, kbarrett
2017-11-06 12:53:55 +01:00
Doug Simon
67b21ffa1d
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
...
Reviewed-by: kvn, thartmann
2017-11-06 12:17:59 +01:00
Doug Simon
8ce6d0239a
8177397: [JVMCI] remove unnecessary synchronization
...
Reviewed-by: thartmann, kvn
2017-11-05 22:27:57 +01:00
Jamsheed Mohammed C M
55541e80b5
8185989: overview.html files should be deleted?
...
Jdk.vm.ci.code/overview.html jdk.vm.ci.meta/overview.html deleted
Reviewed-by: kvn, thartmann
2017-10-26 22:18:15 -07:00
Igor Veresov
548d5d4d9d
8166750: C1 profiling handles statically bindable call sites differently than the interpreter
...
Optimize profiling of statically binable call sites. Add monomorphic profile fixup to JVMCI MDO API.
Reviewed-by: dnsimon, kvn
2017-10-25 16:30:31 -07:00
Dean Long
e7270b8965
8132547: [AOT] support invokedynamic instructions
...
Reviewed-by: iveresov, kvn
2017-10-19 19:23:48 -07:00
Coleen Phillimore
73a801bc43
8186777: Make Klass::_java_mirror an OopHandle
...
Add indirection for fetching mirror so that GC doesn't have to follow CLD::_klasses
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Reviewed-by: hseigel, thartmann, eosterlund, stefank
2017-10-03 16:42:04 -04:00
Patric Hedlin
d801fa5d9d
8182279: Updating SPARC feature/capability detection to support Core C5
...
Renamed Core Sx to Core Cx (C3, C4, C5, according to name change).
Reviewed-by: kvn, dholmes
2017-09-29 10:41:36 +02:00
Jaroslav Tulach
d72e093a74
8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean
...
Reviewed-by: dnsimon, kvn, alanb, mchung, dfuchs
2017-09-28 13:52:15 -07:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00