Wed, 19 Jul 2017 18:17:06 -0700 8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code
kvn [Wed, 19 Jul 2017 18:17:06 -0700] rev 46694
8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code Reviewed-by: iveresov, shade
Wed, 19 Jul 2017 11:48:25 -0700 8181860: [TESTBUG] serviceability/tmtools/jstack/utils/DefaultFormat.java does not recognize "sleeping" state
iklam [Wed, 19 Jul 2017 11:48:25 -0700] rev 46693
8181860: [TESTBUG] serviceability/tmtools/jstack/utils/DefaultFormat.java does not recognize "sleeping" state Summary: Added sleeping state to regexp Reviewed-by: dcubed, gtriantafill
Wed, 19 Jul 2017 08:29:44 -0700 8175096: Analyse subword in the loop to set maximum vector size
vdeshpande [Wed, 19 Jul 2017 08:29:44 -0700] rev 46692
8175096: Analyse subword in the loop to set maximum vector size Reviewed-by: kvn
Wed, 19 Jul 2017 09:00:13 +0200 8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
thartmann [Wed, 19 Jul 2017 09:00:13 +0200] rev 46691
8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret() Summary: Adds a missing null check (guarantee) found by Parfait. Reviewed-by: coleenp, shade
Tue, 18 Jul 2017 19:56:18 +0000 Merge
coleenp [Tue, 18 Jul 2017 19:56:18 +0000] rev 46690
Merge
Tue, 18 Jul 2017 15:46:04 -0400 8184323: compile-time guard some UseSharedSpaces-only coding with the INCLUDE_CDS macro
mbaesken [Tue, 18 Jul 2017 15:46:04 -0400] rev 46689
8184323: compile-time guard some UseSharedSpaces-only coding with the INCLUDE_CDS macro Reviewed-by: jiangli, shade, simonis
Thu, 13 Jul 2017 16:28:14 +0200 8184339: Thread::current_or_null() shall not assert if Posix TLS is not yet initialized
stuefe [Thu, 13 Jul 2017 16:28:14 +0200] rev 46688
8184339: Thread::current_or_null() shall not assert if Posix TLS is not yet initialized Reviewed-by: dcubed, coleenp
Tue, 18 Jul 2017 15:43:07 +0200 8184672: [ppc64] The fix for '8174749: Use hash table/oops for MemberName table' is broken on ppc64
simonis [Tue, 18 Jul 2017 15:43:07 +0200] rev 46687
8184672: [ppc64] The fix for '8174749: Use hash table/oops for MemberName table' is broken on ppc64 Reviewed-by: coleenp, goetz
Tue, 18 Jul 2017 14:37:42 +0200 Merge
eosterlund [Tue, 18 Jul 2017 14:37:42 +0200] rev 46686
Merge
Thu, 13 Jul 2017 17:06:08 +0200 8182703: Correct G1 barrier queue lock orderings
eosterlund [Thu, 13 Jul 2017 17:06:08 +0200] rev 46685
8182703: Correct G1 barrier queue lock orderings Summary: Moving G1 barrier queue locks down to a new 'access' rank, below special, and removing hacks around incorrect lock ordering. Reviewed-by: kbarrett, tschatzl
Tue, 18 Jul 2017 11:09:48 +0200 8179327: gtestLauncher should run tests on a separate thread (optionally)
stuefe [Tue, 18 Jul 2017 11:09:48 +0200] rev 46684
8179327: gtestLauncher should run tests on a separate thread (optionally) Reviewed-by: rehn, mgerdin
Tue, 18 Jul 2017 10:20:52 +0200 8184753: Asserts against MinObjectAlignment should avoid integer division
shade [Tue, 18 Jul 2017 10:20:52 +0200] rev 46683
8184753: Asserts against MinObjectAlignment should avoid integer division Summary: Delegate to is_object_aligned that does the right thing Reviewed-by: mgerdin, tschatzl
Tue, 18 Jul 2017 09:53:54 +0200 8184762: ZapStackSegments should use optimized memset
shade [Tue, 18 Jul 2017 09:53:54 +0200] rev 46682
8184762: ZapStackSegments should use optimized memset Reviewed-by: rkennke, mgerdin
Mon, 17 Jul 2017 09:30:07 +0200 8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
mgerdin [Mon, 17 Jul 2017 09:30:07 +0200] rev 46681
8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp Reviewed-by: tschatzl, ehelin
Mon, 17 Jul 2017 16:31:51 -0700 8184768: Update Graal
iveresov [Mon, 17 Jul 2017 16:31:51 -0700] rev 46680
8184768: Update Graal Reviewed-by: kvn
Mon, 17 Jul 2017 09:21:48 -0700 Merge
dcubed [Mon, 17 Jul 2017 09:21:48 -0700] rev 46679
Merge
Mon, 17 Jul 2017 08:43:28 +0200 8184181: Use oopDesc::cas_set_mark() instead of raw CAS when accessing oop header
rkennke [Mon, 17 Jul 2017 08:43:28 +0200] rev 46678
8184181: Use oopDesc::cas_set_mark() instead of raw CAS when accessing oop header Reviewed-by: dcubed, kbarrett
Mon, 17 Jul 2017 14:20:24 +0000 Merge
tschatzl [Mon, 17 Jul 2017 14:20:24 +0000] rev 46677
Merge
Mon, 17 Jul 2017 15:26:07 +0200 8183538: UpdateRS phase should claim cards
tschatzl [Mon, 17 Jul 2017 15:26:07 +0200] rev 46676
8183538: UpdateRS phase should claim cards Summary: Have the Update RS phase also claim cards so that they will not be rescanned later during Scan RS. Reviewed-by: ehelin, mgerdin
Mon, 17 Jul 2017 13:16:33 +0000 Merge
mgerdin [Mon, 17 Jul 2017 13:16:33 +0000] rev 46675
Merge
Mon, 17 Jul 2017 09:30:00 +0200 8183923: Get rid of FreeBlockDictionary and dithering
mgerdin [Mon, 17 Jul 2017 09:30:00 +0200] rev 46674
8183923: Get rid of FreeBlockDictionary and dithering Reviewed-by: ehelin, kbarrett
Mon, 17 Jul 2017 12:11:32 +0000 Merge
vlivanov [Mon, 17 Jul 2017 12:11:32 +0000] rev 46673
Merge
Mon, 17 Jul 2017 14:10:01 +0300 8184309: Buld warnings from GCC 7.1 on Fedora 26
ysuenaga [Mon, 17 Jul 2017 14:10:01 +0300] rev 46672
8184309: Buld warnings from GCC 7.1 on Fedora 26 Reviewed-by: kbarrett, vlivanov
Mon, 17 Jul 2017 11:07:12 +0000 Merge
ehelin [Mon, 17 Jul 2017 11:07:12 +0000] rev 46671
Merge
Mon, 17 Jul 2017 11:37:00 +0200 8183539: Remove G1RemSet::_into_cset_dirty_card_queue_set
ehelin [Mon, 17 Jul 2017 11:37:00 +0200] rev 46670
8183539: Remove G1RemSet::_into_cset_dirty_card_queue_set Reviewed-by: tschatzl, mgerdin
Mon, 17 Jul 2017 10:32:36 +0200 8184452: Add bounds checking for FromCardCache
tschatzl [Mon, 17 Jul 2017 10:32:36 +0200] rev 46669
8184452: Add bounds checking for FromCardCache Reviewed-by: shade, rkennke
Fri, 14 Jul 2017 14:04:57 +0200 8182165: The header atomic_linux_sparc.inline.hpp should be named atomic_linux_sparc.hpp
ehelin [Fri, 14 Jul 2017 14:04:57 +0200] rev 46668
8182165: The header atomic_linux_sparc.inline.hpp should be named atomic_linux_sparc.hpp Reviewed-by: ehelin, stuefe Contributed-by: glaubitz@physik.fu-berlin.de
Fri, 14 Jul 2017 14:00:10 +0200 8182164: checkByteBuffer has the wrong signature
ehelin [Fri, 14 Jul 2017 14:00:10 +0200] rev 46667
8182164: checkByteBuffer has the wrong signature Reviewed-by: ehelin, stuefe Contributed-by: glaubitz@physik.fu-berlin.de
Fri, 14 Jul 2017 13:57:10 +0200 8182163: Missing #include "logging/log.hpp" in vm_version_linux_sparc.cpp
ehelin [Fri, 14 Jul 2017 13:57:10 +0200] rev 46666
8182163: Missing #include "logging/log.hpp" in vm_version_linux_sparc.cpp Reviewed-by: ehelin, stuefe Contributed-by: glaubitz@physik.fu-berlin.de
Fri, 14 Jul 2017 13:43:12 +0200 Merge
eosterlund [Fri, 14 Jul 2017 13:43:12 +0200] rev 46665
Merge
Thu, 13 Jul 2017 12:39:46 +0200 8184269: JVMCI CompilerToVM::Data::initialize() should use BarrierSet fake RTTI to identify card table barrier sets
eosterlund [Thu, 13 Jul 2017 12:39:46 +0200] rev 46664
8184269: JVMCI CompilerToVM::Data::initialize() should use BarrierSet fake RTTI to identify card table barrier sets Reviewed-by: kvn, dnsimon
Fri, 14 Jul 2017 11:55:58 +0200 8184271: Time related C1 intrinsics produce inconsistent results when floating around
thartmann [Fri, 14 Jul 2017 11:55:58 +0200] rev 46663
8184271: Time related C1 intrinsics produce inconsistent results when floating around Summary: C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned. Reviewed-by: kvn, vlivanov
Thu, 13 Jul 2017 15:11:53 +0000 Merge
redestad [Thu, 13 Jul 2017 15:11:53 +0000] rev 46662
Merge
Thu, 13 Jul 2017 15:33:20 +0200 8184337: CodeCache::get_code_cache_containing wrongly asserts that start can not be NULL
redestad [Thu, 13 Jul 2017 15:33:20 +0200] rev 46661
8184337: CodeCache::get_code_cache_containing wrongly asserts that start can not be NULL Reviewed-by: thartmann, gtriantafill, rehn
Thu, 13 Jul 2017 08:49:09 -0400 8183962: JVM_DoPrivileged does not find run method in default methods
hseigel [Thu, 13 Jul 2017 08:49:09 -0400] rev 46660
8183962: JVM_DoPrivileged does not find run method in default methods Summary: Add search of interfaces for run() method. Reviewed-by: acorn, gtriantafill
Thu, 13 Jul 2017 01:28:24 +0000 Merge
hseigel [Thu, 13 Jul 2017 01:28:24 +0000] rev 46659
Merge
Wed, 12 Jul 2017 21:24:07 -0400 8184281: -Xlog:startuptime does not include call to initPhase2
hseigel [Wed, 12 Jul 2017 21:24:07 -0400] rev 46658
8184281: -Xlog:startuptime does not include call to initPhase2 Summary: Remove "+module" and improve message Reviewed-by: alanb, gtriantafill
Tue, 04 Jul 2017 20:41:33 +0200 8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
rkennke [Tue, 04 Jul 2017 20:41:33 +0200] rev 46657
8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap Reviewed-by: pliden, sjohanss
Wed, 12 Jul 2017 12:46:31 +0000 Merge
hseigel [Wed, 12 Jul 2017 12:46:31 +0000] rev 46656
Merge
Wed, 12 Jul 2017 08:07:58 -0400 8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
hseigel [Wed, 12 Jul 2017 08:07:58 -0400] rev 46655
8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal Summary: Add the two options to the deprecate list. Reviewed-by: acorn, gtriantafill
Wed, 12 Jul 2017 11:26:11 +0000 Merge
tschatzl [Wed, 12 Jul 2017 11:26:11 +0000] rev 46654
Merge
Wed, 12 Jul 2017 12:26:57 +0200 8183128: Update RefineCardTableEntryClosure
tschatzl [Wed, 12 Jul 2017 12:26:57 +0200] rev 46653
8183128: Update RefineCardTableEntryClosure Summary: Improve names and placement of RefineCardTableEntryClosure Reviewed-by: ehelin, sjohanss
Wed, 12 Jul 2017 12:25:12 +0200 8183226: Remembered set summarization accesses not fully initialized java thread DCQS
tschatzl [Wed, 12 Jul 2017 12:25:12 +0200] rev 46652
8183226: Remembered set summarization accesses not fully initialized java thread DCQS Reviewed-by: sjohanss, ehelin
Wed, 12 Jul 2017 11:59:51 +0200 8184162: Support addresses with index operands in LIRAssembler::leal on SPARC
eosterlund [Wed, 12 Jul 2017 11:59:51 +0200] rev 46651
8184162: Support addresses with index operands in LIRAssembler::leal on SPARC Summary: Support was added for C1 leal on addresses with an index operand on SPARC. Reviewed-by: kvn, roland
Wed, 12 Jul 2017 09:49:05 +0200 8184073: Cleanup of compiler activity enum in compileBroker.hpp
eosterlund [Wed, 12 Jul 2017 09:49:05 +0200] rev 46650
8184073: Cleanup of compiler activity enum in compileBroker.hpp Summary: An unnamed enum describing compiler activity was given a name and had spelling errors fixed. Reviewed-by: kvn, kbarrett
Tue, 11 Jul 2017 12:00:48 +0200 8183927: Hotspot needs C++ type_traits metaprogramming utilities
eosterlund [Tue, 11 Jul 2017 12:00:48 +0200] rev 46649
8183927: Hotspot needs C++ type_traits metaprogramming utilities Summary: This changeset introduces new metaprogramming utilities typically found in <type_traits> in C++11. Reviewed-by: kbarrett, rehn, pliden Contributed-by: erik.osterlund@oracle.com, kim.barrett@oracle.com
Mon, 10 Jul 2017 11:42:45 +0200 8183575: Runtime1::oop_arraycopy is unused and should be removed
eosterlund [Mon, 10 Jul 2017 11:42:45 +0200] rev 46648
8183575: Runtime1::oop_arraycopy is unused and should be removed Summary: Runtime1::oop_arraycopy and its friend Runtime1::primitive_arraycopy are no longer used and this changeset removes them. Reviewed-by: kvn, tschatzl
Mon, 10 Jul 2017 23:28:25 +0200 8183573: Refactor CodeHeap and AOTCodeHeap to devirtualize hot methods
redestad [Mon, 10 Jul 2017 23:28:25 +0200] rev 46647
8183573: Refactor CodeHeap and AOTCodeHeap to devirtualize hot methods Reviewed-by: kvn, dlong
Mon, 10 Jul 2017 10:10:49 +0200 8183397: Ensure consistent closure filtering during evacuation
tschatzl [Mon, 10 Jul 2017 10:10:49 +0200] rev 46646
8183397: Ensure consistent closure filtering during evacuation Summary: Consistently apply the cross-region check for references in the various oop closures. Reviewed-by: sjohanss, ehelin
Fri, 07 Jul 2017 23:53:36 +0200 Merge
rehn [Fri, 07 Jul 2017 23:53:36 +0200] rev 46645
Merge
Fri, 07 Jul 2017 23:11:33 +0200 8183925: Decouple crash protection from watcher thread
rehn [Fri, 07 Jul 2017 23:11:33 +0200] rev 46644
8183925: Decouple crash protection from watcher thread Reviewed-by: dcubed, coleenp
Fri, 07 Jul 2017 23:04:06 +0200 8183545: Event tracing, transition hooks
rehn [Fri, 07 Jul 2017 23:04:06 +0200] rev 46643
8183545: Event tracing, transition hooks Reviewed-by: dcubed, egahlin
Wed, 05 Jul 2017 12:51:28 +0200 8183570: Rework is_aligned_ to avoid multiple evaluation of the size expression
stefank [Wed, 05 Jul 2017 12:51:28 +0200] rev 46642
8183570: Rework is_aligned_ to avoid multiple evaluation of the size expression Reviewed-by: tschatzl, kbarrett
Fri, 07 Jul 2017 16:49:45 +0000 Merge
iveresov [Fri, 07 Jul 2017 16:49:45 +0000] rev 46641
Merge
Fri, 07 Jul 2017 09:40:47 -0700 8183991: Update Graal
iveresov [Fri, 07 Jul 2017 09:40:47 -0700] rev 46640
8183991: Update Graal Reviewed-by: kvn
Fri, 07 Jul 2017 11:26:08 -0400 8183400: runtime/6981737/Test6981737.java fails with java.lang.RuntimeException: FAIL: Wrong value for java.version property, "9", expected to be of form: "[0-9]+[\\.[0-9]+]*\-.*"
hseigel [Fri, 07 Jul 2017 11:26:08 -0400] rev 46639
8183400: runtime/6981737/Test6981737.java fails with java.lang.RuntimeException: FAIL: Wrong value for java.version property, "9", expected to be of form: "[0-9]+[\\.[0-9]+]*\-.*" Summary: Use Runtime Version API's instead of a regular expression and split() API. Reviewed-by: psandoz, mseledtsov, gthornbr
Fri, 07 Jul 2017 10:37:52 +0200 8183271: VectorizeDebug compiler directive command is broken
neliasso [Fri, 07 Jul 2017 10:37:52 +0200] rev 46638
8183271: VectorizeDebug compiler directive command is broken Summary: Add parser support for uint Reviewed-by: kvn, thartmann
Mon, 03 Jul 2017 11:41:19 +0200 8183151: DCmd Compiler.codelist should print all compiled methods
neliasso [Mon, 03 Jul 2017 11:41:19 +0200] rev 46637
8183151: DCmd Compiler.codelist should print all compiled methods Summary: Add support for AOT methods in codelist dcmd Reviewed-by: neliasso, kvn Contributed-by: cthalinger@twitter.com
Thu, 06 Jul 2017 09:31:01 -0400 8181647: jhsdb jstack could not output thread name
dbuck [Thu, 06 Jul 2017 09:31:01 -0400] rev 46636
8181647: jhsdb jstack could not output thread name Summary: standardized thread information across jstack, jhsdb jstack, and jhsdb jstack --mixed Reviewed-by: ysuenaga, poonam Contributed-by: chihiro.ito@oracle.com
Thu, 06 Jul 2017 12:11:20 +0200 8179679: Rearrange filters before card scanning
tschatzl [Thu, 06 Jul 2017 12:11:20 +0200] rev 46635
8179679: Rearrange filters before card scanning Summary: Implement micro-optimizations in the card scanning code enabled by JDK-8177044. Reviewed-by: sjohanss, ehelin
Thu, 06 Jul 2017 10:42:02 +0200 8183127: UpdateRSetDeferred should not enqueue cards for NULL references
tschatzl [Thu, 06 Jul 2017 10:42:02 +0200] rev 46634
8183127: UpdateRSetDeferred should not enqueue cards for NULL references Summary: Filter out NULL references during generating cards for an object. Reviewed-by: mgerdin, ehelin
Wed, 05 Jul 2017 20:16:26 -0700 Merge
kvn [Wed, 05 Jul 2017 20:16:26 -0700] rev 46633
Merge
Wed, 05 Jul 2017 18:14:48 -0700 Merge
kvn [Wed, 05 Jul 2017 18:14:48 -0700] rev 46632
Merge
Wed, 28 Jun 2017 11:27:27 -0700 8183142: Add bugids=dup to .jcheck/conf files for JDK 10
iris [Wed, 28 Jun 2017 11:27:27 -0700] rev 46631
8183142: Add bugids=dup to .jcheck/conf files for JDK 10 Reviewed-by: mr
Thu, 06 Jul 2017 01:50:26 +0200 8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
jwilhelm [Thu, 06 Jul 2017 01:50:26 +0200] rev 46630
8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8 8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8 8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8 8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8 Reviewed-by: jwilhelm, ehelin, phh Contributed-by: phh <hohensee@amazon.com>, jwilhelm <jesper.wilhelmsson@oracle.com>
Wed, 05 Jul 2017 11:03:19 -0700 8183262: noexecstack check in os::dll_load on Linux is too expensive
kvn [Wed, 05 Jul 2017 11:03:19 -0700] rev 46629
8183262: noexecstack check in os::dll_load on Linux is too expensive Summary: convert ElfFile::specifies_noexecstack() to static method which read file header and check executable stack flag. Reviewed-by: iklam, stuefe
Wed, 05 Jul 2017 17:19:37 +0200 8183571: PPC64 build broken after 8178499
mdoerr [Wed, 05 Jul 2017 17:19:37 +0200] rev 46628
8183571: PPC64 build broken after 8178499 Reviewed-by: simonis
Tue, 04 Jul 2017 17:33:40 +0100 8183547: AArch64: Better instruction sequence for stack bangs
aph [Tue, 04 Jul 2017 17:33:40 +0100] rev 46627
8183547: AArch64: Better instruction sequence for stack bangs Reviewed-by: shade, adinn
Wed, 05 Jul 2017 09:38:47 +0000 Merge
stefank [Wed, 05 Jul 2017 09:38:47 +0000] rev 46626
Merge
Wed, 05 Jul 2017 11:33:17 +0200 8183552: Move align functions to align.hpp
stefank [Wed, 05 Jul 2017 11:33:17 +0200] rev 46625
8183552: Move align functions to align.hpp Reviewed-by: stuefe, pliden
Tue, 04 Jul 2017 18:10:40 +0000 Merge
redestad [Tue, 04 Jul 2017 18:10:40 +0000] rev 46624
Merge
Tue, 04 Jul 2017 18:36:50 +0200 8183299: Improve inlining of CompiledMethod methods into frame::sender
redestad [Tue, 04 Jul 2017 18:36:50 +0200] rev 46623
8183299: Improve inlining of CompiledMethod methods into frame::sender Reviewed-by: kvn, neliasso
Mon, 24 Apr 2017 09:14:09 +0200 8178501: Replace usages of align macros with calls to the align inline functions
stefank [Mon, 24 Apr 2017 09:14:09 +0200] rev 46622
8178501: Replace usages of align macros with calls to the align inline functions Reviewed-by: mgerdin, tschatzl
Tue, 04 Jul 2017 17:44:30 +0200 8183544: Missing parentheses in is_size_aligned_ macro
stefank [Tue, 04 Jul 2017 17:44:30 +0200] rev 46621
8183544: Missing parentheses in is_size_aligned_ macro Reviewed-by: mgerdin, tschatzl
Thu, 13 Apr 2017 09:57:51 +0200 8178500: Replace usages of round_to and round_down with align_up and align_down
stefank [Thu, 13 Apr 2017 09:57:51 +0200] rev 46620
8178500: Replace usages of round_to and round_down with align_up and align_down Reviewed-by: rehn, tschatzl
Tue, 04 Jul 2017 15:58:10 +0200 8178499: Remove _ptr_ and _size_ infixes from align functions
stefank [Tue, 04 Jul 2017 15:58:10 +0200] rev 46619
8178499: Remove _ptr_ and _size_ infixes from align functions Reviewed-by: rehn, tschatzl
Wed, 12 Apr 2017 17:53:18 +0200 8178489: Make align functions more type safe and consistent
stefank [Wed, 12 Apr 2017 17:53:18 +0200] rev 46618
8178489: Make align functions more type safe and consistent Reviewed-by: mgerdin, rehn
Wed, 12 Apr 2017 13:05:59 +0200 8178495: Bug in the align_size_up_ macro
stefank [Wed, 12 Apr 2017 13:05:59 +0200] rev 46617
8178495: Bug in the align_size_up_ macro Reviewed-by: kbarrett, tschatzl, rehn
Tue, 11 Apr 2017 23:45:39 +0200 8178491: -Xss and -XX:ThreadStackSize argument parsing truncates bits
stefank [Tue, 11 Apr 2017 23:45:39 +0200] rev 46616
8178491: -Xss and -XX:ThreadStackSize argument parsing truncates bits Reviewed-by: gziemski, kbarrett
Tue, 04 Jul 2017 15:11:25 +0200 8181809: PPC64: Leverage mtfprd/mffprd on POWER8
mdoerr [Tue, 04 Jul 2017 15:11:25 +0200] rev 46615
8181809: PPC64: Leverage mtfprd/mffprd on POWER8 Reviewed-by: mdoerr, simonis Contributed-by: Matthew Brandyberry <mbrandy@linux.vnet.ibm.com>
Tue, 04 Jul 2017 09:16:26 +0200 8179677: Let G1Remset::_conc_refined_cards only count number of cards concurrently refined
tschatzl [Tue, 04 Jul 2017 09:16:26 +0200] rev 46614
8179677: Let G1Remset::_conc_refined_cards only count number of cards concurrently refined Reviewed-by: sjohanss, ehelin
Tue, 04 Jul 2017 09:15:45 +0200 8183394: Remove unused G1RemSet::n_workers() method
tschatzl [Tue, 04 Jul 2017 09:15:45 +0200] rev 46613
8183394: Remove unused G1RemSet::n_workers() method Reviewed-by: mgerdin, ehelin
Mon, 03 Jul 2017 17:43:16 +0000 Merge
ehelin [Mon, 03 Jul 2017 17:43:16 +0000] rev 46612
Merge
Mon, 03 Jul 2017 17:19:11 +0200 8153360: G1HRRSFlushLogBuffersOnVerify with remembered set verification does not work
ehelin [Mon, 03 Jul 2017 17:19:11 +0200] rev 46611
8153360: G1HRRSFlushLogBuffersOnVerify with remembered set verification does not work Reviewed-by: sjohanss, tschatzl
Fri, 30 Jun 2017 10:36:32 +0200 8183229: Implement WindowsSemaphore::trywait
mgerdin [Fri, 30 Jun 2017 10:36:32 +0200] rev 46610
8183229: Implement WindowsSemaphore::trywait Reviewed-by: redestad, stefank, kbarrett
Mon, 03 Jul 2017 14:24:07 +0200 8183281: Remove unnecessary call to increment_gc_time_stamp
ehelin [Mon, 03 Jul 2017 14:24:07 +0200] rev 46609
8183281: Remove unnecessary call to increment_gc_time_stamp Reviewed-by: sjohanss, tschatzl
Mon, 03 Jul 2017 09:01:34 +0200 8183232: Avoid resolving method_kind in AbstractInterpreter::can_be_compiled
redestad [Mon, 03 Jul 2017 09:01:34 +0200] rev 46608
8183232: Avoid resolving method_kind in AbstractInterpreter::can_be_compiled Reviewed-by: coleenp, mdoerr, neliasso
Thu, 29 Jun 2017 14:35:30 -0400 8178507: co-locate nsk.regression.gc tests
aharlap [Thu, 29 Jun 2017 14:35:30 -0400] rev 46607
8178507: co-locate nsk.regression.gc tests Summary: convert four tonga tests into jtreg Reviewed-by: lmesnik, iignatyev
Fri, 23 Jun 2017 09:25:27 +0800 8182583: AArch64: FMA Vectorization on aarch64
njian [Fri, 23 Jun 2017 09:25:27 +0800] rev 46606
8182583: AArch64: FMA Vectorization on aarch64 Reviewed-by: aph Contributed-by: yang.zhang@linaro.org
Fri, 30 Jun 2017 10:36:32 +0200 8183203: Remove stubRoutines_os
mgerdin [Fri, 30 Jun 2017 10:36:32 +0200] rev 46605
8183203: Remove stubRoutines_os Reviewed-by: stefank, tschatzl
Mon, 26 Jun 2017 15:25:25 +0200 8183198: Factor out thread state serialization into a proper helper function
mgerdin [Mon, 26 Jun 2017 15:25:25 +0200] rev 46604
8183198: Factor out thread state serialization into a proper helper function Reviewed-by: tschatzl, eosterlund, coleenp
Thu, 29 Jun 2017 19:09:04 +0000 Merge
coleenp [Thu, 29 Jun 2017 19:09:04 +0000] rev 46603
Merge
Thu, 29 Jun 2017 12:35:30 +0200 8183228: Fix optimized build after JDK-8170933
stuefe [Thu, 29 Jun 2017 12:35:30 +0200] rev 46602
8183228: Fix optimized build after JDK-8170933 Reviewed-by: mgerdin, coleenp
Thu, 29 Jun 2017 17:32:46 +0000 Merge
redestad [Thu, 29 Jun 2017 17:32:46 +0000] rev 46601
Merge
Thu, 29 Jun 2017 14:22:42 +0200 8183001: Various inlining improvements
redestad [Thu, 29 Jun 2017 14:22:42 +0200] rev 46600
8183001: Various inlining improvements Reviewed-by: iklam, mikael, ehelin, stefank
Thu, 29 Jun 2017 14:54:32 +0000 Merge
neliasso [Thu, 29 Jun 2017 14:54:32 +0000] rev 46599
Merge
Thu, 29 Jun 2017 12:32:17 +0000 Merge
neliasso [Thu, 29 Jun 2017 12:32:17 +0000] rev 46598
Merge
Tue, 27 Jun 2017 15:50:09 +0200 8164888: Intrinsify fused mac operations on SPARC
neliasso [Tue, 27 Jun 2017 15:50:09 +0200] rev 46597
8164888: Intrinsify fused mac operations on SPARC Summary: Such speed, much wow Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:46:16 +0200 8144448: Avoid placing CTI immediately following or preceding RDPC instruction
neliasso [Tue, 27 Jun 2017 15:46:16 +0200] rev 46596
8144448: Avoid placing CTI immediately following or preceding RDPC instruction Summary: Best practice for new SPARC CPUs Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:36:45 +0200 8181868: Remove use of 'has_fast_fxtof()'
neliasso [Tue, 27 Jun 2017 15:36:45 +0200] rev 46595
8181868: Remove use of 'has_fast_fxtof()' Summary: No longer used Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:34:36 +0200 8181853: Remove use of 'v9_only()'
neliasso [Tue, 27 Jun 2017 15:34:36 +0200] rev 46594
8181853: Remove use of 'v9_only()' Summary: v9 is the only supported ISA Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:31:11 +0200 8181852: Remove option 'UseV8InstrsOnly'
neliasso [Tue, 27 Jun 2017 15:31:11 +0200] rev 46593
8181852: Remove option 'UseV8InstrsOnly' Summary: Not supported Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:27:54 +0200 8172231: SPARC ISA/CPU feature detection is broken/insufficient (on Solaris)
neliasso [Tue, 27 Jun 2017 15:27:54 +0200] rev 46592
8172231: SPARC ISA/CPU feature detection is broken/insufficient (on Solaris) Summary: Update for new platforms Reviewed-by: kvn Contributed-by: phedlin@oracle.com
Tue, 27 Jun 2017 15:22:23 +0200 8182711: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version
neliasso [Tue, 27 Jun 2017 15:22:23 +0200] rev 46591
8182711: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version Summary: Re/Introduce private interface for HW-specific prefetch options in SPARC VM_Version Reviewed-by: kvn, neliasso Contributed-by: phedlin@oracle.com
Wed, 28 Jun 2017 14:38:10 +0200 8183124: Remove OopsInHeapRegionClosure
ehelin [Wed, 28 Jun 2017 14:38:10 +0200] rev 46590
8183124: Remove OopsInHeapRegionClosure Reviewed-by: sjohanss, tschatzl
Wed, 28 Jun 2017 19:12:58 -0400 8182848: Some functions misplaced in debug.hpp
coleenp [Wed, 28 Jun 2017 19:12:58 -0400] rev 46589
8182848: Some functions misplaced in debug.hpp Summary: moved to vmError.hpp,cpp where they seemed more appropriate Reviewed-by: stefank, stuefe
Wed, 28 Jun 2017 20:21:04 +0000 Merge
coleenp [Wed, 28 Jun 2017 20:21:04 +0000] rev 46588
Merge
Wed, 28 Jun 2017 16:14:20 -0400 8182554: Code for os::random() assumes long is 32 bits
coleenp [Wed, 28 Jun 2017 16:14:20 -0400] rev 46587
8182554: Code for os::random() assumes long is 32 bits Summary: And make updating the _rand_seed thread safe. Reviewed-by: stuefe, kbarrett, stefank
Wed, 28 Jun 2017 18:44:21 +0200 Merge
bobv [Wed, 28 Jun 2017 18:44:21 +0200] rev 46586
Merge
Wed, 28 Jun 2017 14:13:00 +0200 Merge
bobv [Wed, 28 Jun 2017 14:13:00 +0200] rev 46585
Merge
Tue, 27 Jun 2017 14:34:00 -0400 Merge
bobv [Tue, 27 Jun 2017 14:34:00 -0400] rev 46584
Merge
Tue, 27 Jun 2017 14:29:54 -0400 8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
bobv [Tue, 27 Jun 2017 14:29:54 -0400] rev 46583
8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT Reviewed-by: kvn
Tue, 27 Jun 2017 14:28:09 -0400 8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs
bobv [Tue, 27 Jun 2017 14:28:09 -0400] rev 46582
8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs Reviewed-by: kvn
Wed, 28 Jun 2017 15:21:48 +0000 Merge
ehelin [Wed, 28 Jun 2017 15:21:48 +0000] rev 46581
Merge
Wed, 28 Jun 2017 14:17:28 +0200 8183122: Rename RefineRecordRefsIntoCSCardTableEntryClosure to G1RefineCardClosure
ehelin [Wed, 28 Jun 2017 14:17:28 +0200] rev 46580
8183122: Rename RefineRecordRefsIntoCSCardTableEntryClosure to G1RefineCardClosure Reviewed-by: sjohanss, tschatzl
Wed, 28 Jun 2017 17:16:42 +0200 Merge
rehn [Wed, 28 Jun 2017 17:16:42 +0200] rev 46579
Merge
Wed, 28 Jun 2017 16:07:30 +0200 Merge
rehn [Wed, 28 Jun 2017 16:07:30 +0200] rev 46578
Merge
Wed, 28 Jun 2017 14:18:00 +0200 8180421: Change default value of BiasedLockingStartupDelay to 0
rehn [Wed, 28 Jun 2017 14:18:00 +0200] rev 46577
8180421: Change default value of BiasedLockingStartupDelay to 0 Summary: As CSR 8181778 Reviewed-by: tschatzl, redestad, coleenp, dcubed
Wed, 28 Jun 2017 16:12:54 +0200 8182984: [aix] Make stack traces independent on successful vm initialization
stuefe [Wed, 28 Jun 2017 16:12:54 +0200] rev 46576
8182984: [aix] Make stack traces independent on successful vm initialization Reviewed-by: simonis, mdoerr, clanger
Wed, 28 Jun 2017 14:15:56 +0200 8178151: Clean up G1RemSet files
tschatzl [Wed, 28 Jun 2017 14:15:56 +0200] rev 46575
8178151: Clean up G1RemSet files Summary: Remove unnecessary class members, improve method visibility and naming Reviewed-by: ehelin, sjohanss
Wed, 28 Jun 2017 12:11:55 +0200 8183006: Remove unused IterateOopClosureRegionClosure
tschatzl [Wed, 28 Jun 2017 12:11:55 +0200] rev 46574
8183006: Remove unused IterateOopClosureRegionClosure Reviewed-by: sjohanss, ehelin
Wed, 28 Jun 2017 12:11:48 +0200 8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
tschatzl [Wed, 28 Jun 2017 12:11:48 +0200] rev 46573
8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate Reviewed-by: ehelin, sjohanss
Wed, 28 Jun 2017 10:58:19 +0200 8175554: Improve G1UpdateRSOrPushRefClosure
tschatzl [Wed, 28 Jun 2017 10:58:19 +0200] rev 46572
8175554: Improve G1UpdateRSOrPushRefClosure Summary: Micro-optimizations and improving naming for the G1UpdateRSOrPushRefClosure Reviewed-by: ehelin, sangheki
Wed, 14 Jun 2017 11:26:44 +0200 8178148: Log more detailed information about scan rs phase
tschatzl [Wed, 14 Jun 2017 11:26:44 +0200] rev 46571
8178148: Log more detailed information about scan rs phase Summary: Add logging about the number of cards actually scanned, claimed and skipped during the Scan RS phase Reviewed-by: ehelin, sangheki
Wed, 24 May 2017 18:28:34 -0700 8181053: port basicvmtest to jtreg
iignatyev [Wed, 24 May 2017 18:28:34 -0700] rev 46570
8181053: port basicvmtest to jtreg Reviewed-by: ehelin
Tue, 27 Jun 2017 12:27:27 +0000 Merge
redestad [Tue, 27 Jun 2017 12:27:27 +0000] rev 46569
Merge
Thu, 22 Jun 2017 15:53:07 +0200 8182487: Add Unsafe.objectFieldOffset(Class, String)
redestad [Thu, 22 Jun 2017 15:53:07 +0200] rev 46568
8182487: Add Unsafe.objectFieldOffset(Class, String) Reviewed-by: dsimms, twisti, bchristi, mgerdin, psandoz, chegar
Tue, 27 Jun 2017 07:52:50 +0200 8182864: [aix] os::print_native_callstack should not assert for primordial threadness
stuefe [Tue, 27 Jun 2017 07:52:50 +0200] rev 46567
8182864: [aix] os::print_native_callstack should not assert for primordial threadness Reviewed-by: clanger, mdoerr
Mon, 26 Jun 2017 16:10:31 -0700 8182883: Update Graal
iveresov [Mon, 26 Jun 2017 16:10:31 -0700] rev 46566
8182883: Update Graal Reviewed-by: kvn
Tue, 11 Apr 2017 23:45:37 +0200 8178490: Usages of is_object_aligned with pointers are broken
stefank [Tue, 11 Apr 2017 23:45:37 +0200] rev 46565
8178490: Usages of is_object_aligned with pointers are broken Reviewed-by: tschatzl, kbarrett
Thu, 22 Jun 2017 09:07:47 +0200 8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
stefank [Thu, 22 Jun 2017 09:07:47 +0200] rev 46564
8182696: Remove gcTrace.hpp include from referenceProcessor.hpp Reviewed-by: tschatzl, kbarrett
Fri, 23 Jun 2017 15:16:23 -0700 8182138: Disable generating INC and DEC instructions on Xeon Phi and ATOM CPUs
kvn [Fri, 23 Jun 2017 15:16:23 -0700] rev 46563
8182138: Disable generating INC and DEC instructions on Xeon Phi and ATOM CPUs Reviewed-by: kvn Contributed-by: rahul.kandu@intel.com
Fri, 23 Jun 2017 09:54:52 -0400 8182720: In InstanceKlass.cpp, get init_lock from handle
hseigel [Fri, 23 Jun 2017 09:54:52 -0400] rev 46562
8182720: In InstanceKlass.cpp, get init_lock from handle Summary: Replace init_lock() calls with h_init_lock() calls Reviewed-by: sspitsyn, coleenp
Fri, 23 Jun 2017 01:08:42 +0000 Merge
kbarrett [Fri, 23 Jun 2017 01:08:42 +0000] rev 46561
Merge
Thu, 22 Jun 2017 20:47:22 -0400 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
kbarrett [Thu, 22 Jun 2017 20:47:22 -0400] rev 46560
8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion Summary: Refactor debug.hpp and reverse include dependency. Reviewed-by: coleenp, stefank, dcubed
Thu, 22 Jun 2017 23:39:18 +0000 Merge
kbarrett [Thu, 22 Jun 2017 23:39:18 +0000] rev 46559
Merge
Tue, 13 Jun 2017 08:09:17 +0200 8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
stuefe [Tue, 13 Jun 2017 08:09:17 +0200] rev 46558
8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set Summary: Added missing sigemptyset. Reviewed-by: kbarrett, clanger
Thu, 22 Jun 2017 15:26:34 -0700 8181113: jaotc options lost after 8177046
kvn [Thu, 22 Jun 2017 15:26:34 -0700] rev 46557
8181113: jaotc options lost after 8177046 Reviewed-by: iveresov, dlong
Thu, 22 Jun 2017 13:59:00 -0700 8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
twisti [Thu, 22 Jun 2017 13:59:00 -0700] rev 46556
8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries Reviewed-by: kvn
Thu, 22 Jun 2017 18:33:41 +0200 8181810: PPC64: Leverage extrdi for bitfield extract
mdoerr [Thu, 22 Jun 2017 18:33:41 +0200] rev 46555
8181810: PPC64: Leverage extrdi for bitfield extract Reviewed-by: mdoerr, simonis Contributed-by: Matthew Brandyberry <mbrandy@linux.vnet.ibm.com>
Thu, 22 Jun 2017 00:51:07 +0200 Merge
jwilhelm [Thu, 22 Jun 2017 00:51:07 +0200] rev 46554
Merge
Wed, 21 Jun 2017 10:28:27 -0700 8181823: [AOT] jaotc doesn't work with Graal
kvn [Wed, 21 Jun 2017 10:28:27 -0700] rev 46553
8181823: [AOT] jaotc doesn't work with Graal Summary: add new flag to indicate when to calculate class fingerprint Reviewed-by: iklam, iveresov
Tue, 20 Jun 2017 17:00:07 +0800 8182581: aarch64: fix for crash caused by earlyret of compiled method
fyang [Tue, 20 Jun 2017 17:00:07 +0800] rev 46552
8182581: aarch64: fix for crash caused by earlyret of compiled method Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port Reviewed-by: aph Contributed-by: snazarkin@azul.com
Mon, 19 Jun 2017 16:31:43 -0700 8182557: Update Graal
iveresov [Mon, 19 Jun 2017 16:31:43 -0700] rev 46551
8182557: Update Graal Reviewed-by: kvn
Mon, 19 Jun 2017 11:23:16 +0000 Merge
rraghavan [Mon, 19 Jun 2017 11:23:16 +0000] rev 46550
Merge
Mon, 19 Jun 2017 03:10:46 -0700 8044829: UseAES warning message generation differs on CPU architecture
rraghavan [Mon, 19 Jun 2017 03:10:46 -0700] rev 46549
8044829: UseAES warning message generation differs on CPU architecture Summary: Fixed issue with feature flag setting when AES support disabled explicitly Reviewed-by: kvn
Fri, 12 May 2017 14:59:35 +0800 8179933: AArch64: Incorrect match rule for immL_255
njian [Fri, 12 May 2017 14:59:35 +0800] rev 46548
8179933: AArch64: Incorrect match rule for immL_255 Summary: The match rule fix will enable instructs like: SubExtL_uxtb_and and AddExtL_uxtb_and etc. Also rename immL_63 to the proper name: immI_63. Reviewed-by: aph Contributed-by: zhongwei.yao@linaro.org
Mon, 19 Jun 2017 01:23:58 -0700 8016470: AllocatePrefetchDistance is not changed by command line
rraghavan [Mon, 19 Jun 2017 01:23:58 -0700] rev 46547
8016470: AllocatePrefetchDistance is not changed by command line Summary: Values from command line given preference for related flags, over default values based on platform Reviewed-by: thartmann, kvn
Fri, 16 Jun 2017 12:06:31 -0700 8182114: assert(VM_Version::supports_sse()) failed
kvn [Fri, 16 Jun 2017 12:06:31 -0700] rev 46546
8182114: assert(VM_Version::supports_sse()) failed Summary: restore UseSSE check for FMA Reviewed-by: dcubed
Fri, 16 Jun 2017 09:13:56 -0400 8181450: assert in BasicHashtable::verify_table
coleenp [Fri, 16 Jun 2017 09:13:56 -0400] rev 46545
8181450: assert in BasicHashtable::verify_table Summary: remove assert as it has small probability of happening and added logging Reviewed-by: kbarrett, sspitsyn
Thu, 15 Jun 2017 18:58:08 +0000 Merge
hseigel [Thu, 15 Jun 2017 18:58:08 +0000] rev 46544
Merge
Thu, 15 Jun 2017 14:34:32 -0400 8182089: build error in hotspot/src/share/vm/runtime/reflection.cpp
hseigel [Thu, 15 Jun 2017 14:34:32 -0400] rev 46543
8182089: build error in hotspot/src/share/vm/runtime/reflection.cpp Summary: Add const to argument in reflection.cpp so method signature matches the one in reflection.hpp Reviewed-by: zgu, coleenp, rprotacio
Fri, 09 Jun 2017 10:51:52 +0200 8181211: C2: Use profiling data to optimize on/off heap unsafe accesses
roland [Fri, 09 Jun 2017 10:51:52 +0200] rev 46542
8181211: C2: Use profiling data to optimize on/off heap unsafe accesses Reviewed-by: kvn
Thu, 15 Jun 2017 09:52:44 +0200 8181859: Monitor deflation is not checked in cleanup path
rehn [Thu, 15 Jun 2017 09:52:44 +0200] rev 46541
8181859: Monitor deflation is not checked in cleanup path Reviewed-by: sspitsyn, dcubed, shade, cvarming
Wed, 14 Jun 2017 08:47:27 +0200 8181785: Remove the experimental ClearFPUAtPark JVM Flag
eosterlund [Wed, 14 Jun 2017 08:47:27 +0200] rev 46540
8181785: Remove the experimental ClearFPUAtPark JVM Flag Summary: Removing the experimental and unstable ClearFPUAtPark optimization for SPARC Reviewed-by: kbarrett, tschatzl, rehn
Wed, 14 Jun 2017 01:30:11 -0700 8181318: Allow C++ library headers on Solaris Studio
eosterlund [Wed, 14 Jun 2017 01:30:11 -0700] rev 46539
8181318: Allow C++ library headers on Solaris Studio Summary: Allow studio to compile but not link against the stlport4 C++ standard library Reviewed-by: dholmes, dcubed, erikj
Wed, 14 Jun 2017 17:33:54 +0800 8182161: aarch64: combine andr+cbnz into tbnz when possible
fyang [Wed, 14 Jun 2017 17:33:54 +0800] rev 46538
8182161: aarch64: combine andr+cbnz into tbnz when possible Summary: Combine andr+cbnz into tbnz when possible to save one instruction Reviewed-by: aph
Tue, 13 Jun 2017 16:29:42 +0000 Merge
iveresov [Tue, 13 Jun 2017 16:29:42 +0000] rev 46537
Merge
Tue, 13 Jun 2017 09:19:35 -0700 8182018: Update Graal
iveresov [Tue, 13 Jun 2017 09:19:35 -0700] rev 46536
8182018: Update Graal Reviewed-by: kvn
Tue, 13 Jun 2017 11:10:33 -0400 8086005: Define __STDC_xxx_MACROS config macros globally via build system
kbarrett [Tue, 13 Jun 2017 11:10:33 -0400] rev 46535
8086005: Define __STDC_xxx_MACROS config macros globally via build system Summary: Moved macro definitions to hotspot build configuration Reviewed-by: erikj, eosterlund
Tue, 13 Jun 2017 07:30:11 -0400 8181787: Remove Solaris SPARC GCC code
kbarrett [Tue, 13 Jun 2017 07:30:11 -0400] rev 46534
8181787: Remove Solaris SPARC GCC code Summary: Remove obsolete code. Reviewed-by: kbarrett, coleenp, gtriantafill
Sat, 10 Jun 2017 16:01:29 +0800 8181906: AArch64: port bugfix for 7009641 to AArch64
fyang [Sat, 10 Jun 2017 16:01:29 +0800] rev 46533
8181906: AArch64: port bugfix for 7009641 to AArch64 Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: aph Contributed-by: teng.lu@linaro.org
Fri, 09 Jun 2017 09:27:10 +0200 8181741: C2 compilation fails with "assert(i<_max) failed: oob"
thartmann [Fri, 09 Jun 2017 09:27:10 +0200] rev 46532
8181741: C2 compilation fails with "assert(i<_max) failed: oob" Summary: PhaseIdealLoop should not use type() or type_or_null(). Reviewed-by: roland, kvn
Fri, 09 Jun 2017 09:20:13 +0200 8181781: Replay compilation should ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors
thartmann [Fri, 09 Jun 2017 09:20:13 +0200] rev 46531
8181781: Replay compilation should ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors Summary: Ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors. Reviewed-by: kvn
Thu, 08 Jun 2017 20:28:04 +0200 Merge
jwilhelm [Thu, 08 Jun 2017 20:28:04 +0200] rev 46530
Merge
Thu, 08 Jun 2017 13:17:51 -0400 8166748: Clean out Windows IA64 support
gtriantafill [Thu, 08 Jun 2017 13:17:51 -0400] rev 46529
8166748: Clean out Windows IA64 support Reviewed-by: kbarrett, coleenp, bobv, mdoerr
Wed, 07 Jun 2017 13:09:46 -0700 8181616: FMA Vectorization on x86
vdeshpande [Wed, 07 Jun 2017 13:09:46 -0700] rev 46528
8181616: FMA Vectorization on x86 Reviewed-by: kvn
Wed, 07 Jun 2017 08:56:35 -0700 8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
cjplummer [Wed, 07 Jun 2017 08:56:35 -0700] rev 46527
8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events Summary: fix CodeCache:blobs_do() so it iterates over all code cache heaps Reviewed-by: sspitsyn, thartmann
Wed, 07 Jun 2017 12:23:04 +0200 8181644: C1 crashes with -XX:+PrintCFGToFile
thartmann [Wed, 07 Jun 2017 12:23:04 +0200] rev 46526
8181644: C1 crashes with -XX:+PrintCFGToFile Summary: CFGPrinterOutput should not be shared between C1 compiler threads. Reviewed-by: kvn
Mon, 29 May 2017 18:17:49 +0200 8176506: C2: loop unswitching and unsafe accesses cause crash
roland [Mon, 29 May 2017 18:17:49 +0200] rev 46525
8176506: C2: loop unswitching and unsafe accesses cause crash Reviewed-by: vlivanov, mcberg, kvn, simonis
Tue, 06 Jun 2017 17:07:42 +0200 8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored
stuefe [Tue, 06 Jun 2017 17:07:42 +0200] rev 46524
8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored Reviewed-by: clanger, mdoerr
Mon, 05 Jun 2017 19:07:47 -0400 8166651: OrderAccess::load_acquire &etc should have const parameters
kbarrett [Mon, 05 Jun 2017 19:07:47 -0400] rev 46523
8166651: OrderAccess::load_acquire &etc should have const parameters Summary: Added const qualifiers to load/load_acquire source parameters. Reviewed-by: dholmes, coleenp, adinn, eosterlund
Mon, 05 Jun 2017 13:13:38 -0400 8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging.
rprotacio [Mon, 05 Jun 2017 13:13:38 -0400] rev 46522
8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging. Summary: Converted -XX:+PrintSharedSpaces to -Xlog:cds=info Reviewed-by: iklam, jiangli, mseledtsov
Fri, 02 Jun 2017 16:32:39 +0200 8179527: Implement intrinsic code for reverseBytes with load/store
mdoerr [Fri, 02 Jun 2017 16:32:39 +0200] rev 46521
8179527: Implement intrinsic code for reverseBytes with load/store Reviewed-by: simonis, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Fri, 02 Jun 2017 13:48:01 +0200 8177044: Remove _scan_top from HeapRegion
tschatzl [Fri, 02 Jun 2017 13:48:01 +0200] rev 46520
8177044: Remove _scan_top from HeapRegion Summary: Remove the _scan_top member from HeapRegion using a per-gc pre-calculated table of scan limits that also subsumes other checks. Reviewed-by: sangheki, kbarrett, ehelin
Fri, 02 Jun 2017 13:47:54 +0200 8177707: Specialize G1RemSet::refine_card for concurrent/during safepoint refinement
tschatzl [Fri, 02 Jun 2017 13:47:54 +0200] rev 46519
8177707: Specialize G1RemSet::refine_card for concurrent/during safepoint refinement Reviewed-by: ehelin, kbarrett
Fri, 02 Jun 2017 13:45:21 +0200 8162928: Micro-optimizations in scanning the remembered sets
tschatzl [Fri, 02 Jun 2017 13:45:21 +0200] rev 46518
8162928: Micro-optimizations in scanning the remembered sets Reviewed-by: ehelin, kbarrett
Fri, 02 Jun 2017 13:45:15 +0200 8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset
tschatzl [Fri, 02 Jun 2017 13:45:15 +0200] rev 46517
8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset Reviewed-by: kbarrett, sangheki, ehelin
Fri, 02 Jun 2017 05:24:28 -0400 8181451: JDK-8174231 broke some clang builds
dholmes [Fri, 02 Jun 2017 05:24:28 -0400] rev 46516
8181451: JDK-8174231 broke some clang builds Reviewed-by: stuefe, kbarrett, iveresov
Thu, 01 Jun 2017 17:34:01 -0700 8181124: Get rid of compiler.testlibrary.rtm.predicate
epavlova [Thu, 01 Jun 2017 17:34:01 -0700] rev 46515
8181124: Get rid of compiler.testlibrary.rtm.predicate Reviewed-by: kvn
Thu, 01 Jun 2017 17:33:07 -0700 8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found
epavlova [Thu, 01 Jun 2017 17:33:07 -0700] rev 46514
8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found Reviewed-by: kvn
Thu, 01 Jun 2017 09:34:53 -0700 8181377: Capture underlying type for unsafe/unaligned pointers in ClassFileParser
mikael [Thu, 01 Jun 2017 09:34:53 -0700] rev 46513
8181377: Capture underlying type for unsafe/unaligned pointers in ClassFileParser Reviewed-by: dholmes, kbarrett
Wed, 31 May 2017 13:17:00 +0200 8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false
pliden [Wed, 31 May 2017 13:17:00 +0200] rev 46512
8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false Reviewed-by: dholmes, rehn
Thu, 01 Jun 2017 02:21:18 +0000 Merge
dholmes [Thu, 01 Jun 2017 02:21:18 +0000] rev 46511
Merge
Wed, 31 May 2017 09:19:28 -0400 8181055: PPC64: "mbind: Invalid argument" still seen after 8175813
zgu [Wed, 31 May 2017 09:19:28 -0400] rev 46510
8181055: PPC64: "mbind: Invalid argument" still seen after 8175813 Summary: Use numa_interleave_memory v2 api when available Reviewed-by: dholmes, shade, gromero
Wed, 31 May 2017 18:20:20 -0700 8181369: Update Graal
iveresov [Wed, 31 May 2017 18:20:20 -0700] rev 46509
8181369: Update Graal Reviewed-by: kvn
Tue, 30 May 2017 15:41:23 -0700 8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info
mikael [Tue, 30 May 2017 15:41:23 -0700] rev 46508
8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info Reviewed-by: dholmes, stuefe
Tue, 30 May 2017 17:14:52 -0400 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
dholmes [Tue, 30 May 2017 17:14:52 -0400] rev 46507
8174231: Factor out and share PlatformEvent and Parker code for POSIX systems Reviewed-by: stuefe, rehn, dcubed
Mon, 29 May 2017 20:48:10 +0200 Merge
jwilhelm [Mon, 29 May 2017 20:48:10 +0200] rev 46506
Merge
Sat, 27 May 2017 09:21:01 -0400 8174749: Use hash table/oops for MemberName table
coleenp [Sat, 27 May 2017 09:21:01 -0400] rev 46505
8174749: Use hash table/oops for MemberName table Summary: Add a Java type called ResolvedMethodName which is immutable and can be stored in a hashtable, that is weakly collected by gc Reviewed-by: sspitsyn, stefank, jrose
Fri, 26 May 2017 13:47:33 -0700 8180032: Unaligned pointer dereference in ClassFileParser
mikael [Fri, 26 May 2017 13:47:33 -0700] rev 46504
8180032: Unaligned pointer dereference in ClassFileParser Reviewed-by: dholmes, hseigel
Fri, 26 May 2017 09:48:46 -0400 8179861: Missing copyrights in some hotspot files
gtriantafill [Fri, 26 May 2017 09:48:46 -0400] rev 46503
8179861: Missing copyrights in some hotspot files Reviewed-by: coleenp, dholmes, sspitsyn
Fri, 26 May 2017 13:46:49 +0200 8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp
tschatzl [Fri, 26 May 2017 13:46:49 +0200] rev 46502
8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp Reviewed-by: ehelin, coleenp, dholmes
Thu, 25 May 2017 20:55:20 -0400 8180945: vmError.cpp : adjust dup and fclose
mbaesken [Thu, 25 May 2017 20:55:20 -0400] rev 46501
8180945: vmError.cpp : adjust dup and fclose Reviewed-by: dholmes
Thu, 25 May 2017 23:20:29 +0000 Merge
redestad [Thu, 25 May 2017 23:20:29 +0000] rev 46500
Merge
Fri, 26 May 2017 01:04:05 +0200 8180614: Skip range and constraint checks on non-existent flags
redestad [Fri, 26 May 2017 01:04:05 +0200] rev 46499
8180614: Skip range and constraint checks on non-existent flags Reviewed-by: iklam, gziemski
Thu, 25 May 2017 22:33:25 +0000 Merge
iveresov [Thu, 25 May 2017 22:33:25 +0000] rev 46498
Merge
Thu, 25 May 2017 15:27:40 -0700 8181115: Update suite.py after JDK-8180267
iveresov [Thu, 25 May 2017 15:27:40 -0700] rev 46497
8181115: Update suite.py after JDK-8180267 Reviewed-by: kvn
Thu, 25 May 2017 09:43:43 +0200 8152955: Many safepoints of "no vm operation" kind
rehn [Thu, 25 May 2017 09:43:43 +0200] rev 46496
8152955: Many safepoints of "no vm operation" kind Reviewed-by: dholmes, rkennke, shade
Thu, 25 May 2017 09:38:33 +0200 8152953: ForceSafepoint operations should be more specific
rehn [Thu, 25 May 2017 09:38:33 +0200] rev 46495
8152953: ForceSafepoint operations should be more specific Reviewed-by: dholmes, sspitsyn, rkennke, coleenp
Wed, 24 May 2017 17:30:45 -0700 8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range
lucy [Wed, 24 May 2017 17:30:45 -0700] rev 46494
8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range Summary: change RTM flags type to 'int' and set value range Reviewed-by: simonis, kvn
Wed, 24 May 2017 22:27:40 +0200 Merge
jwilhelm [Wed, 24 May 2017 22:27:40 +0200] rev 46493
Merge
Wed, 24 May 2017 12:42:44 +0200 8180763: Improve inlining of Symbol::equals(char*,int) into CompactHashtable
redestad [Wed, 24 May 2017 12:42:44 +0200] rev 46492
8180763: Improve inlining of Symbol::equals(char*,int) into CompactHashtable Reviewed-by: iklam, jiangli
Tue, 23 May 2017 20:14:52 -0700 8180631: [TESTBUG] CDS tests should use CDSTestUtils.executeAndLog whenever spawning sub processes
mseledtsov [Tue, 23 May 2017 20:14:52 -0700] rev 46491
8180631: [TESTBUG] CDS tests should use CDSTestUtils.executeAndLog whenever spawning sub processes Summary: Updated all relevant call sites to use executeAndLog() Reviewed-by: iklam, ccheung
Tue, 23 May 2017 18:42:08 +0000 Merge
coleenp [Tue, 23 May 2017 18:42:08 +0000] rev 46490
Merge
Tue, 23 May 2017 11:58:32 -0400 8139673: NMT stack traces in output should show mtcomponent
zgu [Tue, 23 May 2017 11:58:32 -0400] rev 46489
8139673: NMT stack traces in output should show mtcomponent Summary: Show memory types of malloc site in detail report Reviewed-by: dholmes, shade, coleenp Contributed-by: max.ockner@oracle.com, zgu@redhat.com
Tue, 23 May 2017 17:51:35 +0200 Merge
jwilhelm [Tue, 23 May 2017 17:51:35 +0200] rev 46488
Merge
Tue, 09 May 2017 16:48:31 +0200 8179953: [ppc] TLABWasteIncrement not loaded correctly
goetz [Tue, 09 May 2017 16:48:31 +0200] rev 46487
8179953: [ppc] TLABWasteIncrement not loaded correctly Summary: Also fix TestOptionWithRanges to show the bug. Reviewed-by: dholmes, shade
Fri, 28 Apr 2017 14:34:24 +0200 8179618: Fixes for range of OptoLoopAlignment and Inlining flags
goetz [Fri, 28 Apr 2017 14:34:24 +0200] rev 46486
8179618: Fixes for range of OptoLoopAlignment and Inlining flags Summary: OptoLoopAlignment must be multiple of NOP size. Inlining flags must not exceed WarmCallInfo::MAX_VALUE(). Reviewed-by: kvn, stuefe
Mon, 22 May 2017 09:07:16 -0700 8180654: Apply UL to PrintCodeCacheOnCompilation
kvn [Mon, 22 May 2017 09:07:16 -0700] rev 46485
8180654: Apply UL to PrintCodeCacheOnCompilation Reviewed-by: kvn Contributed-by: chihiro.ito@oracle.com
Fri, 19 May 2017 12:14:38 +0200 8180599: Possibly miss to iterate monitors on thread exit
rkennke [Fri, 19 May 2017 12:14:38 +0200] rev 46484
8180599: Possibly miss to iterate monitors on thread exit Summary: Move thread-local monitors to global lists before thread is removed from global threads list, to ensure all monitors get scanned Reviewed-by: dholmes, rehn
Fri, 19 May 2017 06:50:58 +0000 Merge
thartmann [Fri, 19 May 2017 06:50:58 +0000] rev 46483
Merge
Fri, 19 May 2017 08:36:49 +0200 8180587: Assert in layout_helper_log2_element_size(jint) compares bits instead of bytes
thartmann [Fri, 19 May 2017 08:36:49 +0200] rev 46482
8180587: Assert in layout_helper_log2_element_size(jint) compares bits instead of bytes Summary: Fixed assert to compare log2 element size in bytes. Reviewed-by: zmajo, kvn
Thu, 18 May 2017 16:31:16 -0700 8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior
ysuenaga [Thu, 18 May 2017 16:31:16 -0700] rev 46481
8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior Summary: rename setNotInlineable() to setNotInlineableOrCompileable() Reviewed-by: dnsimon, kvn
Thu, 18 May 2017 14:33:09 -0700 8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java
epavlova [Thu, 18 May 2017 14:33:09 -0700] rev 46480
8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java Reviewed-by: iignatyev, mseledtsov, kvn
Thu, 18 May 2017 11:27:06 -0700 8180601: hsdis generates duplicate output for JVMCI installed code
ysuenaga [Thu, 18 May 2017 11:27:06 -0700] rev 46479
8180601: hsdis generates duplicate output for JVMCI installed code Summary: remove duplicated hsdis output Reviewed-by: dnsimon, kvn
Thu, 18 May 2017 17:20:59 +0200 8180473: Use proper deallocation for FileBuff::_bigbuf
zmajo [Thu, 18 May 2017 17:20:59 +0200] rev 46478
8180473: Use proper deallocation for FileBuff::_bigbuf Summary: Use the array-specific delete operator instead of the scalar delete operator. Reviewed-by: kvn
Thu, 18 May 2017 13:17:28 +0000 Merge
dbuck [Thu, 18 May 2017 13:17:28 +0000] rev 46477
Merge
Thu, 18 May 2017 08:14:33 -0400 8177522: -XX:OnOutOfMemoryError does not work if supplied twice on windows
vkempik [Thu, 18 May 2017 08:14:33 -0400] rev 46476
8177522: -XX:OnOutOfMemoryError does not work if supplied twice on windows Summary: use cmd /c on windows to execute onError commands Reviewed-by: dholmes, hseigel
Thu, 18 May 2017 08:17:52 -0400 8166848: Performance bug: SystemDictionary - optimization
coleenp [Thu, 18 May 2017 08:17:52 -0400] rev 46475
8166848: Performance bug: SystemDictionary - optimization Summary: Check instead that a bucket isn't 10x the average Reviewed-by: iklam, gziemski, sspitsyn
Wed, 17 May 2017 23:36:19 +0200 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke [Wed, 17 May 2017 23:36:19 +0200] rev 46474
8180175: ObjectSynchronizer only needs to iterate in-use monitors Summary: When using -XX:+MonitorInUseLists, then only iterate in-use monitors. Reviewed-by: zgu, dholmes, rehn
Wed, 17 May 2017 23:18:19 +0200 8180482: Reformat -XX:+PrintSafepointStatistics table
shade [Wed, 17 May 2017 23:18:19 +0200] rev 46473
8180482: Reformat -XX:+PrintSafepointStatistics table Reviewed-by: dholmes
Wed, 17 May 2017 12:46:12 +0000 Merge
redestad [Wed, 17 May 2017 12:46:12 +0000] rev 46472
Merge
Wed, 17 May 2017 12:20:17 +0000 Merge
redestad [Wed, 17 May 2017 12:20:17 +0000] rev 46471
Merge
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 tip