nishjain [Mon, 30 May 2016 15:28:48 +0900] rev 38739
8158025: Typo in java.util.Locale
Reviewed-by: okutsu, peytoia
lana [Thu, 02 Jun 2016 20:33:35 +0000] rev 38738
Added tag jdk-9+121 for changeset 2435017e82ff
duke [Wed, 05 Jul 2017 21:47:36 +0200] rev 38737
Merge
amurillo [Mon, 06 Jun 2016 09:58:03 -0700] rev 38736
Merge
amurillo [Thu, 02 Jun 2016 14:58:50 -0700] rev 38735
Merge
goetz [Fri, 13 May 2016 15:20:06 +0200] rev 38734
8156922: [ppc] Implement template interpreter stack overflow checks as on x86/sparc.
Reviewed-by: dlong, dholmes, simonis, coleenp
hseigel [Wed, 01 Jun 2016 11:14:58 -0400] rev 38733
8156156: Add module specific NMT MemoryType
Summary: Change NMT tag for allocations for modules support to mtModule
Reviewed-by: coleenp, lfoltan, gtriantafill
hseigel [Wed, 01 Jun 2016 07:44:43 -0400] rev 38732
8158060: BasicLayerTest causes fatal error: Thread holding lock at safepoint that vm can block on: Module_lock
Summary: Move the exception throw outside of the block containing the lock
Reviewed-by: dholmes, kbarrett, lfoltan
ctornqvi [Tue, 31 May 2016 15:21:56 -0400] rev 38731
8158106: native/GTestWrapper.java gets SIGABR
Reviewed-by: lfoltan, gtriantafill
rehn [Tue, 31 May 2016 17:09:45 +0200] rev 38730
Merge
rehn [Tue, 31 May 2016 12:40:42 +0200] rev 38729
8158150: LogConfiguration::describe output can get truncated
Reviewed-by: dholmes, kbarrett
sjohanss [Fri, 27 May 2016 12:57:38 +0200] rev 38728
8157153: TestStressRSetCoarsening fails with OOM
Reviewed-by: mgerdin, dfazunen
dfazunen [Mon, 30 May 2016 19:56:27 +0400] rev 38727
8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC
Reviewed-by: iignatyev, kbarrett
mchernov [Fri, 27 May 2016 17:48:56 +0300] rev 38726
8157452: [TESTBUG] PLAB tests don't handle unexpected GC
Reviewed-by: dfazunen, tschatzl
asmotrak [Fri, 27 May 2016 19:43:58 +0000] rev 38725
Merge
asmotrak [Fri, 27 May 2016 09:25:49 -0700] rev 38724
8152207: Perform array bound checks while getting a length of bytecode instructions
Reviewed-by: hseigel
dsamersoff [Fri, 27 May 2016 17:56:49 +0000] rev 38723
Merge
dsamersoff [Fri, 27 May 2016 19:31:17 +0300] rev 38722
8152950: BasicLauncherTest.java fails due to type error
Summary: Better handle js engine initialization error
Reviewed-by: jbachorik
coleenp [Fri, 27 May 2016 16:39:49 +0000] rev 38721
Merge
coleenp [Fri, 27 May 2016 14:57:11 +0000] rev 38720
Merge
coleenp [Fri, 27 May 2016 10:52:39 -0400] rev 38719
8145148: InterfaceMethod CP entry pointing to a class should cause ICCE
Summary: pass tag in LinkInfo and check that resolved method type matches tag, fix tests.
Reviewed-by: sspitsyn, minqi
vlivanov [Fri, 27 May 2016 14:49:05 +0000] rev 38718
Merge
vlivanov [Fri, 27 May 2016 16:56:23 +0300] rev 38717
Merge
neliasso [Thu, 26 May 2016 14:17:50 +0200] rev 38716
8153352: Crash with assert(pd != 0L) failed: PcDesc must not be NULL
Summary: Simplify look_for_reserved_stack_annotated_method
Reviewed-by: kvn
neliasso [Thu, 26 May 2016 14:17:49 +0200] rev 38715
8157717: MultiCommand breaks directives amount limit
Summary: Increase directives amount for these tests
Reviewed-by: kvn, ppunegov
enevill [Wed, 25 May 2016 13:30:07 +0000] rev 38714
8157841: aarch64: prefetch ignores cache line size
Summary: fix prefetch to take account of cache line size
Reviewed-by: aph
Contributed-by: stuart.monteith@linaro.org, edward.nevill@linaro.org
enevill [Wed, 25 May 2016 15:05:26 +0000] rev 38713
8157834: aarch64: Hello World crashes with fastdebug build
Summary: Support LL, UL and LU encodings of StrIndexOf
Reviewed-by: aph
dpochepk [Wed, 25 May 2016 16:22:31 +0300] rev 38712
8156470: [JITtester] EOL on Windows
Reviewed-by: kvn
dpochepk [Wed, 25 May 2016 16:20:02 +0300] rev 38711
8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp
Reviewed-by: kvn
psandoz [Wed, 25 May 2016 10:46:21 +0200] rev 38710
8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage
Reviewed-by: kvn
iklam [Fri, 27 May 2016 05:49:24 -0700] rev 38709
8145247: incorrect comment in SystemDictionary::load_shared_class
Reviewed-by: jiangli, ccheung, gtriantafill
dholmes [Thu, 26 May 2016 20:43:13 -0400] rev 38708
8154589: assert(k != NULL) failed: preloaded klass not initialized
Reviewed-by: sspitsyn, hseigel
amurillo [Thu, 26 May 2016 14:24:50 -0700] rev 38707
Merge
dholmes [Wed, 25 May 2016 23:45:17 +0200] rev 38706
Merge
dholmes [Wed, 25 May 2016 16:23:15 -0400] rev 38705
8157175: GetNanoTimeAdjustment.java fails with excessive adjustment error
Reviewed-by: dcubed, gziemski
kbarrett [Wed, 25 May 2016 13:46:05 -0400] rev 38704
8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151
Summary: Avoid repeated verification.
Reviewed-by: jmasa, drwhite
gziemski [Tue, 24 May 2016 12:42:43 -0500] rev 38703
8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
Summary: Implement _lh_array_tag_type_value as const, not enum.
Reviewed-by: vlivanov, minqi
vlivanov [Tue, 24 May 2016 13:39:18 +0000] rev 38702
Merge
vlivanov [Tue, 24 May 2016 14:13:57 +0300] rev 38701
Merge
dpochepk [Mon, 23 May 2016 17:33:39 +0300] rev 38700
8157438: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before"
Reviewed-by: kvn
vdeshpande [Fri, 20 May 2016 14:17:55 -0700] rev 38699
8154473: Update for CompilerDirectives to control stub generation and intrinsics
Summary: Use -XX:DisableIntrinsic flag to control intrinsics usage in Interpreter.
Reviewed-by: twisti, neliasso, kvn, simonis
vlivanov [Fri, 20 May 2016 18:27:03 +0300] rev 38698
8154831: CastII/ConvI2L for a range check is prematurely eliminated
Reviewed-by: kvn, thartmann
vlivanov [Fri, 20 May 2016 18:05:09 +0300] rev 38697
Merge
neliasso [Thu, 19 May 2016 10:40:19 +0200] rev 38696
8155108: CompilerControl: tests incorrectly set states for excluded methods
Summary: Remove redundant code that was not properly updated
Reviewed-by: kvn
dnsimon [Wed, 18 May 2016 21:50:27 +0000] rev 38695
8156835: [JVMCI] clean up and minimize JVMCI
Reviewed-by: iveresov, kvn
tpivovarova [Wed, 18 May 2016 19:16:14 +0000] rev 38694
Merge
tpivovarova [Wed, 18 May 2016 20:19:23 +0300] rev 38693
8141149: [jittester] create Visitor for generating bytecode
8149463: [jittester] rarely generates tests with compile error
Reviewed-by: iignatyev, iveresov
Contributed-by: dmitrij.pochepko@oracle.com, igor.ignatyev@oracle.com, pavel.punegov@oracle.com, tatiana.pivovarova@oracle.com
rschatz [Wed, 18 May 2016 17:01:01 +0000] rev 38692
8156942: [JVMCI] replace LIRKind with abstract base class
Reviewed-by: iveresov
dpochepk [Mon, 16 May 2016 17:01:53 +0300] rev 38691
8152343: JVMCI test tasks: Unit tests for MetaAccessProvider
Reviewed-by: twisti
dpochepk [Mon, 16 May 2016 17:00:08 +0300] rev 38690
8152342: JVMCI test task: Unit tests for MethodHandleAccessProvider
Reviewed-by: kvn
dpochepk [Mon, 16 May 2016 16:58:02 +0300] rev 38689
8152341: JVMCI test task: Unit tests for MemoryAccessProvider
Reviewed-by: twisti
dpochepk [Mon, 16 May 2016 16:54:09 +0300] rev 38688
8139703: [TESTBUG] compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp
Reviewed-by: kvn
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