pliden [Wed, 28 Aug 2019 09:50:20 +0200] rev 57899
8230090: ZGC: Introduce ZSyscall
Reviewed-by: stefank
iklam [Tue, 27 Aug 2019 22:14:52 -0700] rev 57898
8227370: Remove SharedPathsMiscInfo
Reviewed-by: ccheung, jiangli
iklam [Tue, 27 Aug 2019 22:14:15 -0700] rev 57897
8230168: Use ClasspathStream for FileMapInfo::create_path_array
Reviewed-by: lfoltan, fparain
fyuan [Wed, 28 Aug 2019 11:00:55 +0800] rev 57896
8230010: Remove jdk8037819/BasicTest1.java
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
igerasim [Tue, 27 Aug 2019 14:44:21 -0700] rev 57895
8226831: Use Objects.equals() when appropriate
Reviewed-by: rriggs, bpb
redestad [Tue, 27 Aug 2019 22:26:42 +0200] rev 57894
8228507: Archive FDBigInteger
Reviewed-by: jiangli, bpb
pchilanomate [Tue, 27 Aug 2019 20:10:06 +0000] rev 57893
8229844: Remove attempt_rebias parameter from revoke_and_rebias()
Summary: Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter()
Reviewed-by: dholmes, rehn, coleenp, dcubed
shade [Tue, 27 Aug 2019 19:22:58 +0200] rev 57892
8230118: 32-bit build failures after JDK-8227054
Reviewed-by: zgu, kbarrett
eosterlund [Tue, 27 Aug 2019 16:35:50 +0200] rev 57891
8219708: Stop flushing OSR nmethods earlier in the sweeper
Reviewed-by: neliasso, thartmann
kbarrett [Tue, 27 Aug 2019 11:05:17 -0400] rev 57890
8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList
Summary: Rename class and move to new files.
Reviewed-by: sjohanss, lkorinth
shade [Tue, 27 Aug 2019 17:02:38 +0200] rev 57889
8230215: MacOS debug build is broken after JDK-8230003
Reviewed-by: zgu, mdoerr
jpai [Tue, 27 Aug 2019 16:17:40 +0530] rev 57888
8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
Summary: Fix the test to use volatile on members which are accessed across threads
Reviewed-by: dfuchs
mgronlun [Tue, 27 Aug 2019 12:36:05 +0200] rev 57887
some cleanup
mgronlun [Tue, 27 Aug 2019 12:08:01 +0200] rev 57886
rename from JfrCheckpointMode to JfrCheckpointType
shade [Tue, 27 Aug 2019 11:15:00 +0200] rev 57885
8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp)
Reviewed-by: dholmes
mbaesken [Wed, 14 Aug 2019 15:07:04 +0200] rev 57884
8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
Reviewed-by: chegar, clanger
egahlin [Mon, 26 Aug 2019 18:10:34 +0200] rev 57883
Add parser support for checkpoint cetagorization bits
mgronlun [Mon, 26 Aug 2019 17:59:32 +0200] rev 57882
checkpoint bit pattern
erikj [Mon, 26 Aug 2019 07:14:15 -0700] rev 57881
8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR"
Reviewed-by: erikj
Contributed-by: Wang Xue <wangxue@loongson.cn>
dfuchs [Mon, 26 Aug 2019 14:48:12 +0100] rev 57880
8230000: some httpclients testng tests run zero test
Summary: two tests needed to declared their test methods public, the last one was a simple abstract framework for subclasses and needed its @test keyword removed.
Reviewed-by: chegar, aefimov, dfuchs
Contributed-by: Julia Boes <julia.boes@oracle.com>
michaelm [Mon, 26 Aug 2019 12:25:49 +0100] rev 57879
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
Reviewed-by: michaelm, chegar, dfuchs
Contributed-by: jai.forums2013@gmail.com
mgronlun [Mon, 26 Aug 2019 13:09:14 +0200] rev 57878
Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend
michaelm [Mon, 26 Aug 2019 11:46:54 +0100] rev 57877
8222363: Update ServerSocket.isBound spec to reflect implementation after close
Reviewed-by: dfuchs
stefank [Mon, 26 Aug 2019 09:15:43 +0200] rev 57876
8224878: Use JVMFlag parameters instead of name strings
Reviewed-by: gziemski, dholmes, jrose
stefank [Mon, 26 Aug 2019 09:13:38 +0200] rev 57875
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
mgronlun [Sun, 25 Aug 2019 19:09:22 +0200] rev 57874
epoch aware serialization tagging
mgronlun [Sun, 25 Aug 2019 15:13:16 +0200] rev 57873
typeset serialization cache
mgronlun [Sun, 25 Aug 2019 13:27:54 +0200] rev 57872
stacktrace serialization cache
mgronlun [Sun, 25 Aug 2019 10:12:57 +0200] rev 57871
fix merge error
mgronlun [Sat, 24 Aug 2019 14:30:27 +0200] rev 57870
New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents.
coleenp [Fri, 23 Aug 2019 23:27:19 +0000] rev 57869
8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
Summary: This is a low frequency problem that we are seeing internally, this patch is mostly to rule out one theory.
Reviewed-by: dcubed
rriggs [Fri, 23 Aug 2019 15:24:26 -0400] rev 57868
8230104: JNU_IsInstanceOfByName needs const parameter
Reviewed-by: alanb, rriggs
Contributed-by: andrewluotechnologies@outlook.com
dfuchs [Fri, 23 Aug 2019 19:55:08 +0100] rev 57867
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
Summary: three methods are added to StrictMath for consistency with Math. Tests are updated accordingly.
Reviewed-by: bpb, lancea, igerasim, dfuchs, joehw, rriggs
Contributed-by: Julia Boes <julia.boes@oracle.com>
rriggs [Fri, 23 Aug 2019 14:04:38 -0400] rev 57866
8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
Reviewed-by: mchung, rriggs
Contributed-by: kustos@gmx.net
iklam [Fri, 23 Aug 2019 10:39:34 -0700] rev 57865
8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
Reviewed-by: ccheung, fparain
joehw [Fri, 23 Aug 2019 17:57:18 +0000] rev 57864
8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
Reviewed-by: lancea
dfuchs [Fri, 23 Aug 2019 18:40:59 +0100] rev 57863
8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
Reviewed-by: rriggs, bpb
Contributed-by: Julia Boes <julia.boes@oracle.com>
egahlin [Fri, 23 Aug 2019 18:47:55 +0200] rev 57862
Add test for Recording::setFlushInterval
egahlin [Fri, 23 Aug 2019 18:45:47 +0200] rev 57861
Add support for checkpoint aware flushing
egahlin [Fri, 23 Aug 2019 15:34:18 +0200] rev 57860
Rename flush to flush-interval and add test for jcmd and -XX:StartFlightRecording
egahlin [Fri, 23 Aug 2019 14:00:10 +0200] rev 57859
Add example apps
egahlin [Fri, 23 Aug 2019 13:57:08 +0200] rev 57858
Fix warning
egahlin [Fri, 23 Aug 2019 13:30:12 +0200] rev 57857
Remove race condition in TestStart
jdv [Fri, 23 Aug 2019 15:49:50 +0530] rev 57856
Close metal-prototype-branch
afarley [Fri, 23 Aug 2019 03:06:24 -0700] rev 57855
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
Summary: The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
neliasso [Fri, 23 Aug 2019 10:11:18 +0200] rev 57854
8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
Reviewed-by: kvn, thartmann
neliasso [Fri, 23 Aug 2019 10:11:00 +0200] rev 57853
8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection
Reviewed-by: kvn, thartmann
pliden [Fri, 23 Aug 2019 08:48:27 +0200] rev 57852
8229127: Make some methods in the allocation path non-virtual
Reviewed-by: eosterlund
pliden [Fri, 23 Aug 2019 08:48:23 +0200] rev 57851
8229451: ZGC: Make some roots invisible to the heap iterator
Reviewed-by: eosterlund
pliden [Fri, 23 Aug 2019 08:48:18 +0200] rev 57850
8227226: ZGC: Segmented array clearing
Reviewed-by: eosterlund
Contributed-by: stefan.karlsson@oracle.com, erik.osterlund@oracle.com, per.liden@oracle.com, sci@amazon.com
jnimeh [Thu, 22 Aug 2019 14:09:36 -0700] rev 57849
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
Reviewed-by: mullan
egahlin [Thu, 22 Aug 2019 20:36:52 +0200] rev 57848
Take timestamp on commit
shade [Thu, 22 Aug 2019 20:22:29 +0200] rev 57847
8230046: Build failure after JDK-8230003
Reviewed-by: zgu, coleenp
aefimov [Thu, 22 Aug 2019 18:54:56 +0100] rev 57846
8078219: Verify lack of @test tag in files in java/net test directory
Reviewed-by: alanb
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
lmesnik [Thu, 22 Aug 2019 10:41:07 -0700] rev 57845
Merge
lmesnik [Thu, 22 Aug 2019 10:40:34 -0700] rev 57844
8229957: Harden pid verification in attach mechanism
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
mseledtsov [Thu, 22 Aug 2019 10:35:31 -0700] rev 57843
8226779: [TESTBUG] Test JFR API from Java agent
Summary: Created new tests for JFR plus Java Agent
Reviewed-by: egahlin
lancea [Thu, 22 Aug 2019 10:43:25 -0400] rev 57842
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
Reviewed-by: alanb, redestad, dfuchs
coleenp [Thu, 22 Aug 2019 09:53:19 -0400] rev 57841
Merge
coleenp [Thu, 22 Aug 2019 09:51:36 -0400] rev 57840
8230003: Make Monitor inherit from Mutex
Summary: Reverse inheritance that makes more sense.
Reviewed-by: dholmes, rehn, pchilanomate