clanger [Wed, 11 Apr 2018 09:47:41 +0200] rev 49742
8201247: Various cleanups in the attach framework
Reviewed-by: goetz, cjplummer
sjohanss [Wed, 11 Apr 2018 08:18:13 +0200] rev 49741
8200228: Change default value of HeapSizePerGCThread
Reviewed-by: tschatzl, shade, jwilhelm
amenkov [Tue, 10 Apr 2018 15:33:11 -0700] rev 49740
8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state"
Reviewed-by: sspitsyn, cjplummer
ccheung [Tue, 10 Apr 2018 11:43:40 -0700] rev 49739
8194812: Extend class-data sharing to support the module path
8199360: Rework the support for the 'ignored' module options in CDS
Reviewed-by: jiangli, lfoltan, iklam, mseledtsov
coleenp [Tue, 10 Apr 2018 10:06:42 -0400] rev 49738
8198313: Wrap holder object for ClassLoaderData in a WeakHandle
Summary: Use WeakHandle for ClassLoaderData::_holder so that is_alive closure is not needed
Reviewed-by: rehn, kbarrett
zgu [Tue, 10 Apr 2018 08:15:40 -0400] rev 49737
8201321: NMT: Unnecessary re-recording thread stack and size when attaching listener to JavaThread
Summary: Replaced recoding thread stack and size with assertion
Reviewed-by: dholmes, coleenp
ctornqvi [Tue, 10 Apr 2018 08:13:06 -0400] rev 49736
8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
Reviewed-by: lfoltan, mseledtsov, mikael
stefank [Tue, 10 Apr 2018 12:21:58 +0200] rev 49735
8201217: Split specialized_oop_closures.hpp into GC specific files
Reviewed-by: sjohanss, eosterlund
stefank [Tue, 10 Apr 2018 12:21:05 +0200] rev 49734
8201244: Clean out unnecessary includes of heap headers
Reviewed-by: coleenp, shade
stefank [Tue, 10 Apr 2018 12:20:00 +0200] rev 49733
8201209: Separate out CMS specific functions into CMSCardTable
Reviewed-by: eosterlund, sjohanss
stefank [Tue, 10 Apr 2018 12:18:42 +0200] rev 49732
8201175: Move FilteringClosure::do_oop to genOopClosures
Reviewed-by: tschatzl, sjohanss
stefank [Tue, 10 Apr 2018 12:17:16 +0200] rev 49731
8201168: Move GC command line constraint functions to GC specific files
Reviewed-by: gziemski, sjohanss
stefank [Tue, 10 Apr 2018 12:15:07 +0200] rev 49730
8200759: Move GC entries in vmStructs.cpp to GC specific files
Reviewed-by: sjohanss, shade
shade [Tue, 10 Apr 2018 12:12:43 +0200] rev 49729
8201359: Incorrect header guards after JDK-8198949 (Modularize arraycopy stub routine GC barriers)
Reviewed-by: stefank, dholmes
gromero [Thu, 05 Apr 2018 20:09:33 -0400] rev 49728
8201218: PPC64: Avoid use of yield instruction on spinlock
Reviewed-by: mdoerr, goetz
tschatzl [Tue, 10 Apr 2018 09:12:23 +0200] rev 49727
8200385: Eagerly reclaimed humongous objects leave mark in prev bitmap
Summary: Also clear marks on prev bitmap on eager reclaim
Reviewed-by: sangheki, sjohanss
rwestberg [Mon, 09 Apr 2018 10:09:38 +0200] rev 49726
8199736: Define WIN32_LEAN_AND_MEAN before including windows.h
Reviewed-by: erikj, ihse, kbarrett, dholmes
kbarrett [Mon, 09 Apr 2018 20:36:04 -0400] rev 49725
8200550: Xcode 9.3 produce warning -Wexpansion-to-defined
Summary: Removed problem macros.
Reviewed-by: tschatzl, dholmes, coleenp
dpochepk [Mon, 09 Apr 2018 18:43:40 +0300] rev 49724
8187472: AARCH64: array_equals intrinsic doesn't use prefetch for large arrays
Reviewed-by: dsamersoff
dpochepk [Mon, 09 Apr 2018 18:40:20 +0300] rev 49723
8201185: AARCH64: bfm instruction encoding hits assert on zero register
Reviewed-by: dsamersoff
rkennke [Thu, 05 Apr 2018 10:54:53 +0200] rev 49722
8199735: Mark word updates need to use Access API
Reviewed-by: shade, eosterlund
zgu [Mon, 09 Apr 2018 08:19:26 -0400] rev 49721
8201242: Include source file/line number when reporting native call stack on supported platforms
Summary: Added source file/line number to native call stack reporting on supported platforms
Reviewed-by: adinn, stuefe, dcubed
eosterlund [Mon, 09 Apr 2018 13:38:45 +0200] rev 49720
8201167: Remove MacroAssembler::cmp_heap_oop on x86
Reviewed-by: kvn, tschatzl
lkorinth [Thu, 05 Apr 2018 14:25:53 +0200] rev 49719
8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
Reviewed-by: sjohanss, tschatzl
kbarrett [Mon, 09 Apr 2018 01:22:37 -0400] rev 49718
8200697: Add utility for spin wait with fallback to yield/sleep
Summary: Added SpinYield utility class.
Reviewed-by: dcubed, coleenp, dholmes
Contributed-by: kim.barrett@oracle.com, robbin.ehn@oracle.com
jwilhelm [Fri, 06 Apr 2018 19:16:33 +0200] rev 49717
Merge
hseigel [Fri, 06 Apr 2018 09:59:48 -0400] rev 49716
8198908: Add JVM support for preview features
Summary: Add new major and minor version checks
Reviewed-by: dholmes, lfoltan
stefank [Fri, 06 Apr 2018 13:55:25 +0200] rev 49715
8201136: Move GC flags from globals.hpp to GC specific files
Reviewed-by: sjohanss, shade, rehn
stefank [Fri, 06 Apr 2018 13:54:54 +0200] rev 49714
8201227: Add ALL_GCS_ONLY
Reviewed-by: sjohanss, shade, rehn
sjohanss [Fri, 06 Apr 2018 11:41:21 +0200] rev 49713
8200169: Flatten G1Allocator class hierarchy
Reviewed-by: tschatzl, sangheki
stefank [Fri, 06 Apr 2018 11:37:34 +0200] rev 49712
8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers
Reviewed-by: kbarrett
stefank [Fri, 06 Apr 2018 11:37:33 +0200] rev 49711
8201212: Remove INCLUDE_ALL_GCS from OopStorage files
Reviewed-by: kbarrett
stefank [Fri, 06 Apr 2018 11:37:31 +0200] rev 49710
8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
Reviewed-by: sjohanss, pliden
stefank [Fri, 06 Apr 2018 11:37:28 +0200] rev 49709
8200736: Move CMSGCStats to the cms directory
Reviewed-by: sjohanss, tschatzl
stefank [Fri, 06 Apr 2018 11:37:26 +0200] rev 49708
8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
Reviewed-by: shade, adinn
ihse [Tue, 17 Apr 2018 15:39:20 +0200] rev 49707
8201591: JVM features with "-" in name is not correctly handled
Reviewed-by: erikj
sgehwolf [Mon, 16 Apr 2018 12:20:36 +0200] rev 49706
8201495: [Zero] Reduce limits of max heap size for boot JDK on s390
Reviewed-by: ihse, aph, simonis
goetz [Mon, 16 Apr 2018 11:08:07 +0200] rev 49705
8201584: Fix configure on SLES 11 after 8201483
Reviewed-by: ihse, simonis
clanger [Mon, 16 Apr 2018 11:11:52 +0200] rev 49704
8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address
Reviewed-by: clanger, chegar
Contributed-by: joelpelaez@gmail.com
alanb [Mon, 16 Apr 2018 09:36:01 +0100] rev 49703
8194734: Handle to jimage file inherited into child processes (win)
Reviewed-by: alanb
Contributed-by: alexandr.miloslavskiy@gmail.com
alanb [Sat, 14 Apr 2018 08:41:42 +0100] rev 49702
8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
Reviewed-by: bpb
mcimadamore [Fri, 13 Apr 2018 11:14:49 -0700] rev 49701
8201554: Disable failing tier1 test for JDK-8201498
Reviewed-by: jjg
valeriep [Fri, 13 Apr 2018 18:07:58 +0000] rev 49700
8197441: Signature#initSign/initVerify for an invalid private/public key fails with ClassCastException for SunPKCS11 provider
Summary: Rethrow ClassCastException with InvalidKeyException
Reviewed-by: ascarpino
naoto [Fri, 13 Apr 2018 10:23:01 -0700] rev 49699
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
Reviewed-by: erikj, rriggs
prr [Fri, 13 Apr 2018 09:51:58 -0700] rev 49698
Merge
prr [Fri, 13 Apr 2018 09:04:18 -0700] rev 49697
Merge
prr [Thu, 12 Apr 2018 16:25:29 -0700] rev 49696
Merge
aivanov [Thu, 12 Apr 2018 14:11:42 +0100] rev 49695
8199627: Use "Per-Monitor V2" High DPI awareness for Windows 10 v1703
Reviewed-by: serb, prr
aivanov [Thu, 12 Apr 2018 14:03:54 +0100] rev 49694
8201240: Improve releasing native resources of BufImgSurfaceData.ICMColorData
Reviewed-by: prr, serb
sgehwolf [Mon, 09 Apr 2018 13:28:47 +0200] rev 49693
8196516: libfontmanager must be built with LDFLAGS allowing unresolved symbols
Summary: Fixes build failures on some sustems with custom LDFLAGS settings.
Reviewed-by: erikj, ihse, serb
prr [Tue, 10 Apr 2018 13:58:47 -0700] rev 49692
Merge
prr [Mon, 09 Apr 2018 08:34:30 -0700] rev 49691
Merge
serb [Thu, 05 Apr 2018 19:08:48 -0700] rev 49690
8200149: The "com.sun.awt.AWTUtilities" class can be dropped
Reviewed-by: prr
lbourges [Wed, 04 Apr 2018 21:36:02 +0200] rev 49689
8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
Summary: increased timeout to 300s per test
Reviewed-by: jdv, prr, serb
jdv [Wed, 04 Apr 2018 14:32:05 +0530] rev 49688
Merge
kaddepalli [Mon, 02 Apr 2018 16:56:58 +0530] rev 49687
8200343: Minor JViewport documentation typo
Reviewed-by: serb, pkbalakr
kaddepalli [Mon, 02 Apr 2018 16:52:11 +0530] rev 49686
8200525: test java/awt/event/SequencedEvent/SequencedEventTest.java fails to compile
Reviewed-by: prr, serb
serb [Fri, 30 Mar 2018 13:57:19 -0700] rev 49685
8198335: java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java fails in headless mode
Reviewed-by: prr
rhalade [Fri, 13 Apr 2018 09:37:01 -0700] rev 49684
8198240: Allow cacerts test to pass when GTECyberTrust root expires
Summary: Implemented expiry policy exception list
Reviewed-by: mullan
mcimadamore [Fri, 13 Apr 2018 16:23:56 +0100] rev 49683
8201498: test/langtools/tools/javac/diags/CheckExamples.java 6 errors occurred
Summary: Remove duplicate class names in diagnostic examples.
Reviewed-by: jlahoda
weijun [Fri, 13 Apr 2018 15:29:33 +0800] rev 49682
8200468: Port the native GSS-API bridge to Windows
Reviewed-by: ihse, valeriep
jwilhelm [Fri, 13 Apr 2018 03:05:19 +0200] rev 49681
Merge
jwilhelm [Fri, 06 Apr 2018 19:16:33 +0200] rev 49680
Merge
jwilhelm [Fri, 06 Apr 2018 03:53:28 +0200] rev 49679
Merge
gadams [Thu, 05 Apr 2018 11:18:39 -0700] rev 49678
8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
Reviewed-by: sspitsyn, dholmes, ihse
hseigel [Thu, 05 Apr 2018 13:19:25 -0400] rev 49677
8200261: Regression with JVM anonymous class
Summary: Restore resolved anonymous class when creating a new constantpool because of overpass methods
Reviewed-by: coleenp, lfoltan
kbarrett [Wed, 04 Apr 2018 18:19:46 -0400] rev 49676
8200630: Globally suppress Visual Studio warning C4351
Summary: Globally suppress warning, remove sole instance of local suppression.
Reviewed-by: gtriantafill, tschatzl
dpochepk [Wed, 04 Apr 2018 23:05:13 +0300] rev 49675
8200628: aarch32 - Broken build after JDK-8199809
Reviewed-by: shade, coleenp
Contributed-by: boris.ulasevich@bell-sw.com
dpochepk [Wed, 04 Apr 2018 23:02:58 +0300] rev 49674
8200627: aarch32 - Broken build after JDK-8198949
Reviewed-by: shade, eosterlund
Contributed-by: boris.ulasevich@bell-sw.com
dstewart [Fri, 30 Mar 2018 13:39:43 -0400] rev 49673
8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
Summary: AArch64 VM_Version::features and flags are correspondingly set in CPUFeature and Flags
Reviewed-by: kvn, fyang
tschatzl [Wed, 04 Apr 2018 14:51:26 +0200] rev 49672
8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
Reviewed-by: sjohanss, sangheki
shade [Wed, 04 Apr 2018 12:06:31 +0200] rev 49671
8200608: Build failures after JDK-8191101 (Show register content in hs-err file on assert)
Reviewed-by: dholmes, tschatzl
pliden [Wed, 04 Apr 2018 11:59:48 +0200] rev 49670
8200607: Add missing include dependency in bitMap.hpp
Reviewed-by: shade, stefank
pliden [Wed, 04 Apr 2018 11:59:47 +0200] rev 49669
8200429: Adjust object pinning interface on CollectedHeap
Reviewed-by: dholmes, rkennke
ehelin [Wed, 04 Apr 2018 11:25:26 +0200] rev 49668
Merge
ehelin [Wed, 04 Apr 2018 10:12:02 +0200] rev 49667
8200626: Restore history for g1ConcurrentMarkThread.*
Reviewed-by: shade, sjohanss
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49666
8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
Reviewed-by: sjohanss, sangheki
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49665
8200255: Remove G1CMTask::_concurrent
Reviewed-by: sangheki, sjohanss
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49664
8200234: Cleanup Remark and Cleanup pause code
Summary: Remove redundant methods, factor out verification code and simplify code in Remark and Cleanup pause code.
Reviewed-by: sangheki, sjohanss
rwestberg [Wed, 28 Mar 2018 15:30:43 +0200] rev 49663
8199619: Building HotSpot on Windows should define NOMINMAX
Reviewed-by: erikj, kbarrett, ihse
mseledtsov [Tue, 03 Apr 2018 08:56:46 -0700] rev 49662
8200126: [TESTBUG] Open source VM runtime signal tests
Summary: Open sourced the signal tests, updated make files and test groups accordingly
Reviewed-by: dholmes, ctornqvi, ihse
rkennke [Tue, 03 Apr 2018 17:36:19 +0200] rev 49661
8199780: SetMemory0 and CopyMemory0 in unsafe.cpp need to resolve their operands
Reviewed-by: shade, zgu, eosterlund
redestad [Tue, 03 Apr 2018 12:55:26 +0200] rev 49660
8199717: Avoid calculating primordial thread stack bounds on VM startup
Reviewed-by: dholmes, rehn, stuefe
lkorinth [Tue, 03 Apr 2018 12:05:49 +0200] rev 49659
8200371: In g1, rename ConcurrentMarkThread to G1ConcurrentMarkThread
Reviewed-by: tschatzl, sangheki
rkennke [Tue, 03 Apr 2018 13:15:27 +0200] rev 49658
8199781: Don't use naked == for comparing oops
Reviewed-by: coleenp, eosterlund, jrose
shade [Tue, 03 Apr 2018 10:27:46 +0200] rev 49657
8200438: Non-PCH x86_32 build failure: err_msg is not defined
Reviewed-by: stuefe, zgu, stefank
kbarrett [Fri, 30 Mar 2018 21:57:50 -0400] rev 49656
8195972: Refactor oops in JNI to use the Access API
Summary: Use Access API in JNIHandles
Reviewed-by: coleenp, eosterlund
poonam [Fri, 30 Mar 2018 18:46:14 +0000] rev 49655
8199406: Performance drop with Java JDK 1.8.0_162-b32
Summary: Improve the nmethod unloading times by optimizing the search for an itable stub in VtableStubs array
Reviewed-by: kvn, coleenp, tschatzl
kvn [Fri, 30 Mar 2018 07:47:20 -0700] rev 49654
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
Summary: Add requires to run test only in Xmixed mode.
Reviewed-by: simonis
stuefe [Fri, 30 Mar 2018 06:31:16 +0200] rev 49653
8191101: Show register content in hs-err file on assert
Reviewed-by: adinn, clanger, simonis
ccheung [Thu, 29 Mar 2018 21:48:38 -0700] rev 49652
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
Summary: stop CDS dumping right away when an OOM due to insufficient metaspace is encountered
Reviewed-by: iklam, mseledtsov
iklam [Thu, 29 Mar 2018 20:15:23 -0700] rev 49651
8183238: Obsolete CheckEndorsedAndExtDirs and remove checks for lib/endorsed and lib/ext
Reviewed-by: dholmes, mchung, alanb
lucy [Thu, 29 Mar 2018 14:53:01 -0700] rev 49650
8200366: SIGSEGV in CodeHeapState::print_names()
Summary: Temporary removed the failing function in diagnostic command until investigation is complete. Added checks to validate code blobs.
Reviewed-by: kvn, thartmann
dstewart [Thu, 29 Mar 2018 16:07:39 -0400] rev 49649
8200251: AArch64::CPUFeature out of sync with VM_Version::Feature_Flag
Summary: Added enums to CPUFeature to be in sync with VM_Version::Feature_Flag
Reviewed-by: kvn, aph, shade
kvn [Thu, 29 Mar 2018 09:52:53 -0700] rev 49648
8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
Reviewed-by: mseledtsov
tschatzl [Thu, 29 Mar 2018 17:15:26 +0200] rev 49647
8200362: G1Mux2Closure should disable implicit oop verification
Summary: To avoid the implicit oop verification provided by OopClosure and oop_iterate_no_header, let G1 verification closures inherit from ExtendedOopClosures and disable this verification.
Reviewed-by: stefank, sjohanss
redestad [Thu, 29 Mar 2018 15:05:31 +0200] rev 49646
8200424: Windows build fails due to implicit jboolean to bool conversion
Reviewed-by: shade, hseigel
simonis [Thu, 29 Mar 2018 14:50:25 +0200] rev 49645
8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
Reviewed-by: kvn, thartmann
tschatzl [Thu, 29 Mar 2018 14:08:10 +0200] rev 49644
8151171: Bring g1ConcurrentMark files up to current coding conventions
Summary: Improve method naming, bracketing, use of _g1h member and general cleanup.
Reviewed-by: sangheki, sjohanss
tschatzl [Thu, 29 Mar 2018 14:07:59 +0200] rev 49643
8199742: Clean up state flags in G1CollectorState
Summary: Remove, merge and update naming of flags in G1CollectorState
Reviewed-by: sangheki, sjohanss
shade [Thu, 29 Mar 2018 12:56:06 +0200] rev 49642
8200423: Non-PCH build for x86_32 fails
Reviewed-by: rkennke, stuefe
redestad [Thu, 29 Mar 2018 10:38:29 +0200] rev 49641
8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull
Reviewed-by: lfoltan, acorn, dholmes
kvn [Wed, 28 Mar 2018 17:20:06 -0700] rev 49640
8200383: Can't build on SPARC Hotspot with code which use math functions
Summary: remove old hack which supports Solaris 8 and 9
Reviewed-by: erikj, ihse
lmesnik [Wed, 28 Mar 2018 13:25:15 -0700] rev 49639
8200187: Exclude 3 long-running tests from tier1
Reviewed-by: dholmes, cjplummer
lmesnik [Wed, 28 Mar 2018 13:38:08 -0700] rev 49638
8200091: [TESTBUG] Update jittester for jdk11
Reviewed-by: iignatyev
amenkov [Wed, 28 Mar 2018 12:10:24 -0700] rev 49637
8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
Reviewed-by: sspitsyn, cjplummer
dcubed [Wed, 28 Mar 2018 12:04:33 -0400] rev 49636
8199813: SIGSEGV in ThreadsList::includes()
Summary: ThreadsListHandles cannot be used by JavaThreads that are not on the Threads list.
Reviewed-by: eosterlund, gthornbr, dholmes, rehn
tschatzl [Wed, 28 Mar 2018 16:39:32 +0200] rev 49635
8199326: Remove G1 gc time stamp logic
Summary: G1 gc time stamp logic is unused completely after JDK-8180415, so removing it.
Reviewed-by: sangheki, sjohanss
tschatzl [Wed, 28 Mar 2018 16:39:32 +0200] rev 49634
8197932: Better split work in rebuild remembered sets phase
Summary: Let threads rebuilding remembered sets yield after every G1RebuildRemSetChunkSize (default: 256kB) sized memory area to improve TTSP.
Reviewed-by: sangheki, sjohanss
tschatzl [Wed, 28 Mar 2018 16:39:32 +0200] rev 49633
8197928: Only enqueue deferred cards with references into regions that have a tracked remembered set during GC
Reviewed-by: sangheki, sjohanss
tschatzl [Wed, 28 Mar 2018 16:39:32 +0200] rev 49632
8197573: Remove concurrent cleanup and secondary free list handling
Summary: Remove secondary free list and all associated functionality, moving the cleanup work into the Cleanup pause instead.
Reviewed-by: sangheki, sjohanss
stefank [Mon, 26 Mar 2018 17:01:32 +0200] rev 49631
8200292: Move PushAndMarkVerifyClosure::do_oop_work to concurrentMarkSweepGeneration.cpp
Reviewed-by: tschatzl, sjohanss
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49630
8199927: Make WhiteBox more GC agnostic
Reviewed-by: shade, eosterlund
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49629
8199925: Break out GC selection logic from GCArguments to GCConfig
Reviewed-by: eosterlund, rkennke
pliden [Wed, 28 Mar 2018 11:38:47 +0200] rev 49628
8199918: Shorten names of CollectedHeap::Name members
Reviewed-by: shade, eosterlund
simonis [Wed, 28 Mar 2018 11:27:35 +0200] rev 49627
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
Reviewed-by: kvn, thartmann
glaubitz [Wed, 28 Mar 2018 10:49:07 +0200] rev 49626
8200245: Zero fails to build on linux-ia64 due to ia64-specific cruft
Reviewed-by: dholmes, stuefe
pliden [Wed, 28 Mar 2018 09:21:05 +0200] rev 49625
8200168: Remove DONT_USE_REGISTER_DEFINES on Sparc
Reviewed-by: kvn, eosterlund
stuefe [Wed, 28 Mar 2018 09:16:07 +0200] rev 49624
8200297: Build failures after JDK-8198691 (CodeHeap State Analytics)
Reviewed-by: shade, kvn
thartmann [Wed, 28 Mar 2018 09:12:45 +0200] rev 49623
8200290: Scratch buffer creation fails with "assert(!current_thread_in_native()) failed: must not be in native" on SPARC
Summary: The code needs to be changed after JDK-8167372 to transition from native.
Reviewed-by: kvn
stuefe [Tue, 27 Mar 2018 18:31:25 +0200] rev 49622
8200302: ppc, s390 (non-pch) build errors
Reviewed-by: coleenp, lfoltan
coleenp [Tue, 27 Mar 2018 11:53:23 -0400] rev 49621
8200276: Cleanup allocation.hpp includes
Reviewed-by: stefank, hseigel
mbaesken [Tue, 27 Mar 2018 17:30:55 +0200] rev 49620
8200246: AIX build fails after adjustments of src/hotspot/share/trace/traceEventClasses.xsl
Reviewed-by: clanger, stuefe
shade [Tue, 27 Mar 2018 14:40:19 +0200] rev 49619
8200299: Non-PCH build for aarch64 fails
Reviewed-by: thartmann, stuefe
thartmann [Tue, 27 Mar 2018 11:51:39 +0200] rev 49618
8200230: [Graal] Compilations should not be enqueued before Graal is initialized
Summary: Split compiler initialization into two phases to avoid compilations being enqueued before Graal is initialized.
Reviewed-by: kvn, dnsimon
thartmann [Tue, 27 Mar 2018 11:13:11 +0200] rev 49617
8200227: [Graal] Test times out with Graal due to low compile threshold
Summary: Removed unnecessary VM options from test to avoid timeouts with Graal.
Reviewed-by: kvn
tschatzl [Tue, 27 Mar 2018 11:05:01 +0200] rev 49616
8193067: gc/g1/TestVerifyGCType.java still unstable
Summary: Fix number of gc threads and heap waste percentage to trigger mixed gcs reproducibly
Reviewed-by: sjohanss, pliden
shade [Tue, 27 Mar 2018 10:03:47 +0200] rev 49615
8200232: Build failures after JDK-8200106 (Move NoSafepointVerifier out from gcLocker.hpp)
Reviewed-by: stefank, tschatzl, dholmes, stuefe, coleenp
srukmannagar [Mon, 26 Mar 2018 18:16:12 -0700] rev 49614
8200067: Add support for vpclmulqdq for crc32
Reviewed-by: kvn
iklam [Mon, 26 Mar 2018 17:40:54 -0700] rev 49613
8199793: [Graal] runtime/CommandLine/PrintTouchedMethods.java crashes with assertion "reference count underflow for symbol"
Summary: Remove Symbol::set_permanent to avoid possible race conditions
Reviewed-by: coleenp, dholmes, thartmann
jiangli [Mon, 26 Mar 2018 19:00:47 -0400] rev 49612
8200202: Remove unused _boot_modules_array and _platform_modules_array from classLoader.*.
Summary: Remove unused _boot_modules_array and _platform_modules_array.
Reviewed-by: coleenp
lucy [Mon, 26 Mar 2018 12:59:45 -0700] rev 49611
8198691: CodeHeap State Analytics
Reviewed-by: kvn, thartmann
gadams [Mon, 26 Mar 2018 08:17:56 -0400] rev 49610
8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
Reviewed-by: cjplummer
amenkov [Mon, 26 Mar 2018 09:27:24 -0700] rev 49609
8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
Reviewed-by: dholmes, sspitsyn, cjplummer
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49608
8196485: FromCardCache default card index can cause crashes
Summary: The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits.
Reviewed-by: shade, sjohanss
Contributed-by: Thomas Schatzl <thomas.schatzl@oracle.com>, Jarkko Miettinen <jarkko.miettinen@relex.fi>
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49607
8180415: Rebuild remembered sets during the concurrent cycle
Summary: In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49606
8197850: Calculate liveness in regions during marking
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49605
8197570: Make rules for choosing collection set candidates more explicit
Reviewed-by: sangheki, sjohanss
tschatzl [Mon, 26 Mar 2018 16:51:41 +0200] rev 49604
8197569: Refactor eager reclaim for concurrent remembered set rebuilding
Summary: Expose information about eager reclaim region selection.
Reviewed-by: sjohanss, sangheki
coleenp [Mon, 26 Mar 2018 10:19:31 -0400] rev 49603
8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
Summary: The function isn't needed any longer.
Reviewed-by: stuefe, stefank
pliden [Mon, 26 Mar 2018 12:44:39 +0200] rev 49602
8199850: Move parsing of VerifyGCType to G1
Reviewed-by: sjohanss, tschatzl
coleenp [Mon, 26 Mar 2018 09:35:20 -0400] rev 49601
8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
Summary: We should avoid having global locks buried in cpp files
Reviewed-by: tschatzl, lfoltan, gtriantafill, stuefe
roland [Tue, 20 Mar 2018 15:38:00 +0100] rev 49600
8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510
Reviewed-by: dlong, thartmann
lkorinth [Fri, 23 Mar 2018 16:25:47 +0100] rev 49599
8196865: G1 log for active workers is wrong
Reviewed-by: tschatzl, sjohanss
glaubitz [Mon, 26 Mar 2018 10:03:31 +0200] rev 49598
8200203: Missing platform definitions for ia64
Reviewed-by: ihse, stuefe
enevill [Fri, 23 Mar 2018 23:57:48 +0000] rev 49597
8200197: Zero fails to build after 8200105
Reviewed-by: coleenp
cjplummer [Sat, 24 Mar 2018 13:39:07 -0700] rev 49596
8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
Summary: no longer force stderr to console. Copy app's output to Sytem.err.
Reviewed-by: sspitsyn, dholmes, iignatyev, clanger
jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49595
Merge
stefank [Fri, 23 Mar 2018 18:54:12 +0100] rev 49594
8200106: Move NoSafepointVerifier out from gcLocker.hpp
Reviewed-by: coleenp
stefank [Thu, 15 Mar 2018 21:29:36 +0100] rev 49593
8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
Reviewed-by: coleenp, kbarrett
stefank [Thu, 15 Mar 2018 21:24:10 +0100] rev 49592
8199946: Move load/store and encode/decode out of oopDesc
Reviewed-by: eosterlund, coleenp, tschatzl
eosterlund [Fri, 23 Mar 2018 12:55:39 +0100] rev 49591
8200113: Make Access load proxys smarter
Reviewed-by: stefank, pliden
stefank [Thu, 22 Mar 2018 12:34:31 +0100] rev 49590
8200111: MallocArrayAllocator::free should not take a length parameter
Reviewed-by: gtriantafill, coleenp, tschatzl
mli [Fri, 13 Apr 2018 09:06:37 +0800] rev 49589
8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
Reviewed-by: rriggs
redestad [Fri, 13 Apr 2018 01:04:33 +0200] rev 49588
8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
Reviewed-by: mullan
erikj [Thu, 12 Apr 2018 15:26:59 -0700] rev 49587
8201508: Macosx builds fail in GenerateLinkOptData.gmk
Reviewed-by: tbell
bpb [Thu, 12 Apr 2018 14:03:46 -0700] rev 49586
8009632: (fs) FileStore.supportsFileAttributeView does not detect user_xattr enabled on ext4
Reviewed-by: alanb
sherman [Thu, 12 Apr 2018 13:30:58 -0700] rev 49585
8201443: NoSuchMethodException JarFile.open when jar file is used in classpath
Reviewed-by: rriggs, redestad
lana [Thu, 12 Apr 2018 19:12:54 +0000] rev 49584
Merge
lana [Thu, 12 Apr 2018 18:21:55 +0000] rev 49583
Added tag jdk-11+9 for changeset 0c3e252cea44
ihse [Thu, 12 Apr 2018 20:20:27 +0200] rev 49582
8201483: Make it possible to disable JVM features
Reviewed-by: erikj, stuefe
redestad [Thu, 12 Apr 2018 17:23:32 +0200] rev 49581
8201494: Avoid early initialization of java.nio.Bits
Reviewed-by: rriggs, alanb
mcimadamore [Thu, 12 Apr 2018 13:55:20 +0100] rev 49580
8199194: Add javac support for preview features
Summary: Add support for preview features and related command line options.
Reviewed-by: jjg
jlahoda [Thu, 12 Apr 2018 09:23:34 +0200] rev 49579
8189765: Improve error reporting for compiling against package not visible due to modules
Summary: When looking in other modules for an undefined Symbol, also look into the unnamed module.
Reviewed-by: mcimadamore
xyin [Thu, 12 Apr 2018 10:19:31 +0800] rev 49578
8197418: Move java/util/RandomAccess/ tests into OpenJDK
Reviewed-by: psandoz
vromero [Wed, 11 Apr 2018 14:52:32 -0400] rev 49577
8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod
Reviewed-by: mcimadamore
Contributed-by: bsrbnd@gmail.com
psandoz [Wed, 11 Apr 2018 11:11:13 -0700] rev 49576
8199875: Require first parameter type of a condy bootstrap to be Lookup
Reviewed-by: jrose
erikj [Wed, 11 Apr 2018 18:45:08 +0200] rev 49575
8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again
Reviewed-by: tbell
naoto [Wed, 11 Apr 2018 09:14:47 -0700] rev 49574
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
Reviewed-by: erikj, sherman
michaelm [Wed, 11 Apr 2018 10:19:37 +0100] rev 49573
8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused
Reviewed-by: dfuchs
xiaofeya [Tue, 10 Apr 2018 20:04:32 -0700] rev 49572
8201348: ProblemList update for bugid associated with SSLSocketParametersTest.sh
Reviewed-by: lancea
amjiang [Tue, 10 Apr 2018 18:16:12 -0700] rev 49571
8190333: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases"
Reviewed-by: mullan
mli [Wed, 11 Apr 2018 09:08:43 +0800] rev 49570
8188897: java/rmi/registry/reexport/Reexport.java failed with Port already in use
Reviewed-by: rriggs, darcy
jjg [Tue, 10 Apr 2018 15:05:10 -0700] rev 49569
8201396: fix broken links generated by javadoc doclet
Reviewed-by: ksrini
ihse [Tue, 10 Apr 2018 23:32:54 +0200] rev 49568
8201320: Allow PrintFailureReports to be turned off
Reviewed-by: erikj
anazarov [Tue, 10 Apr 2018 14:16:13 -0700] rev 49567
8178867: tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java failed to clean up files
Reviewed-by: alanb, jjg, psandoz
erikj [Tue, 10 Apr 2018 22:37:01 +0200] rev 49566
8201267: Disable warnings for VS2017 to enable building
Reviewed-by: ihse, tbell
dl [Tue, 10 Apr 2018 11:37:18 -0700] rev 49565
8197531: Miscellaneous changes imported from jsr166 CVS 2018-04
Reviewed-by: martin, psandoz
dl [Tue, 10 Apr 2018 11:33:29 -0700] rev 49564
8200258: Improve CopyOnWriteArrayList subList code
Reviewed-by: martin, psandoz, smarks
dl [Tue, 10 Apr 2018 11:29:37 -0700] rev 49563
8200520: forkjoin tasks interrupted after shutdown
Reviewed-by: martin, psandoz, chegar, dholmes
dl [Tue, 10 Apr 2018 11:25:46 -0700] rev 49562
8200728: Docs (Comparison of Stack and Deque methods) for Deque is not correct
Reviewed-by: martin, psandoz
ihse [Tue, 10 Apr 2018 19:46:02 +0200] rev 49561
8200298: Unify all unix versions of libjsig/jsig.c
Reviewed-by: dholmes, stuefe
martin [Tue, 10 Apr 2018 10:18:55 -0700] rev 49560
8201357: ALSA_CFLAGS is needed; was dropped in JDK-8071469
Reviewed-by: ihse, asmundak
martin [Tue, 10 Apr 2018 10:18:01 -0700] rev 49559
8201328: SynthParser should use Boolean.parseBoolean
Reviewed-by: serb
martin [Tue, 10 Apr 2018 10:17:35 -0700] rev 49558
8201327: Make Sensor deeply immutably thread safe
Reviewed-by: alanb, chegar, asmundak
rriggs [Tue, 10 Apr 2018 10:49:17 -0400] rev 49557
8201246: Export native function to set platform encoding
Reviewed-by: rriggs
Contributed-by: andrew_m_leonard@uk.ibm.com
redestad [Tue, 10 Apr 2018 16:16:34 +0200] rev 49556
8201179: Regression due loading java.nio.charset.StandardCharsets during bootstrap
Reviewed-by: sherman, martin
weijun [Tue, 10 Apr 2018 11:02:09 +0800] rev 49555
8200152: KerberosString should use UTF-8 by default
Reviewed-by: xuelei
vtheeyarath [Mon, 09 Apr 2018 10:39:29 -0700] rev 49554
8164781: Pattern.asPredicate specification is incomplete
Summary: Updated specification to reflect usage of find()
Reviewed-by: psandoz
ihse [Mon, 09 Apr 2018 19:23:01 +0200] rev 49553
8201236: Straighten out dtrace build logic
Reviewed-by: erikj
mikael [Mon, 09 Apr 2018 10:19:33 -0700] rev 49552
8201263: Trailing backslash in VS120COMNTOOLS leads to ugly error message when running tests
Reviewed-by: erikj
bpatel [Mon, 09 Apr 2018 09:45:51 -0700] rev 49551
8196200: Implement a navigation builder in javadoc
Reviewed-by: jjg, ksrini
rpatil [Mon, 09 Apr 2018 04:43:03 -0700] rev 49550
8200359: (tz) Upgrade time-zone data to tzdata2018d
Reviewed-by: naoto
redestad [Mon, 09 Apr 2018 13:35:19 +0200] rev 49549
8201178: Remove sun.nio.cs.FastCharsetProvider
Reviewed-by: alanb
weijun [Sun, 08 Apr 2018 17:01:20 +0800] rev 49548
8180570: Refactor sun/security/mscapi shell tests to plain java tests
Reviewed-by: asmotrak
weijun [Sun, 08 Apr 2018 11:32:46 +0800] rev 49547
8200792: PKCS12Attribute#hashCode is always constant -1
Reviewed-by: xuelei
igerasim [Sat, 07 Apr 2018 17:07:13 -0700] rev 49546
8200788: Optimal initial capacity of java.lang.VarHandle.AccessMode.methodNameToAccessMode
Reviewed-by: redestad
cushon [Fri, 06 Apr 2018 08:58:22 -0700] rev 49545
8201251: The tests for JDK-8187247 should be under test/langtools
Reviewed-by: darcy
rriggs [Fri, 06 Apr 2018 12:49:23 -0400] rev 49544
8200706: Better cleanup for open/test/jdk/java/lang/ProcessBuilder/DestroyTest.java
Reviewed-by: psandoz, lancea
vromero [Fri, 06 Apr 2018 09:15:09 -0400] rev 49543
8199744: Incorrect compiler message for ReceiverParameter in inner class constructor
Reviewed-by: mcimadamore
asapre [Fri, 06 Apr 2018 17:27:24 +0530] rev 49542
8071367: JMX: Remove SNMP support
Summary: Drop jdk.snmp module.
Reviewed-by: alanb, mchung, dfuchs
Contributed-by: amit.sapre@oracle.com
cushon [Thu, 05 Apr 2018 14:39:04 -0700] rev 49541
8201194: Handle local variable declarations in lambda deduplication
Reviewed-by: vromero
erikj [Fri, 06 Apr 2018 02:52:24 +0200] rev 49540
8201222: JDK-8199539 broke the OpenJDK build
Reviewed-by: darcy
erikj [Thu, 05 Apr 2018 17:11:25 -0700] rev 49539
8201221: JDK-8199608 introduced a build race on macosx
Reviewed-by: darcy
anazarov [Thu, 05 Apr 2018 17:04:16 -0700] rev 49538
8196750: [Testbug] tools/launcher tests need to tolerate unrelated warnings
Reviewed-by: ksrini, dholmes
erikj [Thu, 05 Apr 2018 23:46:05 +0200] rev 49537
8199539: Provide a standard way for the build to filter un-needed legal .md files
Reviewed-by: tbell, ihse
lana [Thu, 05 Apr 2018 20:31:57 +0000] rev 49536
Merge
lana [Thu, 05 Apr 2018 18:40:01 +0000] rev 49535
Added tag jdk-11+8 for changeset 755e1b55a4df
ihse [Thu, 05 Apr 2018 21:33:38 +0200] rev 49534
8200358: Remove mapfiles for JDK executables
Reviewed-by: erikj
ihse [Thu, 05 Apr 2018 21:29:02 +0200] rev 49533
8199608: Clean up LDFLAGS for libfontmanager
Reviewed-by: erikj
martin [Thu, 05 Apr 2018 09:38:30 -0700] rev 49532
8200134: Improve ModuleHashesBuilder
Reviewed-by: mchung, alanb
martin [Thu, 05 Apr 2018 09:37:19 -0700] rev 49531
8200131: Improve lazy init of InetAddress.canonicalHostName and NativeObject.pageSize
Reviewed-by: alanb
martin [Thu, 05 Apr 2018 09:36:01 -0700] rev 49530
8200128: Fix some "annoations" typos
Reviewed-by: alanb
martin [Thu, 05 Apr 2018 09:34:46 -0700] rev 49529
8200127: Replace collection.stream().forEach() with collection.forEach()
Reviewed-by: alanb
martin [Thu, 05 Apr 2018 09:33:27 -0700] rev 49528
8200125: Fix some classloader/module typos
Reviewed-by: alanb
alanb [Thu, 05 Apr 2018 15:04:09 +0100] rev 49527
8200458: (se) Readiness information previously recorded in the ready set not preserved
Reviewed-by: bpb, chegar
alanb [Thu, 05 Apr 2018 15:01:57 +0100] rev 49526
8200583: (se) Selector clean-up, part 4
Reviewed-by: bpb, chegar
ihse [Thu, 05 Apr 2018 09:55:16 +0200] rev 49525
8200727: linux-aarch64 profile should use bundled freetype
Reviewed-by: erikj
jjg [Wed, 04 Apr 2018 17:50:53 -0700] rev 49524
8200888: typo in name of exception in @throws
Reviewed-by: bpb, darcy
erikj [Wed, 04 Apr 2018 16:13:30 -0700] rev 49523
8196724: Change macosx deployment target to 10.9
Reviewed-by: tbell, gziemski
jjg [Wed, 04 Apr 2018 14:42:53 -0700] rev 49522
8200664: fix broken links in java.base docs
Reviewed-by: alanb, joehw
igerasim [Wed, 04 Apr 2018 14:09:31 -0700] rev 49521
8200696: Optimal initial capacity of java.lang.Class.enumConstantDirectory
Reviewed-by: dholmes, redestad
mullan [Wed, 04 Apr 2018 11:26:10 -0400] rev 49520
8193032: Remove terminally deprecated SecurityManager APIs
Summary: Remove the checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess, and checkMemberAccess methods.
Reviewed-by: alanb, mchung, kcr
amlu [Wed, 04 Apr 2018 16:57:01 +0800] rev 49519
8200703: Problem list jdk/jshell/ExceptionsTest.java fails on windows
Reviewed-by: jlahoda
vromero [Tue, 03 Apr 2018 23:58:52 -0400] rev 49518
8198314: javac hidden options violate standard syntax for options
Reviewed-by: jjg
ihse [Tue, 03 Apr 2018 22:37:43 +0200] rev 49517
8200658: Fix incremental builds of hotspot on solaris
Reviewed-by: erikj
erikj [Tue, 03 Apr 2018 22:33:58 +0200] rev 49516
8200375: Change to GCC 7.3.0 for building Linux at Oracle
Reviewed-by: ihse, tbell
rfield [Tue, 03 Apr 2018 13:27:58 -0700] rev 49515
8198801: JShell: user exception chained cause not retained
Reviewed-by: jlahoda
ihse [Tue, 03 Apr 2018 21:50:35 +0200] rev 49514
8200267: a.out created at top dir by Solaris build
Reviewed-by: erikj
iignatyev [Tue, 03 Apr 2018 10:01:04 -0700] rev 49513
8200538: cl : Command line warning D9014 : invalid value '2220' for '/wd'
Reviewed-by: ihse
asaha [Tue, 03 Apr 2018 04:27:34 +0000] rev 49512
8200586: Update JDK11 release date to 2018-09-25
Reviewed-by: dholmes
martin [Mon, 02 Apr 2018 17:11:11 -0700] rev 49511
8199947: Rename HTML element id in ClassLoader javadoc to avoid name conflict with private elements
Summary: rename "name" anchor to "binary-name"
Reviewed-by: jjg, alanb, mchung, martin
Contributed-by: David Lloyd <david.lloyd@redhat.com>
martin [Mon, 02 Apr 2018 17:09:29 -0700] rev 49510
8200364: Remove unnecessary boxing via primitive wrapper valueOf(String) methods
Reviewed-by: dfuchs, alanb
martin [Mon, 02 Apr 2018 17:08:00 -0700] rev 49509
8199800: Optimize Boolean.parseBoolean(String)
Reviewed-by: alanb
Contributed-by: Sergey Tsypanov <sergei.tsypanov@yandex.ru>
joehw [Mon, 02 Apr 2018 16:39:17 -0700] rev 49508
8199176: Accessibility issues in java.base docs
Reviewed-by: lancea, alanb, jjg, rriggs
smarks [Fri, 30 Mar 2018 14:36:18 -0700] rev 49507
8195649: reorganize tests for java.util.Optional
Reviewed-by: psandoz
lana [Fri, 30 Mar 2018 19:03:16 +0000] rev 49506
Added tag jdk-11+7 for changeset f7363de371c9
prr [Fri, 30 Mar 2018 10:24:51 -0700] rev 49505
Merge
prr [Thu, 29 Mar 2018 12:49:26 -0700] rev 49504
8200200: test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
Reviewed-by: serb
prr [Fri, 30 Mar 2018 10:21:47 -0700] rev 49503
Merge
prr [Fri, 30 Mar 2018 09:24:04 -0700] rev 49502
Merge
pbansal [Thu, 29 Mar 2018 17:52:32 +0530] rev 49501
8074286: Add getSelectedIndices() to ListSelectionModel
Reviewed-by: serb, psadhukhan
pnarayanan [Thu, 29 Mar 2018 12:03:40 +0530] rev 49500
4954348: JPGWriter.getNumThumbnailsSupported does not return -1 when passing null values
Reviewed-by: prr, serb, jdv
prr [Wed, 28 Mar 2018 15:14:46 -0700] rev 49499
Merge
prr [Wed, 28 Mar 2018 14:54:22 -0700] rev 49498
Merge
pbansal [Wed, 28 Mar 2018 17:54:44 +0530] rev 49497
8191957: JFileChooser shows empty name for external drives shown under Desktop
Reviewed-by: jdv, kaddepalli
lbourges [Tue, 27 Mar 2018 22:09:43 +0200] rev 49496
8198885: upgrade Marlin (java2d) to 0.9.1
Summary: clipping implemented in Dasher (curve subdivision at clip edges) + higher quality(curve, subpixels) + new path simplifier
Reviewed-by: prr, serb
prr [Fri, 23 Mar 2018 13:43:39 -0700] rev 49495
8198990: Move SwingSet2 from closed to OpenJDK
Reviewed-by: serb, jeff, kaddepalli
iris [Fri, 30 Mar 2018 09:38:52 -0700] rev 49494
8200469: Update link to license in Docs.gmk
Reviewed-by: tbell
alanb [Fri, 30 Mar 2018 08:28:09 +0100] rev 49493
8200257: (se) More Selector cleanup
Reviewed-by: bpb
igerasim [Thu, 29 Mar 2018 22:12:05 -0700] rev 49492
8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
Reviewed-by: mullan
martin [Thu, 29 Mar 2018 16:23:35 -0700] rev 49491
8200123: Replace Thread.init with telescoping constructor
Reviewed-by: dholmes, mchung, plevart
martin [Thu, 29 Mar 2018 16:21:54 -0700] rev 49490
8200122: Remove unused field Thread.threadQ
Reviewed-by: dholmes, mchung, plevart
bpb [Thu, 29 Mar 2018 12:38:47 -0700] rev 49489
8200449: ReadAllReadNTransferTo fails occasionally
Summary: Don't pass a non-positive parameter to Random.nextInt(int).
Reviewed-by: chegar
jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49488
Merge
roland [Thu, 22 Mar 2018 20:21:19 -0700] rev 49487
8193130: Bad graph when unrolled loop bounds conflicts with range checks
Reviewed-by: kvn, thartmann
kvn [Thu, 22 Mar 2018 16:39:02 -0700] rev 49486
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
kvn [Thu, 22 Mar 2018 10:45:20 -0700] rev 49485
8199896: [Graal] build Graal on all x86 platforms
Reviewed-by: erikj
eosterlund [Wed, 21 Mar 2018 14:38:32 +0100] rev 49484
8198949: Modularize arraycopy stub routine GC barriers
Reviewed-by: rkennke, pliden
thartmann [Thu, 22 Mar 2018 08:39:51 +0100] rev 49483
8199777: Deprecate -XX:+AggressiveOpts
Summary: Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
roland [Wed, 21 Mar 2018 20:15:00 -0700] rev 49482
8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
Reviewed-by: kvn
smonteith [Tue, 20 Mar 2018 22:54:02 +0800] rev 49481
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
Summary: Fix hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failure on AArch64.
Reviewed-by: aph, coleenp, dsamersoff
coleenp [Wed, 21 Mar 2018 19:45:24 -0400] rev 49480
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Summary: Remove frame.inline.hpp,etc from header files and adjust transitive includes.
Reviewed-by: stefank, stuefe
coleenp [Wed, 21 Mar 2018 17:09:34 -0400] rev 49479
8197844: JVMTI GetLoadedClasses should use the Access API
Summary: Make sure the holder of a class loader is accessed during iteration of CLDG
Reviewed-by: eosterlund, rkennke
epavlova [Wed, 21 Mar 2018 13:30:03 -0700] rev 49478
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
Reviewed-by: iignatyev
mseledtsov [Wed, 21 Mar 2018 13:18:06 -0700] rev 49477
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
Summary: Added at requires vm.cds
Reviewed-by: dcubed, jiangli
cjplummer [Wed, 21 Mar 2018 13:07:19 -0700] rev 49476
8195109: ServiceUtil::visible_oop is not needed anymore
Summary: strip out ServiceUtil and all users of it
Reviewed-by: coleenp, stefank, jcbeyler, sspitsyn
roland [Wed, 21 Mar 2018 10:05:36 +0100] rev 49475
8196294: LoopStripMiningIterShortLoop is set to zero by default
Reviewed-by: shade, thartmann, kvn
gtriantafill [Wed, 21 Mar 2018 11:27:29 -0400] rev 49474
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
Reviewed-by: stsmirno, coleenp
rkennke [Wed, 21 Mar 2018 16:00:41 +0100] rev 49473
8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
Reviewed-by: kbarrett, eosterlund
ehelin [Wed, 21 Mar 2018 12:47:46 +0100] rev 49472
8199027: Make protected members private in G1Policy
Reviewed-by: sjohanss, tschatzl
lkorinth [Wed, 21 Mar 2018 10:35:13 +0100] rev 49471
8196337: Add commit methods that take all event properties as argument
Reviewed-by: ehelin, mgronlun
eosterlund [Tue, 20 Mar 2018 11:41:17 +0100] rev 49470
8199696: Remove Runtime1::arraycopy
Reviewed-by: kvn, mdoerr
thartmann [Wed, 21 Mar 2018 08:18:54 +0100] rev 49469
8199624: [Graal] Blocking jvmci compilations time out
Summary: Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
pliden [Tue, 20 Mar 2018 22:22:02 +0100] rev 49468
8199886: gc/cslocker/TestCSLocker.java crashes
Reviewed-by: rkennke, kbarrett
dlong [Tue, 20 Mar 2018 10:23:14 -0700] rev 49467
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
Reviewed-by: kvn
rkennke [Tue, 20 Mar 2018 15:59:36 +0100] rev 49466
8199620: Support for JNI object pinning
Reviewed-by: pliden, tschatzl, eosterlund
simonis [Fri, 16 Mar 2018 19:13:13 +0100] rev 49465
8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers)
Reviewed-by: stefank, coleenp
hb [Tue, 20 Mar 2018 13:40:03 +0530] rev 49464
8196028: JMX: Not enough JDP packets received before timeout
Reviewed-by: dholmes, egahlin
jgeorge [Tue, 20 Mar 2018 11:24:32 +0530] rev 49463
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
Summary: Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details.
Reviewed-by: sjohanss, minqi
gziemski [Mon, 19 Mar 2018 14:20:28 -0500] rev 49462
8140359: get_locked_message_ext() should return Flag::MsgType
Summary: Changed get_locked_message_ext() to return Flag::MsgType
Reviewed-by: coleenp, rehn
gziemski [Mon, 19 Mar 2018 13:57:08 -0500] rev 49461
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
Summary: Remove conflicting poison min/max define
Reviewed-by: kbarrett, lfoltan
lucy [Mon, 19 Mar 2018 13:37:57 -0500] rev 49460
8198608: Improvements to command-line flags printing
Summary: Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
zgu [Mon, 19 Mar 2018 13:38:35 -0400] rev 49459
8199741: NMT: Tag safepoint polling pages
Summary: Added NMT tag for Safepoint polling pages
Reviewed-by: coleenp, shade
njian [Wed, 14 Mar 2018 17:55:15 +0800] rev 49458
8191954: AArch64: disable UseCISCSpill in C2
Reviewed-by: adinn, aph
njian [Thu, 15 Mar 2018 14:05:48 +0800] rev 49457
8173100: AArch64: -XX:-UseOnStackReplacement does not work together with -XX:+TieredCompilation
Summary: Fix hotspot jtreg test compiler/interpreter/DisableOSRTest.java failure on AArch64.
Reviewed-by: aph, fyang
zgu [Mon, 19 Mar 2018 08:31:57 -0400] rev 49456
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
Summary: Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
eosterlund [Mon, 19 Mar 2018 07:38:18 +0100] rev 49455
8199604: Rename CardTableModRefBS to CardTableBarrierSet
Reviewed-by: stefank, pliden
eosterlund [Fri, 16 Mar 2018 14:47:53 +0100] rev 49454
8199685: Access arraycopy build failure with GCC 7.3.1
Reviewed-by: rkennke, pliden
stuefe [Mon, 19 Mar 2018 11:38:45 +0100] rev 49453
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
Reviewed-by: zgu, coleenp
stefank [Thu, 15 Mar 2018 21:26:55 +0100] rev 49452
8199728: Remove oopDesc::is_scavengable
Reviewed-by: kbarrett, pliden
iveresov [Fri, 16 Mar 2018 22:59:32 -0700] rev 49451
8198969: Update Graal
Reviewed-by: kvn
enevill [Fri, 16 Mar 2018 11:26:05 +0000] rev 49450
8199243: aarch32: ARM 32 build broken after 8165929
Reviewed-by: coleenp, dholmes
coleenp [Fri, 16 Mar 2018 09:12:13 -0400] rev 49449
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
Summary: interfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
coleenp [Fri, 16 Mar 2018 08:26:53 -0400] rev 49448
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
Reviewed-by: stefank
sjohanss [Thu, 15 Mar 2018 11:58:58 +0100] rev 49447
8199674: Improve G1 Full GC array marking
Reviewed-by: tschatzl, shade
chegar [Thu, 29 Mar 2018 20:12:02 +0100] rev 49446
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
Reviewed-by: alanb, dfuchs, rriggs
erikj [Thu, 29 Mar 2018 08:52:41 -0700] rev 49445
8200409: jdk11 nightly solaris sparc build failure
Reviewed-by: alanb, tbell
xiaofeya [Wed, 28 Mar 2018 21:57:03 -0700] rev 49444
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
Reviewed-by: mchung
martin [Wed, 28 Mar 2018 21:14:06 -0700] rev 49443
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
Reviewed-by: sherman, ulfzibis
martin [Wed, 28 Mar 2018 21:14:03 -0700] rev 49442
8200124: Various cleanups in jar/zip
Reviewed-by: sherman, ulfzibis
martin [Wed, 28 Mar 2018 21:13:55 -0700] rev 49441
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
Summary: end() should always expect to be called eventually
Reviewed-by: sherman, ulfzibis
ihse [Wed, 28 Mar 2018 23:56:08 +0200] rev 49440
8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
ihse [Wed, 28 Mar 2018 21:00:09 +0200] rev 49439
8200357: Inline SoundLibraries.gmk into Lib-java.desktop.gmk
Reviewed-by: stuefe, erikj
rriggs [Wed, 28 Mar 2018 14:15:41 -0400] rev 49438
8197595: Serialization javadoc should link to security best practices
Reviewed-by: lancea, mullan, ahgross
mcimadamore [Wed, 28 Mar 2018 14:24:17 +0100] rev 49437
8200355: local variable inference regression test generates classfile in test folder
Summary: LVTI harness should generate files in jtreg scratch dir
Reviewed-by: vromero
mcimadamore [Wed, 28 Mar 2018 14:08:26 +0100] rev 49436
8200199: javac suggests to use var even when var is used
Summary: local var analyzer should use synthetic var type position to decide if analysis is needed
Reviewed-by: jlahoda, vromero
rpatil [Mon, 26 Mar 2018 17:33:58 +0530] rev 49435
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
Summary: added validation for wildcard at start and end
Reviewed-by: chegar, dfuchs, clanger
Contributed-by: pallavi.sonal@oracle.com
jlahoda [Wed, 28 Mar 2018 10:24:26 +0200] rev 49434
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
Summary: Adjusting the expected number of exception table entries to the recent changes in javac.
Reviewed-by: kvn
jjg [Tue, 27 Mar 2018 16:25:40 -0700] rev 49433
8199465: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: martin, alanb, chegar
redestad [Wed, 28 Mar 2018 00:45:37 +0200] rev 49432
8200289: Reduce number of exceptions created when calling Lookup::canBeCached
Reviewed-by: sundar, psandoz
igerasim [Tue, 27 Mar 2018 13:22:40 -0700] rev 49431
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
Reviewed-by: chegar, clanger
alanb [Tue, 27 Mar 2018 19:29:46 +0100] rev 49430
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
Reviewed-by: chegar
cushon [Tue, 27 Mar 2018 13:48:16 -0400] rev 49429
8200301: deduplicate lambda methods
Reviewed-by: vromero, mcimadamore
bpatel [Mon, 26 Mar 2018 21:30:33 -0700] rev 49428
8199705: Docs.gmk needs to be updated to remove the -html5 option
Reviewed-by: erikj
bpatel [Mon, 26 Mar 2018 18:07:24 -0700] rev 49427
8199278: Javadoc search results does not link to anchors on a page
Reviewed-by: jjg, ksrini
igerasim [Mon, 26 Mar 2018 17:30:14 -0700] rev 49426
8199843: Optimize Integer/Long.highestOneBit()
Reviewed-by: redestad, plevart
erikj [Mon, 26 Mar 2018 16:24:16 -0700] rev 49425
8198652: Stop linking with -base:0x8000000 on Windows
Reviewed-by: tbell, ihse, stuefe
serb [Mon, 26 Mar 2018 16:09:22 -0700] rev 49424
8200198: javah man pages were not removed by JDK-8191054
Reviewed-by: erikj, alanb
ihse [Mon, 26 Mar 2018 20:44:32 +0200] rev 49423
8200229: Simplify building of libjsig
Reviewed-by: erikj
shade [Mon, 26 Mar 2018 20:20:45 +0200] rev 49422
8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
Reviewed-by: redestad, psandoz
sundar [Mon, 26 Mar 2018 19:27:45 +0530] rev 49421
8200215: 17th loop of "let foo = ''"; throws ReferenceError
Reviewed-by: jlaskey, attila, hannesw
shade [Mon, 26 Mar 2018 15:09:20 +0200] rev 49420
8200118: [TESTBUG] String concat tests should test toString() application order
Reviewed-by: psandoz, redestad
jlahoda [Mon, 26 Mar 2018 11:42:17 +0200] rev 49419
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
Summary: ErrorType.getEnclosingType returns noType rather than self.
Reviewed-by: mcimadamore, cushon
dholmes [Mon, 26 Mar 2018 00:33:01 -0400] rev 49418
8200213: Configure broken on MIPS
Reviewed-by: erikj, stuefe, dholmes, ihse
Contributed-by: Ao Qi <aoqi@loongson.cn>
alanb [Sat, 24 Mar 2018 08:49:55 +0000] rev 49417
8200179: (se) More Selector cleanup
Reviewed-by: bpb
shinyafox [Sat, 24 Mar 2018 14:43:04 +0900] rev 49416
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
Reviewed-by: rfield
jjg [Fri, 23 Mar 2018 17:28:02 -0700] rev 49415
8199902: {@docRoot} references need to be updated to reflect new module/package structure
Reviewed-by: ksrini
bpb [Fri, 23 Mar 2018 15:05:43 -0700] rev 49414
8180410: ByteArrayOutputStream should not throw IOExceptions
Summary: Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
chegar [Fri, 23 Mar 2018 21:39:54 +0000] rev 49413
8200181: Remove superflous non-IPv4 code from Java_java_net_TwoStacksPlainSocketImpl_socketListen
Reviewed-by: alanb
jwilhelm [Tue, 20 Mar 2018 04:36:44 +0100] rev 49412
Merge
iklam [Tue, 13 Mar 2018 15:13:20 -0700] rev 49411
8198796: Create test case for CDS + condy
Reviewed-by: mseledtsov, lfoltan, jiangli
gromero [Thu, 15 Mar 2018 20:52:29 -0400] rev 49410
8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
Reviewed-by: dholmes, phh
dtitov [Wed, 14 Mar 2018 11:09:26 -0700] rev 49409
8166642: serviceability/dcmd/framework/* timeout
Reviewed-by: cjplummer, dholmes
dstewart [Fri, 09 Mar 2018 23:03:28 -0500] rev 49408
8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
Summary: Adding required -XX:+UnlockDiagnosticVMOptions flag to StringTableVerifyTest.java
Reviewed-by: coleenp, kvn
aph [Fri, 16 Feb 2018 09:43:26 +0000] rev 49407
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
clanger [Thu, 15 Mar 2018 15:38:23 +0100] rev 49406
8199010: attachListener.hpp: Fix potential null termination issue found by coverity scans
Reviewed-by: stuefe, dholmes, cjplummer
stuefe [Thu, 15 Mar 2018 07:43:07 +0100] rev 49405
8199656: Make slow metaspace verifications switchable in debug builds
Reviewed-by: dholmes, coleenp
rkennke [Thu, 15 Mar 2018 12:44:27 +0100] rev 49404
8199559: objArrayKlass::oop_iterate() and friends must use base_raw() instead of base()
Reviewed-by: tschatzl, eosterlund
coleenp [Thu, 15 Mar 2018 07:40:00 -0400] rev 49403
8199272: Broken assertion in ClassLoaderData::remove_handle
Summary: Added new ClassLoaderData::ChunkList::contains(oop*) function for OopHandle rather than oop.
Reviewed-by: stefank, hseigel
stuefe [Thu, 15 Mar 2018 07:20:32 +0100] rev 49402
8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
Reviewed-by: coleenp
stuefe [Thu, 15 Mar 2018 07:15:39 +0100] rev 49401
8199431: Split up class Metaspace into a static and a non-static part
Reviewed-by: coleenp, adinn, zgu
goetz [Wed, 14 Mar 2018 21:36:41 +0100] rev 49400
8199557: Assert in fromTonga/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
Reviewed-by: coleenp
goetz [Tue, 13 Mar 2018 21:55:41 +0100] rev 49399
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
Reviewed-by: kvn
jcbeyler [Wed, 14 Mar 2018 09:58:53 -0700] rev 49398
8199561: Fix two typos in the JVMTI documentation
Summary: Fix two typos in the JVMTI documentation
Reviewed-by: sspitsyn, dholmes
Contributed-by: jcbeyler@google.com
rraghavan [Wed, 14 Mar 2018 09:09:38 -0700] rev 49397
8071282: remove misc dead code
Summary: cleanup of dead code done
Reviewed-by: kvn, thartmann
shade [Wed, 14 Mar 2018 15:28:31 +0100] rev 49396
8199603: Build failures after JDK-8199421 "Add support for vector popcount"
Reviewed-by: thartmann
zgu [Tue, 13 Mar 2018 16:21:45 -0400] rev 49395
8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
Summary: Reduce memory usage for delegating class loader's metadata by adjusting sizing alogrithm
Reviewed-by: adinn, stuefe, coleenp
tschatzl [Wed, 14 Mar 2018 14:09:33 +0100] rev 49394
8199516: Remove dead code overlooked during Full GC work
Reviewed-by: sangheki, sjohanss
simonis [Wed, 14 Mar 2018 12:12:00 +0100] rev 49393
8199472: Fix non-PCH build after JDK-8199319
Reviewed-by: stefank, coleenp
coleenp [Wed, 14 Mar 2018 07:27:19 -0400] rev 49392
8199282: Remove ValueObj class for allocation subclassing for gc code
Reviewed-by: stefank, kbarrett
dholmes [Wed, 14 Mar 2018 07:07:18 -0400] rev 49391
Merge
enevill [Tue, 13 Mar 2018 18:22:53 +0000] rev 49390
8199220: Zero build broken after 8195103, 8191102 and 8189871
Reviewed-by: dholmes, stuefe, eosterlund, glaubitz, coleenp
stuefe [Sun, 11 Mar 2018 07:11:03 +0100] rev 49389
8199430: Rename MetaspaceAux to something more meaningful
Reviewed-by: zgu, coleenp
shade [Wed, 14 Mar 2018 10:38:02 +0100] rev 49388
8199511: Do not generate g1_{pre|post}_barrier_slow_id without CardTable-enabled barrier set
Reviewed-by: rkennke, kvn, pliden, stefank
psandoz [Tue, 13 Mar 2018 15:29:55 -0700] rev 49387
8197944: Condy tests fails on Windows
Reviewed-by: dholmes
stuefe [Tue, 13 Mar 2018 20:06:34 +0100] rev 49386
8199518: test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
Summary: added metaspace verfications in fastdebug were too aggressive for this test and made fastdebug too slow
Reviewed-by: zgu, coleenp
sjohanss [Tue, 13 Mar 2018 18:27:20 +0100] rev 49385
8199533: ProblemList tests failing after JDK-8153333
Reviewed-by: jwilhelm, ctornqvi
rlupusoru [Tue, 13 Mar 2018 10:22:15 -0700] rev 49384
8199421: Add support for vector popcount
Reviewed-by: kvn
rkennke [Tue, 13 Mar 2018 17:13:35 +0100] rev 49383
8198445: Access API for primitive/native arraycopy
Reviewed-by: pliden, eosterlund, dholmes
ysuenaga [Wed, 14 Mar 2018 00:30:56 +0900] rev 49382
8199323: hsdis could not be loaded which are located on long path
Reviewed-by: dholmes, stuefe
mdoerr [Tue, 13 Mar 2018 11:29:30 +0100] rev 49381
8198510: Enable UseDynamicNumberOfGCThreads by default
Reviewed-by: tschatzl, sjohanss
psandoz [Thu, 08 Mar 2018 14:33:57 -0800] rev 49380
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
Reviewed-by: lfoltan, acorn
amenkov [Mon, 12 Mar 2018 14:11:54 -0700] rev 49379
8193369: post_field_access does not work for some functions, possibly related to fast_getfield
Reviewed-by: sspitsyn, cjplummer
epavlova [Mon, 12 Mar 2018 13:54:55 -0700] rev 49378
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
Reviewed-by: bchristi, mchung
ysuenaga [Fri, 09 Mar 2018 23:13:37 +0900] rev 49377
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
Reviewed-by: sjohanss, tschatzl
mdoerr [Mon, 12 Mar 2018 12:02:20 +0100] rev 49376
8198894: [PPC64] More generic vector CRC implementation
Reviewed-by: goetz, mhorie
ehelin [Mon, 12 Mar 2018 09:46:12 +0100] rev 49375
8197852: Move G1DefaultPolicy into G1Policy
Reviewed-by: sjohanss, tschatzl
ehelin [Mon, 12 Mar 2018 08:16:48 +0100] rev 49374
8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
Reviewed-by: kbarrett, stuefe
coleenp [Fri, 09 Mar 2018 20:01:38 -0500] rev 49373
8199283: Remove ValueObj class for allocation subclassing for compiler code
Reviewed-by: stefank, tschatzl
ccheung [Fri, 09 Mar 2018 13:36:39 -0800] rev 49372
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
Summary: print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
kvn [Fri, 09 Mar 2018 12:38:54 -0800] rev 49371
8199422: Hotspot build is broken after push of 8197235
Reviewed-by: shade, lfoltan
kvn [Fri, 09 Mar 2018 10:15:22 -0800] rev 49370
8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
Summary: moved most expensive methods to new file jvmciCompilerToVMInit.cpp and switch off C++ compiler optimization for it on Windows and Solaris
Reviewed-by: erikj, ihse, dnsimon
coleenp [Fri, 09 Mar 2018 13:06:36 -0500] rev 49369
Merge
goetz [Thu, 08 Feb 2018 09:23:49 +0100] rev 49368
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes, mdoerr, njian
kvn [Fri, 09 Mar 2018 09:46:49 -0800] rev 49367
8198591: compiler/aot/fingerprint tests should be moved to open
Reviewed-by: thartmann
coleenp [Fri, 09 Mar 2018 12:03:20 -0500] rev 49366
Merge
stuefe [Tue, 06 Mar 2018 19:24:13 +0100] rev 49365
8198423: Improve metaspace chunk allocation
Reviewed-by: goetz, coleenp
coleenp [Fri, 09 Mar 2018 10:46:02 -0500] rev 49364
8173070: Remove ValueObj class for allocation subclassing for runtime code
Reviewed-by: stefank, tschatzl, stuefe
pliden [Fri, 09 Mar 2018 08:01:25 +0100] rev 49363
8199328: Fix unsafe field accesses in heap dumper
Reviewed-by: tschatzl, shade, eosterlund
dholmes [Thu, 08 Mar 2018 16:44:29 -0500] rev 49362
8199012: SEGV in jni_DetachCurrentThread during VM shutdown
Reviewed-by: stuefe, dcubed
stefank [Thu, 08 Mar 2018 19:10:25 +0100] rev 49361
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
Reviewed-by: hseigel, dholmes
stefank [Thu, 08 Mar 2018 09:56:29 +0100] rev 49360
8199275: Fix inclusions of allocation.inline.hpp
Reviewed-by: coleenp, kbarrett, dholmes
stefank [Wed, 07 Mar 2018 21:57:36 +0100] rev 49359
8199264: Remove universe.inline.hpp to simplify include dependencies
Reviewed-by: coleenp, hseigel
gdub [Wed, 07 Mar 2018 19:32:54 -0800] rev 49358
8194490: [JVMCI] Move `iterateFrames` to C++
Reviewed-by: kvn, never, dnsimon
erikj [Wed, 07 Mar 2018 13:26:15 -0800] rev 49357
8198243: Add build time check for global operator new/delete in object files
Reviewed-by: tbell, kbarrett, dholmes, ihse
adinn [Mon, 05 Mar 2018 13:18:55 +0000] rev 49356
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
Summary: Fix breakage to AArch64 code generation caused by JDK-8181211
Reviewed-by: thartmann, roland, kvn, vlivanov, jrose
stuefe [Tue, 06 Mar 2018 08:16:45 +0100] rev 49355
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
Reviewed-by: clanger, gtriantafill
hseigel [Wed, 07 Mar 2018 09:32:46 -0500] rev 49354
8159850: Remove unneeded parsing of optional-size when parsing array types
Summary: Remove skip_optional_size() methods and calls to them.
Reviewed-by: coleenp, iklam
shade [Wed, 07 Mar 2018 10:58:59 +0100] rev 49353
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
Reviewed-by: dholmes
iklam [Tue, 06 Mar 2018 22:08:30 -0800] rev 49352
8191585: VM anonymous classes created during CDS dump time cause crash
Reviewed-by: hseigel, mseledtsov, ccheung
dnsimon [Tue, 06 Mar 2018 16:02:04 -0800] rev 49351
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
Reviewed-by: kvn
coleenp [Tue, 06 Mar 2018 18:12:15 -0500] rev 49350
8199137: StringInternSync test crashes in exit verification
Summary: java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
coleenp [Tue, 06 Mar 2018 17:45:31 -0500] rev 49349
8199133: [BACKOUT] NMT: Enhance thread stack tracking
Reviewed-by: jwilhelm
coleenp [Tue, 06 Mar 2018 17:15:16 -0500] rev 49348
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Summary: Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
eosterlund [Tue, 06 Mar 2018 08:36:44 +0100] rev 49347
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 06 Mar 2018 13:08:59 +0100] rev 49346
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Summary: Remove code related to collection set checking in that method.
Reviewed-by: eosterlund, ehelin, kbarrett
thartmann [Tue, 06 Mar 2018 10:30:24 +0100] rev 49345
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
Summary: Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
dsamersoff [Sat, 03 Mar 2018 10:15:23 +0000] rev 49344
8196590: Enable docker container related tests for linux AARCH64
Summary: Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
iignatyev [Mon, 05 Mar 2018 13:10:31 -0800] rev 49343
8199050: reenable concurrent execution of compiler tests
Reviewed-by: kvn
dnsimon [Fri, 23 Feb 2018 21:38:12 +0100] rev 49342
8198571: [JVMCI] must not install wide vector code unless runtime supports it
Reviewed-by: kvn
jiangli [Mon, 05 Mar 2018 14:24:45 -0500] rev 49341
8198447: Remove ClassLoaderExt::check().
Summary: ClassLoaderExt::check() is no longer needed, remove.
Reviewed-by: lfoltan, ccheung
hseigel [Mon, 05 Mar 2018 10:29:23 -0500] rev 49340
8191102: Incorrect include file use in classLoader.hpp
Summary: Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed.
Reviewed-by: coleenp, dholmes
ehelin [Mon, 05 Mar 2018 13:15:10 +0100] rev 49339
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
Reviewed-by: sjohanss, tschatzl
ehelin [Mon, 05 Mar 2018 13:07:04 +0100] rev 49338
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
Reviewed-by: tschatzl, sjohanss
ehelin [Mon, 05 Mar 2018 11:32:17 +0100] rev 49337
8197847: Remove unused file g1ParScanThreadState_ext.cpp
Reviewed-by: sjohanss, eosterlund
ehelin [Mon, 05 Mar 2018 11:16:23 +0100] rev 49336
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
Reviewed-by: sjohanss, eosterlund
iklam [Sun, 04 Mar 2018 22:24:06 -0800] rev 49335
8196121: runtime/appcds/ClassLoaderTest.java fails silently
Reviewed-by: mseledtsov, jiangli, ccheung
zgu [Sun, 04 Mar 2018 20:57:46 -0500] rev 49334
8198845: Missing resource mark results disassembling generated code failure in hs error report
Summary: Fixed secondary failure due to missing resource mark while disassembling nmethod
Reviewed-by: coleenp, stuefe, dholmes
kbarrett [Sat, 03 Mar 2018 23:56:08 -0500] rev 49333
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
Summary: Add shared safepoint state assertion macros.
Reviewed-by: coleenp, eosterlund
ccheung [Fri, 02 Mar 2018 17:33:59 -0800] rev 49332
8193434: [GRAAL] Graal classes are not loaded with -Xshare:dump
Summary: allow loading of non-boot classes during CDS dumping but only add boot classes to the archive
Reviewed-by: kvn, iklam, jiangli
jwilhelm [Fri, 02 Mar 2018 21:00:12 +0100] rev 49331
Merge
kvn [Fri, 02 Mar 2018 15:02:26 -0800] rev 49330
8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
Summary: move long running tests into separate CTW task
Reviewed-by: iignatyev, dlong
jiangli [Fri, 02 Mar 2018 17:25:55 -0500] rev 49329
8194759: Support caching class mirror objects.
Summary: Support archiving mirror objects for shared classes in 'open' archive java heap region.
Reviewed-by: coleenp, iklam, mseledtsov, tschatzl
dtitov [Fri, 02 Mar 2018 10:42:32 -0800] rev 49328
8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris
Reviewed-by: sspitsyn, dholmes
ehelin [Fri, 02 Mar 2018 14:47:52 +0100] rev 49327
8198948: Remove unused parameter evacuation_info from G1CollectedHeap::evacuate_collection_set
Reviewed-by: sjohanss, eosterlund
rehn [Fri, 02 Mar 2018 11:43:19 +0100] rev 49326
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
Reviewed-by: bobv, dholmes
eosterlund [Fri, 02 Mar 2018 10:51:53 +0100] rev 49325
8198896: Remove dead code: cardTableModRefBSForCTRS.hpp
Reviewed-by: pliden, kbarrett
thartmann [Fri, 02 Mar 2018 11:06:51 +0100] rev 49324
8198826: -XX:+VerifyStack fails with fatal error: ExceptionMark constructor expects no pending exceptions
Summary: Save and restore pending exception while executing stack verification code at deoptimization.
Reviewed-by: kvn, dholmes
sjohanss [Fri, 02 Mar 2018 10:09:08 +0100] rev 49323
8198424: Remove G1AllocationContext
Reviewed-by: ehelin, tschatzl
sjohanss [Fri, 02 Mar 2018 10:09:05 +0100] rev 49322
8198433: Remove WhiteBox extension point
Reviewed-by: ehelin, dholmes, tschatzl
sjohanss [Fri, 02 Mar 2018 10:09:04 +0100] rev 49321
8198432: Remove Thread extension point
Reviewed-by: ehelin, dholmes, tschatzl
sjohanss [Fri, 02 Mar 2018 10:09:02 +0100] rev 49320
8198431: Remove G1FullCollector extension point
Reviewed-by: ehelin, tschatzl
sjohanss [Fri, 02 Mar 2018 10:09:01 +0100] rev 49319
8198430: Remove G1Allocator extension point
Reviewed-by: ehelin, tschatzl
ehelin [Fri, 02 Mar 2018 09:20:16 +0100] rev 49318
8197842: Remove unused macros VM_STRUCTS_EXT and VM_TYPES_EXT
Reviewed-by: sjohanss, lfoltan
kbarrett [Fri, 02 Mar 2018 03:14:49 -0500] rev 49317
8198906: JDK-8196882 breaks VS2013 Win32 builds
Summary: Add cast to eliminate warning.
Reviewed-by: dholmes, stuefe
prr [Fri, 23 Mar 2018 11:14:43 -0700] rev 49316
Merge
jdv [Fri, 23 Mar 2018 11:18:39 +0530] rev 49315
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
Reviewed-by: prr, pnarayanan
serb [Thu, 22 Mar 2018 17:02:40 -0700] rev 49314
4912693: Behavior of null arguments not specified in Java Sound
Reviewed-by: prr
bpb [Fri, 23 Mar 2018 10:09:45 -0700] rev 49313
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
Reviewed-by: bchristi, rriggs, psandoz
prr [Fri, 23 Mar 2018 10:02:55 -0700] rev 49312
Merge
prr [Fri, 23 Mar 2018 08:49:58 -0700] rev 49311
Merge
prr [Thu, 22 Mar 2018 14:10:30 -0700] rev 49310
8199789: Emit a warning message when t2k is selected via system property
Reviewed-by: serb, pnarayanan
prr [Thu, 22 Mar 2018 14:02:20 -0700] rev 49309
8200129: Remove D3D Performance Counter.
Reviewed-by: alanb, serb
prr [Thu, 22 Mar 2018 11:34:38 -0700] rev 49308
Merge
prr [Thu, 22 Mar 2018 11:09:50 -0700] rev 49307
8200072: Remove un-needed qualified export from java.base to java.desktop
Reviewed-by: alanb, mchung
pnarayanan [Thu, 22 Mar 2018 11:41:15 +0530] rev 49306
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
Reviewed-by: prr, jdv
mhalder [Wed, 21 Mar 2018 12:08:16 +0530] rev 49305
7158623: Should an unfocusable maximized Frame be resizable
Reviewed-by: prr, sveerabhadra
prr [Tue, 20 Mar 2018 10:31:05 -0700] rev 49304
8199870: colorimaging.md needs to remove mention of KCMS
Reviewed-by: serb
serb [Mon, 19 Mar 2018 14:16:23 -0700] rev 49303
8198895: Compilation errors in java.desktop with VS 2017
Reviewed-by: prr
prr [Mon, 19 Mar 2018 13:46:42 -0700] rev 49302
8198897: Compilation errors in jdk.accessibility with VS 2017
Reviewed-by: serb, kaddepalli
prr [Mon, 19 Mar 2018 11:29:50 -0700] rev 49301
8198649: Switch AWT/Swing's default GTK version to 3
Reviewed-by: psadhukhan, kaddepalli
prr [Mon, 19 Mar 2018 10:46:31 -0700] rev 49300
Merge
kaddepalli [Mon, 19 Mar 2018 12:29:23 +0530] rev 49299
8152974: AWT hang occurrs when sequenced events arrive out of sequence
Reviewed-by: serb, prr, ssadetsky
akolarkunnu [Fri, 16 Mar 2018 14:12:12 +0530] rev 49298
8197554: Create test for SwingSet TableDemo
Reviewed-by: serb
prr [Thu, 15 Mar 2018 11:36:11 -0700] rev 49297
Merge
pbansal [Thu, 15 Mar 2018 19:33:51 +0530] rev 49296
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
Reviewed-by: serb, kaddepalli
kaddepalli [Wed, 14 Mar 2018 15:41:29 +0530] rev 49295
8195095: Images are not scaled correctly in JEditorPane
Reviewed-by: ssadetsky, psadhukhan, mhalder