twisti [Fri, 13 May 2016 21:26:06 +0000] rev 38687
Merge
twisti [Wed, 11 May 2016 10:23:59 -1000] rev 38686
8156159: replace CompilerToVM.readUncompressedOop with Unsafe.getUncompressedObject
Reviewed-by: kvn
mdoerr [Fri, 13 May 2016 22:21:54 +0300] rev 38685
8141635: Implement VarHandles/Unsafe intrinsics on POWER
Reviewed-by: shade, kvn, simonis
thartmann [Fri, 13 May 2016 06:36:52 +0000] rev 38684
Merge
thartmann [Fri, 13 May 2016 08:32:20 +0200] rev 38683
8155608: String intrinsic range checks are not strict enough
Summary: Range checks in inflate, compress and getChars are not strict enough.
Reviewed-by: kvn, twisti, jrose
rschatz [Fri, 13 May 2016 01:06:46 +0000] rev 38682
8156552: [JVMCI] remove final and stable field handling from ConstantReflectionProvider
Reviewed-by: kvn, twisti
never [Thu, 12 May 2016 22:06:55 +0000] rev 38681
8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Reviewed-by: twisti
rschatz [Thu, 12 May 2016 18:11:14 +0000] rev 38680
Merge
rschatz [Wed, 11 May 2016 13:27:56 +0200] rev 38679
8156741: [JVMCI] remove LocationIdentity interface
Reviewed-by: kvn, iveresov
rschatz [Thu, 12 May 2016 12:59:35 +0200] rev 38678
8156768: [JVMCI] remove support for patching Symbol pointers
Reviewed-by: iveresov
shade [Thu, 12 May 2016 12:46:07 +0300] rev 38677
8153792: EA: assert(ptn->as_LocalVar()->edge_count() > 0) failed: sanity when compiling compareAndExchange
Reviewed-by: kvn, psandoz
thartmann [Thu, 12 May 2016 08:25:42 +0200] rev 38676
8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
Summary: We should not assume that a CloneBasic arraycopy sets array initialization to complete.
Reviewed-by: kvn, roland
thartmann [Thu, 12 May 2016 08:23:25 +0200] rev 38675
8155643: Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks
Summary: We should not emit a subtype check for CloneOop arraycopy.
Reviewed-by: kvn
never [Thu, 12 May 2016 04:17:00 +0000] rev 38674
8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
Reviewed-by: twisti
Contributed-by: josef.eisl@jku.at
never [Wed, 11 May 2016 17:43:23 -0700] rev 38673
8137296: [JVMCI] Enable sharing of debug info by default in all configurations
Reviewed-by: kvn, twisti
twisti [Wed, 11 May 2016 20:27:17 +0000] rev 38672
Merge
rschatz [Wed, 04 May 2016 12:06:51 +0200] rev 38671
8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public
Reviewed-by: twisti
never [Wed, 11 May 2016 18:32:38 +0000] rev 38670
Merge
never [Wed, 11 May 2016 09:44:39 -0700] rev 38669
8156775: IGV: StringUtils is absent
Reviewed-by: kvn
dnsimon [Wed, 11 May 2016 16:40:04 +0000] rev 38668
8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style
Reviewed-by: twisti, never
psandoz [Wed, 11 May 2016 09:13:49 +0200] rev 38667
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
Reviewed-by: twisti
dnsimon [Tue, 10 May 2016 11:48:06 +0200] rev 38666
8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
Reviewed-by: kvn, never
never [Tue, 10 May 2016 23:08:42 +0000] rev 38665
Merge
never [Tue, 10 May 2016 21:55:27 +0000] rev 38664
Merge
dnsimon [Tue, 10 May 2016 08:52:43 -0700] rev 38663
8155023: jdk.vm.ci needs to securely export services
Reviewed-by: twisti, kvn, alanb
vlivanov [Tue, 10 May 2016 21:45:32 +0000] rev 38662
Merge
vlivanov [Wed, 11 May 2016 00:38:58 +0300] rev 38661
Merge
rschatz [Tue, 10 May 2016 11:18:40 +0200] rev 38660
8156211: [JVMCI] ResolvedJava* interfaces should extend AnnotatedElement
Reviewed-by: twisti
Contributed-by: Vojin Jovanovic <vojin.jovanovic@oracle.com>
rschatz [Tue, 10 May 2016 12:18:22 +0200] rev 38659
8155719: remove TrustedInterface from JVMCI
Reviewed-by: twisti
goetz [Tue, 03 May 2016 12:23:06 +0200] rev 38658
8140594: Various minor code improvements (compiler)
Summary: Various minor code improvements (compiler)
Reviewed-by: thartmann, kvn
jcm [Mon, 09 May 2016 23:49:22 -0700] rev 38657
8144856: fix assert in CompiledStaticCall::set_to_interpreted
Summary: trivial cleanup in assert code.
Reviewed-by: kvn, goetz, thartmann
jcm [Tue, 10 May 2016 00:17:46 -0700] rev 38656
8150016: small typo in ciReplay code
Summary: changed atol to atoi
Reviewed-by: kvn