Mon, 27 Aug 2018 12:33:03 +0100 8209987: Minor cleanup in Level.java
dfuchs [Mon, 27 Aug 2018 12:33:03 +0100] rev 51532
8209987: Minor cleanup in Level.java Reviewed-by: dfuchs Contributed-by: Bernd Eckenfels <ecki@zusammenkunft.net>
Mon, 27 Aug 2018 10:25:13 +0530 8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode
jgeorge [Mon, 27 Aug 2018 10:25:13 +0530] rev 51531
8204308: SA: serviceability/sa/TestInstanceKlassSize*.java fails when running in CDS mode Summary: Use longs instead of ints while computing the identity hash of klass symbols Reviewed-by: coleenp, lfoltan
Sat, 25 Aug 2018 11:10:21 -0400 8209821: Make JVMTI GetClassLoaderClasses not walk CLDG
coleenp [Sat, 25 Aug 2018 11:10:21 -0400] rev 51530
8209821: Make JVMTI GetClassLoaderClasses not walk CLDG Summary: And also added function with KlassClosure to remove the hacks. Reviewed-by: lfoltan, sspitsyn
Sat, 25 Aug 2018 14:23:21 +0200 8209911: More blob types in hs_err printout
shade [Sat, 25 Aug 2018 14:23:21 +0200] rev 51529
8209911: More blob types in hs_err printout Reviewed-by: simonis, kvn
Fri, 24 Aug 2018 18:56:41 -0700 6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException
igerasim [Fri, 24 Aug 2018 18:56:41 -0700] rev 51528
6474858: CardChannel.transmit(CommandAPDU) throws unexpected ArrayIndexOutOfBoundsException Reviewed-by: valeriep
Thu, 23 Aug 2018 21:16:45 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Thu, 23 Aug 2018 21:16:45 -0700] rev 51527
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Move different execution modes to IncompatibleOptions_stringDedup.java and IncompatibleOptions_noCompactStrings.java Reviewed-by: jiangli, coleenp
Fri, 24 Aug 2018 13:30:56 -0700 8209173: javac fails with completion exception while reporting an error
vromero [Fri, 24 Aug 2018 13:30:56 -0700] rev 51526
8209173: javac fails with completion exception while reporting an error Reviewed-by: mcimadamore
Fri, 24 Aug 2018 13:23:39 -0700 8209915: Fix license headers
mikael [Fri, 24 Aug 2018 13:23:39 -0700] rev 51525
8209915: Fix license headers Reviewed-by: kvn, pliden
Fri, 24 Aug 2018 15:49:21 -0400 8209841: [REDO] Refactor G1ParallelCleaningTask into shared
zgu [Fri, 24 Aug 2018 15:49:21 -0400] rev 51524
8209841: [REDO] Refactor G1ParallelCleaningTask into shared Summary: Refactored ParallelCleaningTask to share with other GCs Reviewed-by: tschatzl, shade
Fri, 24 Aug 2018 15:33:28 -0400 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
jiangli [Fri, 24 Aug 2018 15:33:28 -0400] rev 51523
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode. Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime. Reviewed-by: iklam, gziemski
Fri, 24 Aug 2018 11:56:14 -0700 8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
dlong [Fri, 24 Aug 2018 11:56:14 -0700] rev 51522
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt Reviewed-by: kvn, thartmann
Fri, 17 Aug 2018 17:13:12 +0200 8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
roland [Fri, 17 Aug 2018 17:13:12 +0200] rev 51521
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item Reviewed-by: neliasso, kvn
Fri, 24 Aug 2018 09:12:51 -0500 8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
gziemski [Fri, 24 Aug 2018 09:12:51 -0500] rev 51520
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138 Summary: SymbolTableLock no longer checks for safepoints Reviewed-by: coleenp, rehn
Mon, 20 Aug 2018 12:08:07 +0200 8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
ghaug [Mon, 20 Aug 2018 12:08:07 +0200] rev 51519
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1 Reviewed-by: kvn, phh, lucy
Mon, 23 Jul 2018 18:08:46 +0200 8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
sgehwolf [Mon, 23 Jul 2018 18:08:46 +0200] rev 51518
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686 Summary: Be sure to use the same register index in native and Java code. Reviewed-by: sballal, cjplummer, tbell
Fri, 24 Aug 2018 14:04:34 +0200 8209837: Avoid initializing ExpiringCache during bootstrap
redestad [Fri, 24 Aug 2018 14:04:34 +0200] rev 51517
8209837: Avoid initializing ExpiringCache during bootstrap Reviewed-by: sundar, forax
Fri, 06 Jul 2018 16:04:19 +0200 8206457: Code paths from oop_iterate() must use barrier-free access
rkennke [Fri, 06 Jul 2018 16:04:19 +0200] rev 51516
8206457: Code paths from oop_iterate() must use barrier-free access Reviewed-by: eosterlund, shade
Fri, 24 Aug 2018 09:38:11 +0200 8208665: Amend cross-compilation docs with qemu-debootstrap recipe
shade [Fri, 24 Aug 2018 09:38:11 +0200] rev 51515
8208665: Amend cross-compilation docs with qemu-debootstrap recipe Reviewed-by: martin, glaubitz, erikj
Fri, 24 Aug 2018 08:17:23 +0200 8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
thartmann [Fri, 24 Aug 2018 08:17:23 +0200] rev 51514
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place" Summary: Deoptimize if exception is thrown in _clone intrinsic. Reviewed-by: kvn
Thu, 23 Aug 2018 16:47:53 -0700 8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
lmesnik [Thu, 23 Aug 2018 16:47:53 -0700] rev 51513
8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test Reviewed-by: coleenp, mseledtsov
Thu, 23 Aug 2018 07:54:19 -0400 8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
gadams [Thu, 23 Aug 2018 07:54:19 -0400] rev 51512
8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events Reviewed-by: amenkov, dholmes, sspitsyn
Thu, 23 Aug 2018 18:14:53 -0400 8209850: Allow NamedThreads to use GlobalCounter critical sections
kbarrett [Thu, 23 Aug 2018 18:14:53 -0400] rev 51511
8209850: Allow NamedThreads to use GlobalCounter critical sections Summary: Add NamedThreads iterator and make GlobalCounter use it. Reviewed-by: eosterlund, rehn
Thu, 23 Aug 2018 12:57:40 -0700 8209873: Typo in javax.xml.validation.Validator.validate documentation
joehw [Thu, 23 Aug 2018 12:57:40 -0700] rev 51510
8209873: Typo in javax.xml.validation.Validator.validate documentation Reviewed-by: lancea
Thu, 23 Aug 2018 12:09:46 -0700 8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
igerasim [Thu, 23 Aug 2018 12:09:46 -0700] rev 51509
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros() Reviewed-by: martin Contributed-by: ivan.gerasimov@oracle.com, martinrb@google.com
Thu, 23 Aug 2018 09:36:13 -0700 8209851: Algorithm name is compared via reference identity
igerasim [Thu, 23 Aug 2018 09:36:13 -0700] rev 51508
8209851: Algorithm name is compared via reference identity Reviewed-by: mullan
Thu, 23 Aug 2018 09:35:09 -0700 8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
ccheung [Thu, 23 Aug 2018 09:35:09 -0700] rev 51507
8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests Summary: changed the value of the property test.cds.copy.child.stdout to false so that stdout of child processes are logged in files. Each stdout and stderr file will have a unique name. Reviewed-by: iklam
Thu, 23 Aug 2018 11:33:51 -0400 8209854: ProblemList MemberNameLeak
pchilanomate [Thu, 23 Aug 2018 11:33:51 -0400] rev 51506
8209854: ProblemList MemberNameLeak Summary: MemberNameLeak.java moved to ProblemList due to intermittent failure after 8206423 Reviewed-by: coleenp
Thu, 23 Aug 2018 14:31:27 +0200 8209883: ZGC: Compile without C1 broken
pliden [Thu, 23 Aug 2018 14:31:27 +0200] rev 51505
8209883: ZGC: Compile without C1 broken Reviewed-by: eosterlund, shade
Thu, 23 Aug 2018 11:37:14 +0100 8209129: Further improvements to cipher buffer management
coffeys [Thu, 23 Aug 2018 11:37:14 +0100] rev 51504
8209129: Further improvements to cipher buffer management Reviewed-by: weijun, igerasim
Thu, 23 Aug 2018 10:52:27 +0200 8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
pliden [Thu, 23 Aug 2018 10:52:27 +0200] rev 51503
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort() Reviewed-by: eosterlund, kbarrett
Wed, 22 Aug 2018 14:28:47 -0700 8209615: ParseError in XMLEventReader on a valid input
joehw [Wed, 22 Aug 2018 14:28:47 -0700] rev 51502
8209615: ParseError in XMLEventReader on a valid input Reviewed-by: lancea
Wed, 22 Aug 2018 13:53:48 -0700 8209651: better TLS poll for x64 C2
dlong [Wed, 22 Aug 2018 13:53:48 -0700] rev 51501
8209651: better TLS poll for x64 C2 Reviewed-by: kvn
Wed, 22 Aug 2018 21:48:39 +0200 Added tag jdk-12+8 for changeset 492b366f8e57
jwilhelm [Wed, 22 Aug 2018 21:48:39 +0200] rev 51500
Added tag jdk-12+8 for changeset 492b366f8e57
Wed, 22 Aug 2018 13:47:47 -0500 8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
mchung [Wed, 22 Aug 2018 13:47:47 -0500] rev 51499
8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource Reviewed-by: lancea
Wed, 22 Aug 2018 20:37:07 +0200 8209062: Clean up G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51498
8209062: Clean up G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209061: Move G1 serviceability functionality to G1MonitoringSupport
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51497
8209061: Move G1 serviceability functionality to G1MonitoringSupport Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 20:37:07 +0200 8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51496
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach Reviewed-by: kbarrett, phh
Wed, 22 Aug 2018 20:37:07 +0200 8209698: Remove "Pinned" from HeapRegionTraceType
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51495
8209698: Remove "Pinned" from HeapRegionTraceType Reviewed-by: iklam
Wed, 22 Aug 2018 20:37:07 +0200 8208498: Put archive regions into a first-class HeapRegionSet
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51494
8208498: Put archive regions into a first-class HeapRegionSet Summary: Maintain archive regions in a HeapRegionSet like other region types. Reviewed-by: phh, sangheki
Wed, 22 Aug 2018 10:28:34 -0700 8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
amenkov [Wed, 22 Aug 2018 10:28:34 -0700] rev 51493
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC Reviewed-by: sspitsyn, dholmes
Wed, 22 Aug 2018 08:31:15 -0700 8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
dtitov [Wed, 22 Aug 2018 08:31:15 -0700] rev 51492
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors Reviewed-by: sspitsyn, amenkov
Tue, 14 Aug 2018 09:59:37 -0700 8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
iklam [Tue, 14 Aug 2018 09:59:37 -0700] rev 51491
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed Summary: Relocate and patch archive regions if necessary Reviewed-by: jiangli, tschatzl
Wed, 22 Aug 2018 16:06:51 +0100 8209783: AArch64: Combine Multiply and Neg operations in C2
adinn [Wed, 22 Aug 2018 16:06:51 +0100] rev 51490
8209783: AArch64: Combine Multiply and Neg operations in C2 Summary: Generate mneg instructions for a*(-b) or (-a)*b to save one instruction Reviewed-by: adinn Contributed-by: pengfei.li@arm.com
Wed, 22 Aug 2018 10:36:39 +0200 8209686: cleanup arguments to PhaseIdealLoop() constructor
roland [Wed, 22 Aug 2018 10:36:39 +0200] rev 51489
8209686: cleanup arguments to PhaseIdealLoop() constructor Reviewed-by: thartmann, kvn, pliden
Wed, 22 Aug 2018 16:01:29 +0200 8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
tschatzl [Wed, 22 Aug 2018 16:01:29 +0200] rev 51488
8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared Reviewed-by: zgu
Sun, 19 Aug 2018 20:00:57 +0200 8209667: Explicit barriers for C1/LIR
rkennke [Sun, 19 Aug 2018 20:00:57 +0200] rev 51487
8209667: Explicit barriers for C1/LIR Reviewed-by: eosterlund, roland
Wed, 22 Aug 2018 07:51:07 -0400 8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
coleenp [Wed, 22 Aug 2018 07:51:07 -0400] rev 51486
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0 Summary: table for resolution errors always expect non-null message string. Reviewed-by: dholmes, iklam
Wed, 22 Aug 2018 13:06:33 +0200 8208601: Introduce native oop barriers in C2 for OopHandle
eosterlund [Wed, 22 Aug 2018 13:06:33 +0200] rev 51485
8208601: Introduce native oop barriers in C2 for OopHandle Reviewed-by: neliasso, kvn
Wed, 22 Aug 2018 13:01:26 +0200 8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
rkennke [Wed, 22 Aug 2018 13:01:26 +0200] rev 51484
8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE Reviewed-by: kbarrett, pliden
Wed, 22 Aug 2018 10:09:06 +0200 8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
roland [Wed, 22 Aug 2018 10:09:06 +0200] rev 51483
8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null() Reviewed-by: kvn, thartmann
Tue, 14 Aug 2018 16:54:47 +0200 8209420: Track membars for volatile accesses so they can be properly optimized
roland [Tue, 14 Aug 2018 16:54:47 +0200] rev 51482
8209420: Track membars for volatile accesses so they can be properly optimized Reviewed-by: adinn, aph, thartmann
Wed, 22 Aug 2018 15:10:40 +0800 8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
weijun [Wed, 22 Aug 2018 15:10:40 +0800] rev 51481
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class Reviewed-by: dholmes
Tue, 21 Aug 2018 20:23:34 -0700 8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
iklam [Tue, 21 Aug 2018 20:23:34 -0700] rev 51480
8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup) Summary: include os_inline.hpp instead Reviewed-by: jiangli
Tue, 21 Aug 2018 20:19:46 -0700 8186186: GSSContext.isEstablished() can return true on error state
igerasim [Tue, 21 Aug 2018 20:19:46 -0700] rev 51479
8186186: GSSContext.isEstablished() can return true on error state Reviewed-by: weijun Contributed-by: weijun.wang@oracle.com
Wed, 22 Aug 2018 11:10:45 +0800 8209771: jdk.test.lib.Utils::runAndCheckException error
weijun [Wed, 22 Aug 2018 11:10:45 +0800] rev 51478
8209771: jdk.test.lib.Utils::runAndCheckException error Reviewed-by: dholmes
Fri, 17 Aug 2018 13:53:53 -0700 8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
iklam [Fri, 17 Aug 2018 13:53:53 -0700] rev 51477
8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent Summary: Added src/hotspot/share/include/cds.h Reviewed-by: ccheung, sspitsyn, jgeorge
Tue, 21 Aug 2018 20:29:57 -0400 8206467: Refactor G1ParallelCleaningTask into shared
zgu [Tue, 21 Aug 2018 20:29:57 -0400] rev 51476
8206467: Refactor G1ParallelCleaningTask into shared Summary: Refactored and moved G1ParllelCleaningTask to be shared among GCs Reviewed-by: rkennke, kbarrett
Tue, 21 Aug 2018 13:17:29 -0700 8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled jdk-12+8
lmesnik [Tue, 21 Aug 2018 13:17:29 -0700] rev 51475
8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled Reviewed-by: tschatzl, kbarrett
Tue, 21 Aug 2018 14:14:28 +0200 8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
twisti [Tue, 21 Aug 2018 14:14:28 +0200] rev 51474
8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property Reviewed-by: kvn
Tue, 21 Aug 2018 08:38:02 -0700 8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
never [Tue, 21 Aug 2018 08:38:02 -0700] rev 51473
8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip