Fri, 13 May 2016 15:20:06 +0200 8156922: [ppc] Implement template interpreter stack overflow checks as on x86/sparc.
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
Wed, 01 Jun 2016 11:14:58 -0400 8156156: Add module specific NMT MemoryType
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
Wed, 01 Jun 2016 07:44:43 -0400 8158060: BasicLayerTest causes fatal error: Thread holding lock at safepoint that vm can block on: Module_lock
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
Tue, 31 May 2016 15:21:56 -0400 8158106: native/GTestWrapper.java gets SIGABR
ctornqvi [Tue, 31 May 2016 15:21:56 -0400] rev 38731
8158106: native/GTestWrapper.java gets SIGABR Reviewed-by: lfoltan, gtriantafill
Tue, 31 May 2016 17:09:45 +0200 Merge
rehn [Tue, 31 May 2016 17:09:45 +0200] rev 38730
Merge
Tue, 31 May 2016 12:40:42 +0200 8158150: LogConfiguration::describe output can get truncated
rehn [Tue, 31 May 2016 12:40:42 +0200] rev 38729
8158150: LogConfiguration::describe output can get truncated Reviewed-by: dholmes, kbarrett
Fri, 27 May 2016 12:57:38 +0200 8157153: TestStressRSetCoarsening fails with OOM
sjohanss [Fri, 27 May 2016 12:57:38 +0200] rev 38728
8157153: TestStressRSetCoarsening fails with OOM Reviewed-by: mgerdin, dfazunen
Mon, 30 May 2016 19:56:27 +0400 8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC
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
Fri, 27 May 2016 17:48:56 +0300 8157452: [TESTBUG] PLAB tests don't handle unexpected GC
mchernov [Fri, 27 May 2016 17:48:56 +0300] rev 38726
8157452: [TESTBUG] PLAB tests don't handle unexpected GC Reviewed-by: dfazunen, tschatzl
Fri, 27 May 2016 19:43:58 +0000 Merge
asmotrak [Fri, 27 May 2016 19:43:58 +0000] rev 38725
Merge
Fri, 27 May 2016 09:25:49 -0700 8152207: Perform array bound checks while getting a length of bytecode instructions
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
Fri, 27 May 2016 17:56:49 +0000 Merge
dsamersoff [Fri, 27 May 2016 17:56:49 +0000] rev 38723
Merge
Fri, 27 May 2016 19:31:17 +0300 8152950: BasicLauncherTest.java fails due to type error
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
Fri, 27 May 2016 16:39:49 +0000 Merge
coleenp [Fri, 27 May 2016 16:39:49 +0000] rev 38721
Merge
Fri, 27 May 2016 14:57:11 +0000 Merge
coleenp [Fri, 27 May 2016 14:57:11 +0000] rev 38720
Merge
Fri, 27 May 2016 10:52:39 -0400 8145148: InterfaceMethod CP entry pointing to a class should cause ICCE
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
Fri, 27 May 2016 14:49:05 +0000 Merge
vlivanov [Fri, 27 May 2016 14:49:05 +0000] rev 38718
Merge
Fri, 27 May 2016 16:56:23 +0300 Merge
vlivanov [Fri, 27 May 2016 16:56:23 +0300] rev 38717
Merge
Thu, 26 May 2016 14:17:50 +0200 8153352: Crash with assert(pd != 0L) failed: PcDesc must not be NULL
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
Thu, 26 May 2016 14:17:49 +0200 8157717: MultiCommand breaks directives amount limit
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
Wed, 25 May 2016 13:30:07 +0000 8157841: aarch64: prefetch ignores cache line size
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
Wed, 25 May 2016 15:05:26 +0000 8157834: aarch64: Hello World crashes with fastdebug build
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
Wed, 25 May 2016 16:22:31 +0300 8156470: [JITtester] EOL on Windows
dpochepk [Wed, 25 May 2016 16:22:31 +0300] rev 38712
8156470: [JITtester] EOL on Windows Reviewed-by: kvn
Wed, 25 May 2016 16:20:02 +0300 8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp
dpochepk [Wed, 25 May 2016 16:20:02 +0300] rev 38711
8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp Reviewed-by: kvn
Wed, 25 May 2016 10:46:21 +0200 8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage
psandoz [Wed, 25 May 2016 10:46:21 +0200] rev 38710
8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage Reviewed-by: kvn
Fri, 27 May 2016 05:49:24 -0700 8145247: incorrect comment in SystemDictionary::load_shared_class
iklam [Fri, 27 May 2016 05:49:24 -0700] rev 38709
8145247: incorrect comment in SystemDictionary::load_shared_class Reviewed-by: jiangli, ccheung, gtriantafill
Thu, 26 May 2016 20:43:13 -0400 8154589: assert(k != NULL) failed: preloaded klass not initialized
dholmes [Thu, 26 May 2016 20:43:13 -0400] rev 38708
8154589: assert(k != NULL) failed: preloaded klass not initialized Reviewed-by: sspitsyn, hseigel
Thu, 26 May 2016 14:24:50 -0700 Merge
amurillo [Thu, 26 May 2016 14:24:50 -0700] rev 38707
Merge
Wed, 25 May 2016 23:45:17 +0200 Merge
dholmes [Wed, 25 May 2016 23:45:17 +0200] rev 38706
Merge
Wed, 25 May 2016 16:23:15 -0400 8157175: GetNanoTimeAdjustment.java fails with excessive adjustment error
dholmes [Wed, 25 May 2016 16:23:15 -0400] rev 38705
8157175: GetNanoTimeAdjustment.java fails with excessive adjustment error Reviewed-by: dcubed, gziemski
Wed, 25 May 2016 13:46:05 -0400 8156548: gc/gctests/StringInternSyncWithGC2 fails with Test level exit status: 151
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
Tue, 24 May 2016 12:42:43 -0500 8152856: Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
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
Tue, 24 May 2016 13:39:18 +0000 Merge
vlivanov [Tue, 24 May 2016 13:39:18 +0000] rev 38702
Merge
Tue, 24 May 2016 14:13:57 +0300 Merge
vlivanov [Tue, 24 May 2016 14:13:57 +0300] rev 38701
Merge
Mon, 23 May 2016 17:33:39 +0300 8157438: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before"
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
Fri, 20 May 2016 14:17:55 -0700 8154473: Update for CompilerDirectives to control stub generation and intrinsics
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
Fri, 20 May 2016 18:27:03 +0300 8154831: CastII/ConvI2L for a range check is prematurely eliminated
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
Fri, 20 May 2016 18:05:09 +0300 Merge
vlivanov [Fri, 20 May 2016 18:05:09 +0300] rev 38697
Merge
Thu, 19 May 2016 10:40:19 +0200 8155108: CompilerControl: tests incorrectly set states for excluded methods
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
Wed, 18 May 2016 21:50:27 +0000 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon [Wed, 18 May 2016 21:50:27 +0000] rev 38695
8156835: [JVMCI] clean up and minimize JVMCI Reviewed-by: iveresov, kvn
Wed, 18 May 2016 19:16:14 +0000 Merge
tpivovarova [Wed, 18 May 2016 19:16:14 +0000] rev 38694
Merge
Wed, 18 May 2016 20:19:23 +0300 8141149: [jittester] create Visitor for generating bytecode
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
Wed, 18 May 2016 17:01:01 +0000 8156942: [JVMCI] replace LIRKind with abstract base class
rschatz [Wed, 18 May 2016 17:01:01 +0000] rev 38692
8156942: [JVMCI] replace LIRKind with abstract base class Reviewed-by: iveresov
Mon, 16 May 2016 17:01:53 +0300 8152343: JVMCI test tasks: Unit tests for MetaAccessProvider
dpochepk [Mon, 16 May 2016 17:01:53 +0300] rev 38691
8152343: JVMCI test tasks: Unit tests for MetaAccessProvider Reviewed-by: twisti
Mon, 16 May 2016 17:00:08 +0300 8152342: JVMCI test task: Unit tests for MethodHandleAccessProvider
dpochepk [Mon, 16 May 2016 17:00:08 +0300] rev 38690
8152342: JVMCI test task: Unit tests for MethodHandleAccessProvider Reviewed-by: kvn
Mon, 16 May 2016 16:58:02 +0300 8152341: JVMCI test task: Unit tests for MemoryAccessProvider
dpochepk [Mon, 16 May 2016 16:58:02 +0300] rev 38689
8152341: JVMCI test task: Unit tests for MemoryAccessProvider Reviewed-by: twisti
Mon, 16 May 2016 16:54:09 +0300 8139703: [TESTBUG] compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp
dpochepk [Mon, 16 May 2016 16:54:09 +0300] rev 38688
8139703: [TESTBUG] compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp Reviewed-by: kvn
Fri, 13 May 2016 21:26:06 +0000 Merge
twisti [Fri, 13 May 2016 21:26:06 +0000] rev 38687
Merge
Wed, 11 May 2016 10:23:59 -1000 8156159: replace CompilerToVM.readUncompressedOop with Unsafe.getUncompressedObject
twisti [Wed, 11 May 2016 10:23:59 -1000] rev 38686
8156159: replace CompilerToVM.readUncompressedOop with Unsafe.getUncompressedObject Reviewed-by: kvn
Fri, 13 May 2016 22:21:54 +0300 8141635: Implement VarHandles/Unsafe intrinsics on POWER
mdoerr [Fri, 13 May 2016 22:21:54 +0300] rev 38685
8141635: Implement VarHandles/Unsafe intrinsics on POWER Reviewed-by: shade, kvn, simonis
Fri, 13 May 2016 06:36:52 +0000 Merge
thartmann [Fri, 13 May 2016 06:36:52 +0000] rev 38684
Merge
Fri, 13 May 2016 08:32:20 +0200 8155608: String intrinsic range checks are not strict enough
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
Fri, 13 May 2016 01:06:46 +0000 8156552: [JVMCI] remove final and stable field handling from ConstantReflectionProvider
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
Thu, 12 May 2016 22:06:55 +0000 8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype
never [Thu, 12 May 2016 22:06:55 +0000] rev 38681
8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype Reviewed-by: twisti
Thu, 12 May 2016 18:11:14 +0000 Merge
rschatz [Thu, 12 May 2016 18:11:14 +0000] rev 38680
Merge
Wed, 11 May 2016 13:27:56 +0200 8156741: [JVMCI] remove LocationIdentity interface
rschatz [Wed, 11 May 2016 13:27:56 +0200] rev 38679
8156741: [JVMCI] remove LocationIdentity interface Reviewed-by: kvn, iveresov
Thu, 12 May 2016 12:59:35 +0200 8156768: [JVMCI] remove support for patching Symbol pointers
rschatz [Thu, 12 May 2016 12:59:35 +0200] rev 38678
8156768: [JVMCI] remove support for patching Symbol pointers Reviewed-by: iveresov
Thu, 12 May 2016 12:46:07 +0300 8153792: EA: assert(ptn->as_LocalVar()->edge_count() > 0) failed: sanity when compiling compareAndExchange
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
Thu, 12 May 2016 08:25:42 +0200 8155241: Crash with assert in Xcomp mode and with disabled ReduceBulkZeroing
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
Thu, 12 May 2016 08:23:25 +0200 8155643: Java crash with assert in Xcomp mode and disabled ReduceInitialCardMarks
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
Thu, 12 May 2016 04:17:00 +0000 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
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
Wed, 11 May 2016 17:43:23 -0700 8137296: [JVMCI] Enable sharing of debug info by default in all configurations
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
Wed, 11 May 2016 20:27:17 +0000 Merge
twisti [Wed, 11 May 2016 20:27:17 +0000] rev 38672
Merge
Wed, 04 May 2016 12:06:51 +0200 8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public
rschatz [Wed, 04 May 2016 12:06:51 +0200] rev 38671
8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public Reviewed-by: twisti
Wed, 11 May 2016 18:32:38 +0000 Merge
never [Wed, 11 May 2016 18:32:38 +0000] rev 38670
Merge
Wed, 11 May 2016 09:44:39 -0700 8156775: IGV: StringUtils is absent
never [Wed, 11 May 2016 09:44:39 -0700] rev 38669
8156775: IGV: StringUtils is absent Reviewed-by: kvn
Wed, 11 May 2016 16:40:04 +0000 8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style
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
Wed, 11 May 2016 09:13:49 +0200 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
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
Tue, 10 May 2016 11:48:06 +0200 8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
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
Tue, 10 May 2016 23:08:42 +0000 Merge
never [Tue, 10 May 2016 23:08:42 +0000] rev 38665
Merge
Tue, 10 May 2016 21:55:27 +0000 Merge
never [Tue, 10 May 2016 21:55:27 +0000] rev 38664
Merge
Tue, 10 May 2016 08:52:43 -0700 8155023: jdk.vm.ci needs to securely export services
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
Tue, 10 May 2016 21:45:32 +0000 Merge
vlivanov [Tue, 10 May 2016 21:45:32 +0000] rev 38662
Merge
Wed, 11 May 2016 00:38:58 +0300 Merge
vlivanov [Wed, 11 May 2016 00:38:58 +0300] rev 38661
Merge
Tue, 10 May 2016 11:18:40 +0200 8156211: [JVMCI] ResolvedJava* interfaces should extend AnnotatedElement
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>
Tue, 10 May 2016 12:18:22 +0200 8155719: remove TrustedInterface from JVMCI
rschatz [Tue, 10 May 2016 12:18:22 +0200] rev 38659
8155719: remove TrustedInterface from JVMCI Reviewed-by: twisti
Tue, 03 May 2016 12:23:06 +0200 8140594: Various minor code improvements (compiler)
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
Mon, 09 May 2016 23:49:22 -0700 8144856: fix assert in CompiledStaticCall::set_to_interpreted
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
Tue, 10 May 2016 00:17:46 -0700 8150016: small typo in ciReplay code
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
Tue, 24 May 2016 12:00:15 +0000 Merge
dsamersoff [Tue, 24 May 2016 12:00:15 +0000] rev 38655
Merge
Tue, 24 May 2016 10:03:07 +0000 Merge
dsamersoff [Tue, 24 May 2016 10:03:07 +0000] rev 38654
Merge
Tue, 24 May 2016 12:56:41 +0300 8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe
dsamersoff [Tue, 24 May 2016 12:56:41 +0300] rev 38653
8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe Summary: Added missed exports Reviewed-by: sspitsyn
Tue, 24 May 2016 10:05:03 +0200 8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value
sjohanss [Tue, 24 May 2016 10:05:03 +0200] rev 38652
8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value Reviewed-by: jmasa, sangheki, drwhite
Tue, 24 May 2016 09:07:22 +0200 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo [Tue, 24 May 2016 09:07:22 +0200] rev 38651
8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching Summary: Create the reserved area only in C2-enabled builds. Reviewed-by: kvn, thartmann
Thu, 02 Jun 2016 21:14:51 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:51 +0000] rev 38650
Merge
Tue, 31 May 2016 09:41:15 -0700 Merge
amurillo [Tue, 31 May 2016 09:41:15 -0700] rev 38649
Merge
Thu, 26 May 2016 14:17:03 -0700 Merge
amurillo [Thu, 26 May 2016 14:17:03 -0700] rev 38648
Merge
Mon, 23 May 2016 09:57:17 +0200 8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string
rehn [Mon, 23 May 2016 09:57:17 +0200] rev 38647
8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string Reviewed-by: dholmes, jiangli
Mon, 23 May 2016 08:02:04 +0200 8153723: Change the default logging output for errors and warnings from stderr to stdout
rehn [Mon, 23 May 2016 08:02:04 +0200] rev 38646
8153723: Change the default logging output for errors and warnings from stderr to stdout Reviewed-by: mlarsson, sla
Fri, 20 May 2016 11:30:51 -0700 Merge
amurillo [Fri, 20 May 2016 11:30:51 -0700] rev 38645
Merge
Fri, 20 May 2016 16:39:40 +0000 Merge
ctornqvi [Fri, 20 May 2016 16:39:40 +0000] rev 38644
Merge
Fri, 20 May 2016 14:57:18 +0000 Merge
ctornqvi [Fri, 20 May 2016 14:57:18 +0000] rev 38643
Merge
Thu, 19 May 2016 11:39:53 -0400 Merge
ctornqvi [Thu, 19 May 2016 11:39:53 -0400] rev 38642
Merge
Thu, 12 May 2016 14:29:02 +0300 8156777: [TESTBUG] test/testlibrary_tests/SimpleClassFileLoadHookTest.java requires non minimal VM
lmesnik [Thu, 12 May 2016 14:29:02 +0300] rev 38641
8156777: [TESTBUG] test/testlibrary_tests/SimpleClassFileLoadHookTest.java requires non minimal VM Reviewed-by: mseledtsov, ctornqvi, gtriantafill
Tue, 17 May 2016 15:44:20 -0400 8151805: fatal error: heap walk aborted with error 1
ctornqvi [Tue, 17 May 2016 15:44:20 -0400] rev 38640
8151805: fatal error: heap walk aborted with error 1 Reviewed-by: gtriantafill, dcubed
Fri, 20 May 2016 14:53:13 +0300 8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException
mchernov [Fri, 20 May 2016 14:53:13 +0300] rev 38639
8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException Reviewed-by: jprovino, dfazunen, jmasa, drwhite
Fri, 20 May 2016 01:47:32 -0400 8149901: [Solaris] Use of -XX:+UseThreadPriorities crashes fastdebug
dholmes [Fri, 20 May 2016 01:47:32 -0400] rev 38638
8149901: [Solaris] Use of -XX:+UseThreadPriorities crashes fastdebug Reviewed-by: gziemski, sspitsyn
Thu, 19 May 2016 10:48:28 -0400 8153582: Logging of ConcGCThreads is done too early
jprovino [Thu, 19 May 2016 10:48:28 -0400] rev 38637
8153582: Logging of ConcGCThreads is done too early Summary: ConcGCThreads is logged as 0 because it hasn't been initialized yet. Reviewed-by: tschatzl, dfazunen
Thu, 19 May 2016 11:43:21 +0200 8157325: gtest tests are not excluded for minimal builds
ehelin [Thu, 19 May 2016 11:43:21 +0200] rev 38636
8157325: gtest tests are not excluded for minimal builds Reviewed-by: erikj, jwilhelm Contributed-by: erik.joelsson@oracle.com
Wed, 18 May 2016 11:06:00 +0200 8135322: ConstantPool::release_C_heap_structures not run in some circumstances
aeriksso [Wed, 18 May 2016 11:06:00 +0200] rev 38635
8135322: ConstantPool::release_C_heap_structures not run in some circumstances Reviewed-by: coleenp, sspitsyn
Wed, 18 May 2016 16:28:42 +0200 8157090: SharedArchiveFile/SpaceUtilizationCheck.java fails as space utilization is below 30 percent
redestad [Wed, 18 May 2016 16:28:42 +0200] rev 38634
8157090: SharedArchiveFile/SpaceUtilizationCheck.java fails as space utilization is below 30 percent Reviewed-by: iklam, mseledtsov
Mon, 30 May 2016 16:25:38 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:25:38 +0200] rev 38633
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:33 +0000 Added tag jdk-9+121 for changeset 513b90c8a326
lana [Thu, 02 Jun 2016 20:33:33 +0000] rev 38632
Added tag jdk-9+121 for changeset 513b90c8a326
Mon, 06 Jun 2016 09:58:03 -0700 Merge
amurillo [Mon, 06 Jun 2016 09:58:03 -0700] rev 38631
Merge
Thu, 02 Jun 2016 14:58:48 -0700 Merge
amurillo [Thu, 02 Jun 2016 14:58:48 -0700] rev 38630
Merge
Mon, 30 May 2016 19:39:09 +0400 8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC
dfazunen [Mon, 30 May 2016 19:39:09 +0400] rev 38629
8154096: Extend WhiteBox API with methods which retrieve from VM information about available GC Reviewed-by: kbarrett, iignatyev
Fri, 03 Jun 2016 16:30:27 +0200 8158540: Open only linux-x86 builds using Jib fails when building "minimal" jvm
erikj [Fri, 03 Jun 2016 16:30:27 +0200] rev 38628
8158540: Open only linux-x86 builds using Jib fails when building "minimal" jvm Reviewed-by: dholmes
Thu, 02 Jun 2016 21:14:26 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:26 +0000] rev 38627
Merge
Tue, 31 May 2016 13:41:31 -0400 8154189: Deprivilege java.sql and java.sql.rowset module
lancea [Tue, 31 May 2016 13:41:31 -0400] rev 38626
8154189: Deprivilege java.sql and java.sql.rowset module Reviewed-by: alanb, mchung
Mon, 30 May 2016 16:17:11 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:17:11 +0200] rev 38625
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:32 +0000 Added tag jdk-9+121 for changeset 3bad4c36820b
lana [Thu, 02 Jun 2016 20:33:32 +0000] rev 38624
Added tag jdk-9+121 for changeset 3bad4c36820b
Wed, 05 Jul 2017 21:46:50 +0200 Added tag jdk-9+121 for changeset 18e5cdecb37a
duke [Wed, 05 Jul 2017 21:46:50 +0200] rev 38623
Added tag jdk-9+121 for changeset 18e5cdecb37a
Wed, 05 Jul 2017 21:46:49 +0200 Merge jdk-9+121
duke [Wed, 05 Jul 2017 21:46:49 +0200] rev 38622
Merge
Wed, 05 Jul 2017 21:46:43 +0200 Merge
duke [Wed, 05 Jul 2017 21:46:43 +0200] rev 38621
Merge
Sun, 29 May 2016 23:46:49 +0900 8141415: JShell: wrap erroneous with one-liner comment-outed imports
shinyafox [Sun, 29 May 2016 23:46:49 +0900] rev 38620
8141415: JShell: wrap erroneous with one-liner comment-outed imports Reviewed-by: rfield
Fri, 27 May 2016 19:45:57 -0400 8152785: Remove javac -XDnoModules
vromero [Fri, 27 May 2016 19:45:57 -0400] rev 38619
8152785: Remove javac -XDnoModules Reviewed-by: jjg
Fri, 27 May 2016 14:45:20 -0700 8139872: JShell tests: EditorPadTest failing on headless
rfield [Fri, 27 May 2016 14:45:20 -0700] rev 38618
8139872: JShell tests: EditorPadTest failing on headless Reviewed-by: vromero
Fri, 27 May 2016 13:06:58 -0700 8157606: deprecate com.sun.javadoc API
jjg [Fri, 27 May 2016 13:06:58 -0700] rev 38617
8157606: deprecate com.sun.javadoc API Reviewed-by: ksrini
Fri, 27 May 2016 12:37:18 -0700 8049896: Clean up (Basic)JavacTask.getTypeMirror
jjg [Fri, 27 May 2016 12:37:18 -0700] rev 38616
8049896: Clean up (Basic)JavacTask.getTypeMirror Reviewed-by: vromero
Fri, 27 May 2016 10:37:46 -0700 8157261: jshell tool: truncation for expressions is not consistent
rfield [Fri, 27 May 2016 10:37:46 -0700] rev 38615
8157261: jshell tool: truncation for expressions is not consistent Reviewed-by: vromero
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip