stefank [Tue, 19 Feb 2019 10:04:53 +0100] rev 53817
8218978: SA: Enable more ZGC testing
Reviewed-by: eosterlund, ysuenaga
stefank [Tue, 19 Feb 2019 10:04:44 +0100] rev 53816
8218970: SA: Enable HeapHprofBinWriter for ZGC
Reviewed-by: eosterlund, ysuenaga
stefank [Tue, 19 Feb 2019 10:04:28 +0100] rev 53815
8218922: SA: Enable best-effort implementation of live regions iteration for ZGC
Reviewed-by: eosterlund, ysuenaga
stefank [Tue, 19 Feb 2019 10:03:41 +0100] rev 53814
8219003: SA: Refactor live regions iteration in preparation for JDK-8218922
Reviewed-by: eosterlund, ysuenaga
stefank [Tue, 19 Feb 2019 10:03:29 +0100] rev 53813
8218746: SA: Implement discontiguous bitmap for ZGC
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:02:54 +0100] rev 53812
8218743: SA: Add support for large bitmaps
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:02:42 +0100] rev 53811
8218734: SA: Incorrect and raw loads of OopHandles
Reviewed-by: eosterlund, coleenp, jgeorge
stefank [Tue, 19 Feb 2019 10:02:00 +0100] rev 53810
8218733: SA: CollectedHeap provides broken implementation for used() and capacity()
Reviewed-by: shade, jgeorge, eosterlund
stefank [Tue, 19 Feb 2019 10:01:50 +0100] rev 53809
8218732: SA: Resolves ZPageAllocator::_physical incorrectly
Reviewed-by: eosterlund, jgeorge
stefank [Tue, 19 Feb 2019 10:00:51 +0100] rev 53808
8218731: SA: Use concrete class the as return type of VMObjectFactory.newObject
Reviewed-by: eosterlund
mbaesken [Mon, 18 Feb 2019 09:38:43 +0100] rev 53807
8219112: name_and_sig_as_C_string usages in frame_s390 miss ResourceMark
Reviewed-by: shade, lucy
thartmann [Tue, 19 Feb 2019 08:58:55 +0100] rev 53806
8218721: C1's CEE optimization produces safepoint poll with invalid debug information
Summary: Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr
psadhukhan [Tue, 19 Feb 2019 11:52:19 +0530] rev 53805
Merge
psadhukhan [Mon, 18 Feb 2019 10:45:21 +0530] rev 53804
Merge
itakiguchi [Sun, 17 Feb 2019 15:15:30 -0800] rev 53803
8212678: Windows IME related patch
Reviewed-by: serb, naoto
ssadetsky [Fri, 15 Feb 2019 10:06:25 -0800] rev 53802
8218473: JOptionPane display issue with GTKLookAndFeel
Reviewed-by: prr, serb
ssadetsky [Fri, 15 Feb 2019 10:01:16 -0800] rev 53801
8218479: JTextPane display issue with GTKLookAndFeel
Reviewed-by: prr, serb
pbansal [Fri, 15 Feb 2019 10:58:57 +0530] rev 53800
8218469: JSlider display issue with slider for GTKLookAndFeel
8218470: JScrollBar display issue with GTKLookAndFeel
8218472: JProgressBar display issue with GTKLookAndFeel
8203627: Swing applications with JRadioButton and JCheckbox fail to render correctly when using GTK3 and the GTK L&F
Reviewed-by: serb, prr
aivanov [Thu, 14 Feb 2019 20:20:49 +0000] rev 53799
8218682: [TEST_BUG] DashOffset fails in mach5
8198411: [TEST_BUG] Two java2d tests are unstable in mach5
Summary: Skip testing VolatileImage if IndexColorModel is detected
Reviewed-by: prr, serb
akolarkunnu [Wed, 13 Feb 2019 22:40:08 -0800] rev 53798
8218599: Add test group jdk_client_sanity under jdk_desktop group
Reviewed-by: serb, prr
dchuyko [Fri, 08 Feb 2019 16:37:35 +0300] rev 53797
8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
Reviewed-by: prr
aivanov [Thu, 07 Feb 2019 13:57:12 +0000] rev 53796
8217263: Automate DashOffset test
Reviewed-by: prr, serb
psadhukhan [Thu, 07 Feb 2019 12:16:41 +0530] rev 53795
Merge
mhalder [Wed, 06 Feb 2019 17:28:37 +0530] rev 53794
8207938: At step6,Click Add button,case failed automatically.
Reviewed-by: kaddepalli, psadhukhan
serb [Tue, 05 Feb 2019 14:54:06 -0800] rev 53793
8216592: Removal of the class sun.awt.AWTSecurityManager
Reviewed-by: prr
kbarrett [Mon, 18 Feb 2019 16:34:46 -0500] rev 53792
8214363: HeapWord should not be a fake class
Summary: Change HeapWord and MetaWord to be pointers to incomplete types.
Reviewed-by: tschatzl, mikael, coleenp, pliden
iignatyev [Mon, 18 Feb 2019 09:31:07 -0800] rev 53791
8219157: vm/mlvm/mixed/stress/java/findDeadlock should be problem-listed only on mac
Reviewed-by: thartmann
thartmann [Mon, 18 Feb 2019 15:33:43 +0100] rev 53790
8219232: Unit of concurrent active time logging is wrong
Summary: Changed value from seconds to milliseconds.
Reviewed-by: shade
mdoerr [Mon, 18 Feb 2019 12:16:02 +0100] rev 53789
8218991: s390: Add intrinsic for GHASH algorithm
Reviewed-by: lucy, simonis
lkorinth [Mon, 18 Feb 2019 12:08:08 +0100] rev 53788
8217389: JTREG: Clean up, remove unused variable warnings
Reviewed-by: lmesnik, tschatzl
lkorinth [Mon, 18 Feb 2019 10:48:48 +0100] rev 53787
8217385: JTREG: Clean up, make sure to close resources
Reviewed-by: tschatzl, sangheki
goetz [Wed, 13 Feb 2019 13:27:17 +0100] rev 53786
8219095: [testbug] Add @key headful to com/sun/java/swing/plaf/windows/AltFocusIssueTest.java
Reviewed-by: prr, serb
shade [Sat, 16 Feb 2019 21:15:33 +0100] rev 53785
8216049: stringTable::intern creates redundant String when looking up existing one
Reviewed-by: redestad, gziemski, rehn, zgu, jiangli
ysuenaga [Sat, 16 Feb 2019 11:40:34 +0900] rev 53784
8204551: Event descriptions are truncated in logs
Reviewed-by: coleenp, coleenp
mbalao [Fri, 15 Feb 2019 11:46:15 -0300] rev 53783
8219011: Implement MacroAssembler::warn method on AArch64
Reviewed-by: adinn
cjplummer [Fri, 15 Feb 2019 12:33:11 -0800] rev 53782
8218941: jdb should support a dbgtrace command that acts the same as the dbgtrace command line option
Summary: added dbgtrace command.
Reviewed-by: sspitsyn, amenkov, gadams
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53781
8215249: Miscellaneous changes imported from jsr166 CVS 2019-02
Reviewed-by: martin, chegar, dholmes
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53780
8215363: needless signals in ForkJoinPool
Reviewed-by: martin, chegar, dholmes
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53779
8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
dl [Fri, 15 Feb 2019 11:18:01 -0800] rev 53778
8195057: java/util/concurrent/CountDownLatch/Basic.java failed w/ Xcomp
Reviewed-by: martin, chegar, dholmes
aph [Fri, 15 Feb 2019 12:10:12 -0500] rev 53777
8219006: AArch64: Register corruption in slow subtype check
Reviewed-by: adinn
coleenp [Fri, 15 Feb 2019 08:21:08 -0500] rev 53776
8218851: JVM crash in custom classloader stress test, JDK 12 & 13
Summary: Handle NULL and unloaded constraint class in loader constraint table, also cope with unloaded but not cleaned out klass in loader constraint entries.
Reviewed-by: hseigel, huntch, stuefe
rehn [Fri, 15 Feb 2019 14:15:10 +0100] rev 53775
8203469: Faster safepoints
Reviewed-by: dcubed, pchilanomate, dholmes, acorn, coleenp, eosterlund
hseigel [Fri, 15 Feb 2019 07:53:03 -0500] rev 53774
8079353: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java failed on Windows when getting disjoint instead of zero based coops
Summary: On Windows, don't run sub-tests that can be affected by ASLR.
Reviewed-by: coleenp, mseledtsov
jlahoda [Fri, 15 Feb 2019 12:09:53 +0100] rev 53773
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round
Summary: When an annotation processor reports and error, defer reporting recoverable errors from the erroneous round to the last round, to avoid reporting errors that were resolved in the erroneous round.
Reviewed-by: jjg
gadams [Fri, 15 Feb 2019 05:32:36 -0500] rev 53772
8219002: Some comments and error messages refer to VMDisconnectException
Reviewed-by: cjplummer, sspitsyn
phedlin [Thu, 14 Feb 2019 14:59:17 +0100] rev 53771
8214947: Assertion error in test: StringCompressInflateTest
Reviewed-by: kvn, neliasso
dholmes [Fri, 15 Feb 2019 04:12:18 -0500] rev 53770
8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares)
Reviewed-by: iignatyev, dholmes
Contributed-by: Wang Haomin <wanghaomin@loongson.cn>
iignatyev [Thu, 14 Feb 2019 23:45:03 -0800] rev 53769
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
Reviewed-by: kvn, thartmann
dholmes [Thu, 14 Feb 2019 22:57:37 -0500] rev 53768
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
Reviewed-by: kbarrett, coleenp, mikael, iignatyev
vlivanov [Thu, 14 Feb 2019 15:27:46 -0800] rev 53767
8161334: C2: Cast nodes hinder memory alias analysis
Reviewed-by: kvn, thartmann
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53766
8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors
Reviewed-by: thartmann, kvn
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53765
8218879: Keep track of memory accesses originated from Unsafe
Reviewed-by: thartmann
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53764
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
Reviewed-by: iignatyev
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53763
8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY values in T_OBJECT fields
Reviewed-by: thartmann, kvn, neliasso
mikael [Thu, 14 Feb 2019 15:17:03 -0800] rev 53762
8218935: Make jfr strncpy uses GCC 8.x friendly
Reviewed-by: clanger
mikael [Thu, 14 Feb 2019 15:12:17 -0800] rev 53761
8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly
Reviewed-by: iignatyev
iignatyev [Thu, 14 Feb 2019 14:40:11 -0800] rev 53760
8209455: [error-prone] JdkObsolete in jdk.management.agent
Reviewed-by: alanb, jcbeyler
xuelei [Thu, 14 Feb 2019 14:19:29 -0800] rev 53759
4919790: Errors in alert ssl message does not reflect the actual certificate status
Reviewed-by: mullan
manc [Tue, 05 Feb 2019 08:20:09 -0800] rev 53758
8218192: Remove copy constructor for MemRegion
Summary: Remove copy constructor in memRegion.hpp
Reviewed-by: tschatzl, kbarrett
stuefe [Thu, 14 Feb 2019 19:48:57 +0100] rev 53757
8183004: Remove code related to gtest death tests from assert macro
Reviewed-by: shade, kbarrett, iignatyev
joehw [Thu, 14 Feb 2019 09:38:19 -0800] rev 53756
8187697: Cleanup: irrelevant code in OutputPropertiesFactory
Reviewed-by: lancea
sdama [Thu, 14 Feb 2019 21:52:39 +0530] rev 53755
8201544: Improve javac command line parsing and error reporting
Summary: Modified exception into an error message for invalid filenames on windows
Reviewed-by: vromero, jjg
Contributed-by: srinivas.dama@oracle.com
jjg [Thu, 14 Feb 2019 07:41:54 -0800] rev 53754
8218944: Fix failed for JDK-8218936
Reviewed-by: jwilhelm
phedlin [Wed, 13 Feb 2019 14:42:20 +0100] rev 53753
8217289: compiler/graalunit/HotspotTest.java failed with InvalidInstalledCodeException
Reviewed-by: thartmann, neliasso
neliasso [Thu, 14 Feb 2019 14:31:32 +0100] rev 53752
8087128: C2: Disallow definition split on MachCopySpill nodes
Reviewed-by: kvn
redestad [Thu, 14 Feb 2019 12:54:56 +0100] rev 53751
8216360: Deprecate -XX:CompilationPolicyChoice
Reviewed-by: thartmann, kvn
redestad [Thu, 14 Feb 2019 11:33:45 +0100] rev 53750
8218753: Obsolete nonproduct flag ProfilerCheckIntervals
Reviewed-by: dholmes, coleenp
jwilhelm [Thu, 14 Feb 2019 01:25:04 +0100] rev 53749
Added tag jdk-13+8 for changeset a535ba736cab
jjg [Wed, 13 Feb 2019 17:18:56 -0800] rev 53748
8218936: Test fails in Internet environment
Reviewed-by: mchung
kbarrett [Wed, 13 Feb 2019 17:38:14 -0500] rev 53747
8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
Summary: Move files and rename classes.
Reviewed-by: tschatzl, lkorinth
lfoltan [Wed, 13 Feb 2019 15:50:08 -0500] rev 53746
8217998: Remove method_type field associated with the appendix field of an indy or method handle call
Summary: Removed the unused method_type field associated with the appendix field of an indy or method handle call.
Reviewed-by: acorn, coleenp, dlong
lfoltan [Wed, 13 Feb 2019 14:20:40 -0500] rev 53745
8218004: Clean up terminology for shared methods within the JVM for indy and condy support
Summary: Remove "invoke_dynamic" from the name of several ConstantPool bootstrap helper methods that are shared by both indy and condy.
Reviewed-by: coleenp, dholmes, mchung
iignatyev [Wed, 13 Feb 2019 11:18:14 -0800] rev 53744
8195060: vm/mlvm/anonloader/stress/byteMutation intermittently times out
Reviewed-by: kvn
amenkov [Wed, 13 Feb 2019 11:08:51 -0800] rev 53743
8214582: BasicJDWPConnectionTest.java: RuntimeException: Could not detect port from ''
Reviewed-by: sspitsyn, dtitov
amenkov [Wed, 13 Feb 2019 11:04:03 -0800] rev 53742
8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors
Reviewed-by: sspitsyn, dtitov
bpb [Wed, 13 Feb 2019 07:58:04 -0800] rev 53741
8218882: NET_Writev is declared, NET_WriteV is defined
Reviewed-by: alanb, chegar
weijun [Wed, 13 Feb 2019 21:24:13 +0800] rev 53740
8218888: keytool -genkeypair should not have the -destalias option
Reviewed-by: mullan
coleenp [Wed, 13 Feb 2019 07:22:09 -0500] rev 53739
8218755: Refix Symbol leak in prepend_host_package_name
Summary: fix Symbol refcounting again, add comment and a test.
Reviewed-by: kbarrett, dholmes
coleenp [Wed, 13 Feb 2019 06:48:34 -0500] rev 53738
8212988: add recent class unloading events to the hs_err log
Summary: also moved class unloading logging in expected place.
Reviewed-by: never, stuefe
dlong [Wed, 13 Feb 2019 00:30:46 -0800] rev 53737
8218695: problem list tests failing with Graal
Reviewed-by: kvn
rwestberg [Tue, 12 Feb 2019 08:40:43 +0100] rev 53736
8218807: Compilation database (compile_commands.json) may contain obsolete items
Reviewed-by: ihse, erikj
ascarpino [Tue, 12 Feb 2019 14:08:07 -0800] rev 53735
8215790: Delegated task created by SSLEngine throws java.nio.BufferUnderflowException
Reviewed-by: jnimeh
xuelei [Tue, 12 Feb 2019 13:36:15 -0800] rev 53734
8217835: Remove the experimental SunJSSE FIPS compliant mode
Reviewed-by: mullan
gadams [Tue, 12 Feb 2019 15:19:25 -0500] rev 53733
8218754: JDK-8068225 regression in JDIBreakpointTest
Reviewed-by: cjplummer, sspitsyn
iignatyev [Tue, 12 Feb 2019 11:23:43 -0800] rev 53732
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
Reviewed-by: kvn, thartmann
redestad [Tue, 12 Feb 2019 19:22:19 +0100] rev 53731
8218738: Remove dead code in Symbol and friends
Reviewed-by: coleenp, lfoltan, dholmes
mbaesken [Tue, 05 Feb 2019 17:40:15 +0100] rev 53730
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
Reviewed-by: dholmes, goetz, ihse
ihse [Tue, 12 Feb 2019 15:31:40 +0100] rev 53729
8218413: make reconfigure ignores configure-time AUTOCONF environment variable
Reviewed-by: erikj, martin
redestad [Tue, 12 Feb 2019 14:23:49 +0100] rev 53728
8218675: Reduce verification overhead in ClassFileParser
Reviewed-by: dholmes, hseigel
redestad [Tue, 12 Feb 2019 09:35:51 +0100] rev 53727
8216608: Obsolete stale compiler flags
Reviewed-by: shade, thartmann
cito [Tue, 12 Feb 2019 08:56:03 +0900] rev 53726
8214236: sun.gc.collector.2.name should be changed
Reviewed-by: pliden, tschatzl
tschatzl [Tue, 12 Feb 2019 09:58:27 +0100] rev 53725
8218680: G1 crashes during calculation of old collection set candidates
Summary: Parameters were passed in the wrong order to some helper class.
Reviewed-by: shade, kbarrett, lkorinth
redestad [Tue, 12 Feb 2019 09:00:04 +0100] rev 53724
8217383: Obsolete UseImplicitStableValues
Reviewed-by: shade, rkennke, vlivanov
mbaesken [Wed, 06 Feb 2019 16:02:27 +0100] rev 53723
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
Reviewed-by: dholmes, ihse, mdoerr
stuefe [Fri, 08 Feb 2019 08:49:32 +0100] rev 53722
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
Reviewed-by: rriggs, martin
ascarpino [Mon, 11 Feb 2019 13:23:20 -0800] rev 53721
8201633: Problems with AES-GCM native acceleration
Reviewed-by: valeriep
dfuchs [Mon, 11 Feb 2019 18:41:24 +0100] rev 53720
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange.
Summary: custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates.
Reviewed-by: chegar
rkennke [Mon, 11 Feb 2019 16:49:08 +0100] rev 53719
8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
Reviewed-by: adinn
gadams [Mon, 11 Feb 2019 07:19:32 -0500] rev 53718
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
Reviewed-by: cjplummer, sspitsyn
ihse [Mon, 11 Feb 2019 12:12:41 +0100] rev 53717
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
Reviewed-by: redestad, shade
weijun [Mon, 11 Feb 2019 11:01:00 +0800] rev 53716
8180569: Refactor sun/security/krb5/ shell tests to plain java tests
Reviewed-by: mullan
lancea [Sat, 09 Feb 2019 17:19:53 -0500] rev 53715
8182117: Document Zip File System Properties
Reviewed-by: alanb, mchung, rriggs, clanger
shade [Sat, 09 Feb 2019 19:39:28 +0100] rev 53714
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
Reviewed-by: kvn
dtitov [Sat, 09 Feb 2019 10:07:13 -0800] rev 53713
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
Reviewed-by: dholmes
dholmes [Fri, 08 Feb 2019 20:51:55 -0500] rev 53712
8193234: When using -Xcheck:jni an internally allocated buffer can leak
Reviewed-by: shade, hseigel
shurailine [Fri, 08 Feb 2019 05:46:11 -0900] rev 53711
8218692: Switch to JCov build which supports byte code version 57
Reviewed-by: erikj
dl [Fri, 08 Feb 2019 13:39:22 -0800] rev 53710
8210280: Unnecessary reallocation when invoking HashMap.putAll()
Reviewed-by: martin, mvala, igerasim, chegar, rriggs
Contributed-by: Michal Vala <mvala@redhat.com>, Doug Lea <dl@cs.oswego.edu>, Martin Buchholz <martinrb@google.com>
zgu [Fri, 08 Feb 2019 14:03:09 -0500] rev 53709
8200109: NMT: diff_malloc_site assert(early->flags() == current->flags(), "Must be the same memory type")
Reviewed-by: shade, coleenp
xuelei [Fri, 08 Feb 2019 10:03:07 -0800] rev 53708
8218580: endpoint identification algorithm should be case-insensitive
Reviewed-by: jnimeh
dtitov [Fri, 08 Feb 2019 09:41:45 -0800] rev 53707
8205654: serviceability/dcmd/framework/HelpTest.java timed out
Reviewed-by: sspitsyn, dholmes
roland [Thu, 07 Feb 2019 09:55:57 +0100] rev 53706
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
Reviewed-by: thartmann, mdoerr, rrich, kvn
coleenp [Fri, 08 Feb 2019 09:33:59 -0500] rev 53705
8218593: Symbol leak in prepend_host_package_name
Summary: add appropriate refcounting for Symbols stomped by parsing
Reviewed-by: hseigel, zgu
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53704
8217328: Rename CollectionSetChooser to G1CollectionSetChooser
Reviewed-by: lkorinth, kbarrett
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53703
8217330: Split G1CollectionSetChooser into collection set candidate container and the chooser algorithm
Reviewed-by: lkorinth, kbarrett
tschatzl [Fri, 08 Feb 2019 12:55:20 +0100] rev 53702
8217778: StringTable cleanup miscalculates amount of dead objects
Reviewed-by: kbarrett
chegar [Fri, 08 Feb 2019 13:07:44 +0000] rev 53701
Merge
chegar [Fri, 08 Feb 2019 12:23:16 +0000] rev 53700
8218662: Allow 204 responses with Content-Length:0
Reviewed-by: michaelm
chegar [Fri, 08 Feb 2019 12:44:16 +0000] rev 53699
Merge
chegar [Fri, 08 Feb 2019 11:26:21 +0000] rev 53698
8218546: Unable to connect to https://google.com using java.net.HttpClient
Reviewed-by: dfuchs
jlahoda [Fri, 08 Feb 2019 12:31:24 +0100] rev 53697
8216263: Add historical data for JDK 12
Summary: Including --release 12 data, based on 12-ea+30, built from changeset 6c377af36a5c.
Reviewed-by: darcy, jjg
jlahoda [Fri, 08 Feb 2019 12:31:23 +0100] rev 53696
8218630: CreateSymbols includes class and module headers unnecessarily.
Summary: Ensure class and module headers from the current version are properly matched to existing ones to avoid duplication.
Reviewed-by: jjg
jlahoda [Fri, 08 Feb 2019 12:31:22 +0100] rev 53695
8217335: Add a script to generate --release data
Reviewed-by: darcy, ihse
lkorinth [Fri, 08 Feb 2019 12:09:41 +0100] rev 53694
8217332: JTREG: Clean up, use generics instead of raw types
Reviewed-by: tschatzl, sangheki
lkorinth [Fri, 08 Feb 2019 11:52:33 +0100] rev 53693
8217329: JTREG: Clean up, remove unused imports in gc folder
Reviewed-by: lmesnik, tschatzl
jwilhelm [Fri, 08 Feb 2019 02:57:40 +0100] rev 53692
Merge
ljiang [Thu, 07 Feb 2019 01:49:10 -0800] rev 53691
8218411: JDK 12 L10n resource file update msg drop 20
Reviewed-by: naoto
jwilhelm [Thu, 07 Feb 2019 02:53:27 +0100] rev 53690
Added tag jdk-12+31 for changeset b5f7bb57de2f
diazhou [Mon, 21 Jan 2019 02:43:33 +0000] rev 53689
8217352: Remove EA from version string starting with Initial RC promotion
Reviewed-by: erikj, tbell
coleenp [Thu, 07 Feb 2019 17:26:44 -0500] rev 53688
8218601: [AOT] Crash in AOTCodeHeap::mark_evol_dependent_methods
Summary: null check nmethod in aot dependencies
Reviewed-by: kvn
bobv [Thu, 07 Feb 2019 17:23:24 -0500] rev 53687
8218169: [AOT] Segmentation fault when running java with AOTed Graal in -Xcomp mode on windows
Reviewed-by: kvn
redestad [Thu, 07 Feb 2019 22:20:46 +0100] rev 53686
8218625: Remove dead code in relocInfo
Reviewed-by: kvn, thartmann
zgu [Thu, 07 Feb 2019 14:29:17 -0500] rev 53685
8218558: NMT stack traces in output should show mt component for virtual memory allocations
Reviewed-by: shade, stuefe, coleenp
coffeys [Thu, 07 Feb 2019 12:09:17 +0000] rev 53684
8218553: Enhance keystore load debug output
Reviewed-by: weijun
ihse [Thu, 07 Feb 2019 12:35:45 +0100] rev 53683
8218431: Improved platform checking in makefiles
Reviewed-by: erikj
redestad [Thu, 07 Feb 2019 10:26:32 +0100] rev 53682
8218565: HandleMark cleanup
Reviewed-by: coleenp, kbarrett, rehn
psadhukhan [Thu, 07 Feb 2019 12:11:41 +0530] rev 53681
Merge
psadhukhan [Mon, 04 Feb 2019 11:01:04 +0530] rev 53680
Merge
serb [Sat, 02 Feb 2019 10:00:05 -0800] rev 53679
8214823: Javadoc cleanup of java.awt.desktop package
Reviewed-by: prr
itakiguchi [Fri, 01 Feb 2019 15:34:53 -0800] rev 53678
8212677: X11 default visual support for IM status window on VNC
Reviewed-by: serb, naoto
serb [Thu, 31 Jan 2019 15:20:42 -0800] rev 53677
8216318: The usage of Disposer in the java.awt.Robot can be deleted
Reviewed-by: prr
psadhukhan [Thu, 31 Jan 2019 08:45:23 +0530] rev 53676
8217464: Remove resolved client bugs from the ProblemList.txt
Reviewed-by: prr, kaddepalli
serb [Tue, 29 Jan 2019 13:53:54 -0800] rev 53675
8214918: Unify GraphicsEnvironment.getCenterPoint()/getMaximumWindowBounds() across the platforms
Reviewed-by: kaddepalli, aivanov, prr
psadhukhan [Tue, 29 Jan 2019 11:06:19 +0530] rev 53674
Merge
serb [Mon, 28 Jan 2019 17:19:54 -0800] rev 53673
8214076: Cleanup the code related to GraphicsEnvironment/Device/Configuration
Reviewed-by: aivanov, prr
akolarkunnu [Thu, 24 Jan 2019 07:15:42 -0800] rev 53672
8217235: Create automated test for SwingSet ColorChooserDemoTest
Reviewed-by: serb, shurailine
Contributed-by: vikrant.v.agarwal@oracle.com
akolarkunnu [Tue, 22 Jan 2019 08:44:33 -0800] rev 53671
8217377: javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperation exception
Reviewed-by: serb
Contributed-by: vikrant.v.agarwal@oracle.com
akolarkunnu [Tue, 22 Jan 2019 08:35:14 -0800] rev 53670
8217297: Add support for multiple look and feel for SwingSet SliderDemoTest
Reviewed-by: serb
Contributed-by: vikrant.v.agarwal@oracle.com
serb [Sat, 19 Jan 2019 10:09:46 -0800] rev 53669
8211885: Duplicate id declarations in java.awt.geom.Path2D
Reviewed-by: aivanov
pbansal [Fri, 18 Jan 2019 13:54:32 +0530] rev 53668
8214765: All TrayIcon MessageType icons does not show up with gtk3 option set
Reviewed-by: serb, psadhukhan
pbansal [Fri, 18 Jan 2019 13:36:16 +0530] rev 53667
8214111: There is no icon in all JOptionPane target image
Reviewed-by: serb, psadhukhan
akolarkunnu [Tue, 15 Jan 2019 22:54:08 -0800] rev 53666
8214471: Enable different look and feel tests in SwingSet3 demo test ToolTipDemoTest
Reviewed-by: serb, shurailine
pbansal [Thu, 10 Jan 2019 16:38:02 +0530] rev 53665
8214252: Expanded & Collapsed nodes of a JTree look the same on GTK3
Reviewed-by: serb, psadhukhan
mikael [Wed, 06 Feb 2019 18:34:12 -0800] rev 53664
8218581: Incorrect exception message generation
Reviewed-by: hseigel
jwilhelm [Thu, 07 Feb 2019 02:48:11 +0100] rev 53663
Added tag jdk-13+7 for changeset 021917019cda
mchung [Wed, 06 Feb 2019 15:09:05 -0800] rev 53662
8218461: test/jdk/java/lang/invoke/VarHandles should be generated rather than manually edited
Reviewed-by: bpb, vromero
hseigel [Wed, 06 Feb 2019 15:11:59 -0500] rev 53661
8218579: add hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java to ProblemList.txt
Summary: Add the test to ProblemList.txt for windows-all
Reviewed-by: dcubed
mchung [Wed, 06 Feb 2019 10:53:13 -0800] rev 53660
8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
Reviewed-by: alanb
zgu [Wed, 06 Feb 2019 13:30:27 -0500] rev 53659
8218566: NMT: missing memory tag for assert poison page
Reviewed-by: shade, stuefe
pli [Wed, 06 Feb 2019 16:25:58 +0000] rev 53658
8218550: Add test omitted from JDK-8212043
Summary: Add test case omitted from fix for JDK-8212043
Reviewed-by: shade
goetz [Wed, 06 Feb 2019 08:31:27 +0100] rev 53657
8218544: Fix build on windows: missing include
Reviewed-by: stuefe, dholmes, shade
mbaesken [Mon, 28 Jan 2019 16:42:23 +0100] rev 53656
8217093: Support extended-length paths in parse_manifest.c on windows
Reviewed-by: chegar, clanger
nishjain [Wed, 06 Feb 2019 13:57:19 +0530] rev 53655
8217969: Base64.Decoder.decode methods do not need to throw OOME due to integer overflow
8218265: java/util/Base64/TestEncodingDecodingLength.java failing
Reviewed-by: rriggs, naoto
dholmes [Tue, 05 Feb 2019 20:18:00 -0500] rev 53654
8217843: Performance regression related to os::supports_monotonic_clock() on linux
Reviewed-by: redestad, stuefe
igerasim [Tue, 05 Feb 2019 17:05:40 -0800] rev 53653
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
Reviewed-by: rriggs
jwilhelm [Wed, 06 Feb 2019 00:20:37 +0100] rev 53652
Merge
eosterlund [Tue, 05 Feb 2019 20:06:10 +0100] rev 53651
8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
Reviewed-by: kvn, thartmann
iignatyev [Mon, 04 Feb 2019 17:53:26 -0800] rev 53650
8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
Reviewed-by: dholmes, kbarrett
joehw [Tue, 05 Feb 2019 15:06:08 -0800] rev 53649
8180901: Transformer.reset() resets the state only once
Reviewed-by: rriggs, lancea
bpb [Tue, 05 Feb 2019 14:36:50 -0800] rev 53648
8218460: Test generation scripts do not invoke stream preprocessor correctly
Reviewed-by: rriggs
kbarrett [Tue, 05 Feb 2019 16:46:49 -0500] rev 53647
8217474: Remove WhiteBox.getConcurrentGCPhases()
Summary: Remove function and supporting infrastructure.
Reviewed-by: shade, tschatzl
pchilanomate [Tue, 05 Feb 2019 15:12:13 -0500] rev 53646
8210832: Remove sneaky locking in class Monitor
Summary: Removed sneaky locking and simplified vm monitors implementation
Reviewed-by: rehn, dcubed, pliden, dholmes, coleenp
Contributed-by: david.holmes@oracle.com, patricio.chilano.mateo@oracle.com
kbarrett [Tue, 05 Feb 2019 13:21:59 -0500] rev 53645
8218164: Improve local control of compiler warnings
Summary: Windows warning push/pop and gcc/Windows warning suppression macros.
Reviewed-by: dholmes, tschatzl
joehw [Tue, 05 Feb 2019 09:57:35 -0800] rev 53644
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
Reviewed-by: rriggs, lancea
erikj [Tue, 05 Feb 2019 09:56:19 -0800] rev 53643
8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
Reviewed-by: ihse
erikj [Tue, 05 Feb 2019 09:53:33 -0800] rev 53642
8218177: Bump jib format_version to support new devkit archive layout
Reviewed-by: ihse, tbell
coleenp [Tue, 05 Feb 2019 10:40:25 -0500] rev 53641
8139551: Scalability problem with redefinition - multiple code cache walks
Summary: Walk code cache and deoptimize once per redefinition.
Reviewed-by: sspitsyn, dlong
aoqi [Thu, 31 Jan 2019 23:56:37 +0800] rev 53640
8217597: [TESTBUG] old version docker does not support --cpus
Summary: "--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota.
Reviewed-by: bobv, dholmes
Contributed-by: aoqi@loongson.cn
roland [Tue, 18 Dec 2018 09:29:39 +0100] rev 53639
8215483: Off heap memory accesses should be vectorized
Reviewed-by: neliasso, kvn
ihse [Tue, 05 Feb 2019 10:56:12 +0100] rev 53638
8218186: Clean up CLDR generation in build
Reviewed-by: erikj
ysuenaga [Tue, 05 Feb 2019 14:24:29 +0900] rev 53637
8217845: SA should refer const values for JVMFlag from HotSpot
Reviewed-by: sspitsyn, jgeorge
iklam [Mon, 04 Feb 2019 19:42:36 -0800] rev 53636
8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests
Reviewed-by: ccheung, dholmes
jgeorge [Tue, 05 Feb 2019 00:43:38 +0530] rev 53635
8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
Summary: Refactoring the SA tests which test clhsdb commands to use ClhsdbLauncher for uniformity and ease of maintainence
Reviewed-by: jcbeyler, dholmes
vlivanov [Mon, 04 Feb 2019 17:35:38 -0800] rev 53634
8218406: C1: Redundant nmethod dependency for private method is added
Reviewed-by: kvn
vlivanov [Mon, 04 Feb 2019 17:35:36 -0800] rev 53633
8075052: Autobox elimination hinders loop unrolling
Reviewed-by: kvn
vlivanov [Mon, 04 Feb 2019 17:35:35 -0800] rev 53632
8188133: C2: Static field accesses in clinit can trigger deoptimizations
Reviewed-by: kvn
rehn [Mon, 04 Feb 2019 21:42:47 +0100] rev 53631
8218145: block_if_requested is not proper inlined due to size
Reviewed-by: kbarrett, coleenp, gziemski
lancea [Mon, 04 Feb 2019 14:10:53 -0500] rev 53630
8217393: Clarify Attributes.equals()
Reviewed-by: alanb, darcy, rriggs, martin
naoto [Mon, 04 Feb 2019 10:04:04 -0800] rev 53629
8218386: Correct the SE version in j.l.Character
Reviewed-by: lancea
mbaesken [Mon, 04 Feb 2019 11:00:12 +0100] rev 53628
8218276: AIX build fails in tieredThresholdPolicy.cpp
Reviewed-by: dholmes, mdoerr
alanb [Sun, 03 Feb 2019 10:00:14 +0100] rev 53627
8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
Reviewed-by: alanb, serb
Contributed-by: fujie@loongson.cn
fyang [Fri, 01 Feb 2019 15:05:52 +0800] rev 53626
8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
Reviewed-by: aph
Contributed-by: lunliu93@gmail.com
vlivanov [Fri, 01 Feb 2019 18:51:14 -0800] rev 53625
8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
Reviewed-by: kvn, neliasso
vlivanov [Fri, 01 Feb 2019 18:50:53 -0800] rev 53624
8217919: C2: Enable -XX:+AggressiveUnboxing by default
Reviewed-by: kvn, neliasso
vlivanov [Fri, 01 Feb 2019 18:50:22 -0800] rev 53623
8217918: C2: -XX:+AggressiveUnboxing is broken
Reviewed-by: kvn
kbarrett [Fri, 01 Feb 2019 18:16:25 -0500] rev 53622
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
Summary: Add test to problem list.
Reviewed-by: iignatyev
jwilhelm [Sat, 02 Feb 2019 00:11:54 +0100] rev 53621
Merge
iignatyev [Fri, 01 Feb 2019 13:33:02 -0800] rev 53620
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
Reviewed-by: dlong
amenkov [Fri, 01 Feb 2019 09:25:31 -0800] rev 53619
8218025: disable pop_frame and force_early_return caps for Graal
Reviewed-by: iignatyev, sspitsyn, dholmes
naoto [Fri, 01 Feb 2019 08:59:03 -0800] rev 53618
8216546: Support new Japanese era in java.lang.Character for Java SE 11
Reviewed-by: chegar
iignatyev [Thu, 31 Jan 2019 22:17:14 -0800] rev 53617
8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
Reviewed-by: kvn
iignatyev [Thu, 31 Jan 2019 22:17:09 -0800] rev 53616
8218168: clean up hotspot ProblemList
Reviewed-by: kvn, dholmes, sspitsyn
pmuthuswamy [Fri, 01 Feb 2019 09:11:13 +0530] rev 53615
8218134: Modify the jQuery.md file to reflect the exact jQuery license content
Reviewed-by: jjg, sundar
naoto [Thu, 31 Jan 2019 12:43:59 -0800] rev 53614
8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra
Reviewed-by: chegar
nishjain [Thu, 31 Jan 2019 13:05:24 +0530] rev 53613
8214935: Upgrade IANA LSR data
Reviewed-by: rriggs, naoto
iignatyev [Wed, 30 Jan 2019 17:35:20 -0800] rev 53612
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
Reviewed-by: kvn
jwilhelm [Thu, 31 Jan 2019 01:12:11 +0100] rev 53611
Added tag jdk-12+30 for changeset 6c377af36a5c
prr [Wed, 30 Jan 2019 14:03:08 -0800] rev 53610
8218020: Fix version number in mesa.md 3rd party legal file
Reviewed-by: serb, psadhukhan
iignatyev [Wed, 30 Jan 2019 13:11:16 -0800] rev 53609
8218079: cleanup hotspot ProblemList files
Reviewed-by: kvn
mullan [Wed, 30 Jan 2019 15:42:47 -0500] rev 53608
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger
erikj [Fri, 01 Feb 2019 10:08:21 -0800] rev 53607
8218198: Revert devkit change in JDK-8217910 for linux-x64
Reviewed-by: tbell
shade [Fri, 01 Feb 2019 16:03:16 +0100] rev 53606
8218151: Simplify JavaThread::thread_state definition
Reviewed-by: stefank, dholmes, kbarrett
shade [Fri, 01 Feb 2019 16:03:15 +0100] rev 53605
8217879: hs_err should print more instructions in hex dump
Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
dfuchs [Fri, 01 Feb 2019 14:24:40 +0000] rev 53604
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
Summary: changed the test to use the loopback interface.
Reviewed-by: chegar
dfuchs [Fri, 01 Feb 2019 14:15:49 +0000] rev 53603
8195716: BootstrapLoggerTest : Executor still alive
Summary: Make sure the test joins the active executor thread before waiting for the executor to be GC'ed.
Reviewed-by: mchung, martin
ysuenaga [Fri, 01 Feb 2019 21:43:37 +0900] rev 53602
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Reviewed-by: tschatzl, stuefe
coleenp [Fri, 01 Feb 2019 06:42:41 -0500] rev 53601
8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
Summary: remove dead code, also remove function that is not needed after 8210094.
Reviewed-by: lfoltan, dholmes
ihse [Fri, 01 Feb 2019 12:44:30 +0100] rev 53600
8217896: Make better use of LCPUs when building on AIX
Reviewed-by: ihse
Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
stuefe [Sat, 08 Dec 2018 12:09:59 +0100] rev 53599
8214975: No hs-err file if fatal error is raised during dynamic initialization
Reviewed-by: dholmes, dcubed
stuefe [Fri, 01 Feb 2019 10:27:45 +0100] rev 53598
8218156: "jcmd VM.metaspace basic" misreports free chunk space
Reviewed-by: zgu
mbaesken [Wed, 30 Jan 2019 09:35:07 +0100] rev 53597
8218046: use bundled freetype in the AIX build by default
Reviewed-by: ihse
jgeorge [Fri, 01 Feb 2019 11:29:31 +0530] rev 53596
8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
Summary: Skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false
Reviewed-by: dholmes, goetz
vlivanov [Thu, 31 Jan 2019 17:48:29 -0800] rev 53595
6986483: CHA: optimize calls through interfaces
Reviewed-by: neliasso, thartmann
vlivanov [Thu, 31 Jan 2019 17:48:25 -0800] rev 53594
8059241: C2: Excessive RemoveUseless passes during incremental inlining
Reviewed-by: roland, shade
joehw [Thu, 31 Jan 2019 13:36:31 -0800] rev 53593
8186321: Cleanup: SourceTreeManager not used
Reviewed-by: bpb, lancea
iignatyev [Thu, 31 Jan 2019 12:52:55 -0800] rev 53592
8217848: [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
Reviewed-by: kvn, dlong
kevinw [Thu, 31 Jan 2019 04:49:46 -0800] rev 53591
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
Reviewed-by: kvn, thartmann
Contributed-by: fairoz.matte@oracle.com
shade [Thu, 31 Jan 2019 19:08:37 +0100] rev 53590
8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
Reviewed-by: stefank, rehn, dholmes
erikj [Thu, 31 Jan 2019 08:39:28 -0800] rev 53589
8204564: Need better error output when GenerateLinkOptData fails
Reviewed-by: ihse, tbell
dcubed [Thu, 31 Jan 2019 11:19:58 -0500] rev 53588
8217659: monitor_logging updates from Async Monitor Deflation project
Reviewed-by: dholmes, coleenp, rehn
coleenp [Thu, 31 Jan 2019 10:29:53 -0500] rev 53587
8213753: SymbolTable is double walked during class unloading and clean up table timing in do_unloading
Summary: remove gc timing for short runtime cleanup triggering; make symbol table cleaning triggered automatically on unloading
Reviewed-by: shade, stefank, gziemski
zgu [Thu, 31 Jan 2019 10:18:41 -0500] rev 53586
8216072: Remove TaskTerminator's assignment operator
Reviewed-by: tschatzl, rkennke, kbarrett
rriggs [Thu, 31 Jan 2019 10:05:11 -0500] rev 53585
8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
Reviewed-by: dholmes, alanb
Contributed-by: fujie@loongson.cn
coleenp [Thu, 31 Jan 2019 07:28:40 -0500] rev 53584
8212949: Remove ConstantPoolCache::is_constantPoolCache
Summary: remove relic of permgen, also is_constMethod too.
Reviewed-by: dholmes
gadams [Thu, 31 Jan 2019 07:24:28 -0500] rev 53583
8215550: Debugger does not work after reattach
Reviewed-by: cjplummer, sspitsyn
rehn [Thu, 31 Jan 2019 10:31:39 +0100] rev 53582
8218041: Assorted wrong/missing includes
Reviewed-by: dholmes, kbarrett, stefank, shade
jwilhelm [Thu, 31 Jan 2019 01:17:41 +0100] rev 53581
Added tag jdk-13+6 for changeset b5f05fe4a6f8
sviswanathan [Wed, 30 Jan 2019 13:47:25 -0800] rev 53580
8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
Reviewed-by: kvn, neliasso, thartmann
erikj [Wed, 30 Jan 2019 12:54:29 -0800] rev 53579
8218084: Revert JDK-8218057
Reviewed-by: darcy, ctornqvi
jwilhelm [Wed, 30 Jan 2019 21:12:56 +0100] rev 53578
Merge