Coleen Phillimore
b770e9a6b4
8225628: Remove unused Thread::muxAcquireW function
...
Reviewed-by: dcubed, hseigel
2019-09-20 10:23:40 -04:00
Julia Boes
b15b322cf3
8230648: Replace @exception tag with @throws in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
2019-09-20 11:07:52 +01:00
Jia Huang
2fc6c6459d
8231242: G1CollectedHeap::print_regions_on() does not print description for "OA" and "CA" regions
...
Reviewed-by: tschatzl, jiangli
2019-09-20 11:33:30 +08:00
Sergey Bylokhov
f3778ba355
8225372: accessibility errors in tables in java.desktop files
...
Reviewed-by: aivanov
2019-09-09 12:23:22 -07:00
Sergey Bylokhov
d05b24b3f4
8229896: Delete an unused code in the BufferedContext
...
Reviewed-by: prr, jdv
2019-09-13 17:35:12 -07:00
Sergey Bylokhov
0356d202b6
8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap when change keybord map
...
Reviewed-by: prr, pbansal
2019-09-12 22:20:35 -07:00
Pankaj Bansal
38c425df73
8225805: Java Access Bridge does not close the logger
...
Reviewed-by: dmarkov, jdv
2019-09-11 15:58:27 +05:30
Laurent Bourgès
027fdb2d3b
8230728: Thin stroked shapes are not rendered if affine transform has flip bit
...
Use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value
Reviewed-by: prr, jdv
2019-09-10 21:20:51 +02:00
Zhengyu Gu
7f3ef14d5b
8230765: Implement nmethod barrier for x86_32 platforms
...
Reviewed-by: rkennke, eosterlund
2019-09-09 11:43:16 -04:00
Zhengyu Gu
598ec40995
8233500: Shenandoah: Shenandoah load barrier should save registers before calling keep alive barrier on x86
...
Reviewed-by: rkennke
2019-11-26 14:33:56 -05:00
Ioi Lam
2a36577e68
8234539: ArchiveRelocationTest.java failed: Archive mapping should always succeed
...
Reviewed-by: ccheung
2019-11-22 17:45:48 -08:00
Sandhya Viswanathan
73d9d8567d
8234610: MaxVectorSize set wrongly when UseAVX=3 is specified after JDK-8221092
...
Reviewed-by: kvn, vlivanov
2019-11-26 19:19:39 +03:00
Vladimir Ivanov
b7251c4eb4
Merge
2019-11-26 19:18:07 +03:00
Jatin Bhateja
a96089059a
8234394: C2: Dynamic register class support in ADLC
...
Reviewed-by: vlivanov, sviswanathan, thartmann, kvn
2019-11-26 16:09:25 +03:00
Jatin Bhateja
fb0b8f1d0c
8234387: C2: Better support of operands with multiple match rules in AD files
...
Reviewed-by: vlivanov, sviswanathan, thartmann, dlong
2019-11-26 16:09:23 +03:00
Vladimir Ivanov
b89d2fd169
8234403: C2: Enable CallSite.target updates in constructors
...
Reviewed-by: psandoz, kvn
2019-11-26 16:09:21 +03:00
Vladimir Ivanov
e515a609e9
8234401: ConstantCallSite may stuck in non-frozen state
...
Reviewed-by: psandoz
2019-11-26 16:09:17 +03:00
Sergey Bylokhov
17c2843ddb
8229515: [macos] access to window property of NSView on wrong thread
...
Reviewed-by: prr, dmarkov
2019-09-07 11:38:36 -07:00
Matthias Baesken
4db0f9cbbb
8230480: check malloc/calloc results in java.desktop
...
Reviewed-by: rriggs
2019-09-04 10:12:42 +02:00
Prasanta Sadhukhan
4af2b012c3
Merge
2019-08-29 16:11:22 +05:30
Prasanta Sadhukhan
bcff4990ad
Merge
2019-08-29 15:09:48 +05:30
Joe Darcy
9b0cfaf53e
8230074: Improve specification for {Math, StrictMath}.negateExact
...
Reviewed-by: bpb
2019-08-28 22:30:26 -07:00
Phil Race
cfe9df2ae2
8229800: WindowsServerCore 1809 does not provide d2d1.dll library required by awt.dll
...
Reviewed-by: jdv, serb, aaivanov
2019-08-28 09:13:01 -07:00
Roland Westrelin
a63b541842
8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
...
Reviewed-by: thartmann, neliasso
2019-08-28 15:51:03 +02:00
Aleksey Shipilev
23ae4b93c8
8231395: Backout JDK-8231249
...
Reviewed-by: tschatzl
2019-09-24 09:38:14 +02:00
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
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
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
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
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
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