David Holmes
23ec926327
8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen
...
Reviewed-by: lkorinth, hseigel, thartmann, dnsimon
2019-09-24 03:28:42 -04:00
Matthias Baesken
0e264cfe36
8231222: fix pkcs11 P11_DEBUG guarded native traces
...
Reviewed-by: clanger
2019-09-23 17:02:08 +02:00
Matthias Baesken
e2ebf7b822
8231171: remove remaining sun.java.launcher.pid references
...
Reviewed-by: alanb, dholmes
2019-09-20 10:28:48 +02:00
Robbin Ehn
bb56c020f4
8229778: TestJstatdDefaults.java failed due to "fatal error: LEAF method calling lock?"
...
Reviewed-by: dholmes, dcubed
2019-09-24 08:54:39 +02:00
Ioi Lam
35bfbfd600
8231278: Rename FileMapHeader::_read_only_tables_start to _serialized_data_start
...
Reviewed-by: ccheung
2019-09-23 19:55:26 -07:00
Ioi Lam
7c2de83027
8231257: Avoid calling FileMapInfo::write_region twice
...
Reviewed-by: ccheung
2019-09-23 19:54:37 -07:00
Brian Burkhalter
d6b7266547
8231254: (fs) Add test for macOS Catalina changes to protect system software
...
Reviewed-by: alanb
2019-09-23 13:59:41 -07:00
Erik Joelsson
340a1db025
8210794: Incorrect escaping of in native test libraries
...
Reviewed-by: tbell
2019-09-23 12:56:50 -07:00
Aleksey Shipilev
01755225a1
8231375: AArch64 build failure after JDK-8230505
...
Reviewed-by: dcubed
2019-09-23 21:46:44 +02:00
Lois Foltan
0c507f3180
8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
...
Consistently use is_reference_type when comparing type for T_OBJECT or T_ARRAY.
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dlong, coleenp, hseigel
2019-09-23 14:49:04 -04:00
Zhengyu Gu
c080a4a4d5
8231250: Shenandoah: Traversal GC should keep alive weak load from heap
...
Reviewed-by: rkennke
2019-09-23 14:39:11 -04:00
Erik Joelsson
7ae384b2ad
8206125: [windows] cannot pass relative path to --with-boot-jdk
...
Reviewed-by: tbell
2019-09-23 08:52:05 -07:00
Erik Joelsson
79192e3648
8150741: make <module> not equivalent to make <module-dependencies> <module>
...
Reviewed-by: mchung
2019-09-23 09:00:28 -07:00
Aleksey Shipilev
e965dca90e
8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
...
Reviewed-by: rkennke
2019-09-23 16:24:32 +02:00
Tobias Hartmann
6bc9833f65
8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment?
...
Offset method should only be called for comments.
Reviewed-by: roland, dholmes
2019-09-23 14:30:31 +02:00
Zhengyu Gu
470168868f
8231293: Shenandoah: Traversal should not revive dead weak roots
...
Reviewed-by: shade
2019-09-23 07:45:12 -04:00
Christoph Langer
8551294077
8230857: Avoid reflection in sun.tools.common.ProcessHelper
...
Reviewed-by: sspitsyn, dholmes
2019-09-23 12:32:13 +02:00
Thomas Schatzl
f92526e6fd
8231189: Rename worker_i parameters to worker_id
...
Reviewed-by: kbarrett, sjohanss
2019-09-23 11:37:08 +02:00
Thomas Schatzl
03e769bd64
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
...
The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
2019-09-23 11:37:02 +02:00
Thomas Schatzl
9ccc00d1dd
8231117: Remove G1EvacuationRootClosures::raw_strong_oops()
...
Reviewed-by: kbarrett, sjohanss
2019-09-23 11:36:53 +02:00
Jie Fu
72d8e98a9d
8230228: [TESTBUG] Several runtime/ErrorHandling tests may fail on some platforms
...
Reviewed-by: coleenp, stuefe, mseledtsov
2019-08-28 08:47:40 +08:00
Mikhailo Seledtsov
5b34d00fbc
8230115: Problemlist JFR TestNetworkUtilization test
...
Added test to the problem list
Reviewed-by: dcubed
2019-08-28 15:15:38 -07:00
Alex Menkov
3ac8462ead
8228554: Accessibility errors in jdwp-protocol.html
...
Reviewed-by: dholmes, sspitsyn
2019-08-28 13:34:15 -07:00
Joe Wang
7b6b6702e3
8230094: CCE in createXMLEventWriter(Result) over an arbitrary XMLStreamWriter
...
Reviewed-by: lancea
2019-08-28 19:02:51 +00:00
Evgeny Mandrikov
ac7b48d1ed
8215166: Remove unused G1PretouchAuxiliaryMemory option
...
Removed experimental option.
Reviewed-by: kbarrett
2019-08-28 14:37:45 -04:00
Kim Barrett
a34e8be4f3
8230126: delay_to_keep_mmu can delay shutdown
...
Wait on CGC_lock instead of sleeping to provide the delay.
Reviewed-by: sangheki, sjohanss
2019-08-28 14:06:37 -04:00
Daniel D. Daugherty
be0cd9908a
8230317: serviceability/sa/ClhsdbPrintStatics.java fails after 8230184
...
Reviewed-by: eosterlund
2019-08-28 12:53:37 -04:00
Daniel D. Daugherty
9b992ead1e
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
...
Reviewed-by: kbarrett, dholmes
2019-08-28 10:56:50 -04:00
Ioi Lam
a2c067f6e8
8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed
...
Reviewed-by: lfoltan
2019-08-28 07:41:57 -07:00
Sergey Bylokhov
145c5111a6
8146238: [macosx] Java2D Queue Flusher crash on OSX after switching between user accounts
...
Reviewed-by: prr, avu
2019-08-27 04:43:01 -07:00
Nils Eliasson
336b64a259
8230091: Add verification of clean_catch_blocks
...
Reviewed-by: rbackman, kvn
2019-08-26 11:36:45 +02:00
Erik Österlund
855f16ef50
8229278: Improve hs_err location printing to assume less about GC internals
...
Reviewed-by: stefank, kbarrett
2019-08-28 11:19:09 +02:00
Per Lidén
2750569c00
8230096: ZGC: Remove unused ZObjectAllocator::_nworkers
...
Reviewed-by: stefank
2019-08-28 09:50:23 +02:00
Per Lidén
536122fed6
8230092: ZGC: Consolidate ZBackingFile, ZBackingPath and ZPhysicalMemoryBacking on Linux
...
Reviewed-by: stefank
2019-08-28 09:50:21 +02:00
Per Lidén
1a76c72367
8230090: ZGC: Introduce ZSyscall
...
Reviewed-by: stefank
2019-08-28 09:50:20 +02:00
Ioi Lam
87eefe2e00
8227370: Remove SharedPathsMiscInfo
...
Reviewed-by: ccheung, jiangli
2019-08-27 22:14:52 -07:00
Ioi Lam
11ca73d744
8230168: Use ClasspathStream for FileMapInfo::create_path_array
...
Reviewed-by: lfoltan, fparain
2019-08-27 22:14:15 -07:00
Frank Yuan
f85fe3a3d6
8230010: Remove jdk8037819/BasicTest1.java
...
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
2019-08-28 11:00:55 +08:00
Ivan Gerasimov
3ed845784d
8226831: Use Objects.equals() when appropriate
...
Reviewed-by: rriggs, bpb
2019-08-27 14:44:21 -07:00
Claes Redestad
99bf89c581
8228507: Archive FDBigInteger
...
Reviewed-by: jiangli, bpb
2019-08-27 22:26:42 +02:00
Patricio Chilano Mateo
85dbabe345
8229844: Remove attempt_rebias parameter from revoke_and_rebias()
...
Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter()
Reviewed-by: dholmes, rehn, coleenp, dcubed
2019-08-27 20:10:06 +00:00
Aleksey Shipilev
702199983a
8230118: 32-bit build failures after JDK-8227054
...
Reviewed-by: zgu, kbarrett
2019-08-27 19:22:58 +02:00
Erik Österlund
858b1c1853
8219708: Stop flushing OSR nmethods earlier in the sweeper
...
Reviewed-by: neliasso, thartmann
2019-08-27 16:35:50 +02:00
Kim Barrett
b0632088a8
8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList
...
Rename class and move to new files.
Reviewed-by: sjohanss, lkorinth
2019-08-27 11:05:17 -04:00
Aleksey Shipilev
b76a9b8f11
8230215: MacOS debug build is broken after JDK-8230003
...
Reviewed-by: zgu, mdoerr
2019-08-27 17:02:38 +02:00
Jaikiran Pai
f8e6dcdd09
8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
...
Fix the test to use volatile on members which are accessed across threads
Reviewed-by: dfuchs
2019-08-27 16:17:40 +05:30
Aleksey Shipilev
72eeb749f5
8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp)
...
Reviewed-by: dholmes
2019-08-27 11:15:00 +02:00
Prasanta Sadhukhan
672ec6f12a
Merge
2019-08-26 11:20:26 +05:30
Coleen Phillimore
05322fdd98
8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
...
This is a low frequency problem that we are seeing internally, this patch is mostly to rule out one theory.
Reviewed-by: dcubed
2019-08-23 23:27:19 +00:00
Andrew Luo
4ab1119494
8230104: JNU_IsInstanceOfByName needs const parameter
...
Reviewed-by: alanb, rriggs
2019-08-23 15:24:26 -04:00