Brian Burkhalter
c1b844a225
8229022: BufferedReader performance can be improved by using StringBuilder
...
Reviewed-by: igerasim, vtewari, dfuchs
2019-10-02 07:50:06 -07:00
Leo Korinth
85a62dcc5c
8231671: Fix copyright headers in hotspot (missing comma after year)
...
Reviewed-by: tschatzl, dholmes
2019-10-02 16:08:02 +02:00
Alan Bateman
38bdacafbc
8231603: (se) Selector implementations do not need to use cancelledKeys
...
Reviewed-by: chegar, bpb
2019-10-02 09:16:18 +01:00
Christian Hagedorn
8200eb4d45
8231626: DeoptimizeRandom should not be a product flag
...
The DeoptimizeRandom flag is changed to develop since it has no effect in production.
Reviewed-by: neliasso, thartmann
2019-10-02 08:27:17 +02:00
Joe Darcy
48f186bb62
8231545: Suppress warnings on non-serializable instance fields in jdk.jshell module
...
Reviewed-by: rfield
2019-10-01 20:07:30 -07:00
Florian Weimer
cb9510da2b
8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
...
Reviewed-by: cjplummer, amenkov
2019-09-28 11:04:01 +02:00
Aleksey Shipilev
808a435d79
8231667: Shenandoah: Full GC should take empty regions into slices for compaction
...
Reviewed-by: rkennke
2019-10-01 15:38:27 +02:00
Ralf Schmelter
98a2c05b5d
8191521: handle long relative path specified in -Xbootclasspath/a on windows
...
Reviewed-by: ccheung, clanger
2019-10-01 14:09:44 +02:00
Julia Boes
82747fa960
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
...
Preserve BODY in poster output stream before sending CONNECT request
Reviewed-by: dfuchs, vtewari
2019-09-26 12:35:51 +01:00
Jatin Bhateja
d3ca3a02ff
8226721: Missing intrinsics for Math.ceil, floor, rint
...
Reviewed-by: neliasso, vlivanov, ecaspole
2019-10-01 11:43:10 +02:00
Joe Wang
a664c9cf99
8016914: CoreDocumentImpl.setXmlVersion NPE
...
Reviewed-by: lancea
2019-09-30 17:54:11 +00:00
Coleen Phillimore
98f454c9ca
8184732: Deadlock detection improvements for 'special' locks
...
Assert that special ranked locks cannot safepoint and allow_vm_block and remove locks from the exceptional lock list in no_safepoint_verifier.
Reviewed-by: dholmes, eosterlund
2019-09-30 13:10:11 -04:00
Aleksey Shipilev
8a50aa7d21
8231583: Shenandoah: Fix register clash in SBSA::resolve_forwarding_pointer() borrowing
...
Reviewed-by: rkennke
2019-09-30 18:02:24 +02:00
Lutz Schmidt
722b4b4fda
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
...
Reviewed-by: goetz
2019-09-30 17:18:30 +02:00
Roman Kennke
aa251e0762
8231499: Shenandoah: compiler/arraycopy/TestDefaultMethodArrayCloneDeoptC2 fails
...
Reviewed-by: shade, roland
2019-09-30 17:00:16 +02:00
Claes Redestad
56bc7979cb
8231616: Simplify compilation policy hierarchy
...
Reviewed-by: thartmann, neliasso
2019-09-30 14:04:42 +02:00
Alexey Ivanov
c1ac50d803
8231144: Wrap contents of plain HTML files into contentContainer
...
Reviewed-by: prr, serb
2019-09-25 22:45:43 +01:00
Prasanta Sadhukhan
a0c379d9bd
Merge
2019-09-25 14:52:33 +05:30
Prasanta Sadhukhan
f0b476a981
Merge
2019-09-25 13:40:36 +05:30
Vladimir Kempik
67ad501e5b
8229872: (fs) Increase buffer size used with getmntent
...
Dynamically allocate memory for getmntent
Reviewed-by: alanb
2019-09-24 14:54:57 +03:00
Thomas Schatzl
628283fe53
8231553: Deprecate unused G1RSetScanBlockSize command line option
...
Reviewed-by: lkorinth, sjohanss
2019-09-30 10:21:11 +02:00
Christian Hagedorn
08f652aa51
8230062: assert(i == p->size()-1) failed: must be last element of the pack
...
Avoids vectorization of reduction chain in which an intermediate result is used.
Reviewed-by: roland, thartmann
2019-09-30 09:29:10 +02:00
Arno Zeller
03c764c5e3
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
...
Replace gettimeofday with javaTimeNanos
Reviewed-by: dholmes, stuefe
2019-09-28 17:52:07 -04:00
Chris Plummer
f6a5479a44
8231287: JMap should do a better job of reporting exception it catches
...
Retrhow any caught exception, and always print exceptions before exiting
Reviewed-by: sspitsyn, phh
2019-09-28 12:33:34 -07:00
Ivan Gerasimov
680fceb9ba
8230415: Avoid redundant permission checking in FilePermissionCollection and SocketPermissionCollection
...
Reviewed-by: mullan
2019-09-27 17:50:09 -07:00
Bob Vandette
68937e9b9f
8231431: JAOTC issues with JAR path containing spaces
...
Reviewed-by: kvn
2019-09-27 18:27:42 +00:00
Doug Lea
a9254cbcfa
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
...
Reviewed-by: martin, mchung, dholmes
2019-09-27 12:20:14 -07:00
Joe Darcy
9f4484ff92
8231557: Suppress warnings on non-serializable instance fields in jdk.scripting.nashorn module
...
Reviewed-by: jlaskey
2019-09-27 08:57:25 -07:00
Robbin Ehn
29e4d9fa82
8231321: compiler/codecache/stress/UnexpectedDeoptimizationAllTest.java failed assertion
...
Reviewed-by: thartmann, eosterlund
2019-09-27 15:15:07 +02:00
Jie Fu
dd47d1871a
8231567: minimal build failed after JDK-8226690
...
Reviewed-by: shade, coleenp
2019-09-27 20:06:02 +08:00
Coleen Phillimore
59dcb50e96
8231472: Clean up Monitor::_safepoint_check usage to Mutex::_safepoint_check
...
Change Monitor:: to Mutex:: when allocating a Mutex, and in mutexLocker.
Reviewed-by: rehn, dholmes
2019-09-27 07:56:02 -04:00
Severin Gehwolf
c4f5c4fe9b
8196969: JTreg Failure: serviceability/sa/ClhsdbJstack.java causes NPE
...
Account for serialized null scopes in NMethod
Reviewed-by: aph, never
2019-09-23 20:26:18 +02:00
Thomas Schatzl
5e9b772767
8231956: Remove seq_add_card/reference from PerRegionTable class
...
Reviewed-by: sjohanss, pliden
2019-10-11 11:21:28 +02:00
Per Lidén
e598c94852
8232070: ZGC: Remove unused ZVerifyLoadBarriers
...
Reviewed-by: tschatzl
2019-10-11 10:16:35 +02:00
Matthias Baesken
19a6085f43
8232052: use string literal for format string when handling PauseAtStartupFile
...
Reviewed-by: clanger, stuefe
2019-10-09 14:07:44 +02:00
Matthias Baesken
124bc7bb1e
8232060: add some initializations using sigemptyset in os_aix.cpp
...
Reviewed-by: clanger, stuefe
2019-10-10 08:46:07 +02:00
Dmitry Markov
01ec1f2fec
8230782: Robot.createScreenCapture() fails if “awt.robot.gtk” is set to false
...
Reviewed-by: prr, serb
2019-09-23 17:18:03 +01:00
Roland Westrelin
dfc5c795c7
8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: thartmann, neliasso
2019-09-23 16:49:09 +02:00
Joe Darcy
dab1284a36
8231334: Suppress warnings on non-serializable instance fields in client libs serializable classes
...
Reviewed-by: prr
2019-09-24 18:25:54 -07:00
Milan Mimica
464c8b84eb
8228580: DnsClient TCP socket timeout
...
Reviewed-by: vtewari, chegar, prappo
2019-09-24 22:57:28 +01:00
Dean Long
0812854427
8229201: Update Graal
...
Reviewed-by: kvn
2019-09-24 12:47:15 -04:00
Naoto Sato
5fba45641e
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
...
Reviewed-by: martin, alanb
2019-09-24 08:55:13 -07:00
Michael McMahon
aa5329e0d3
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
...
Reviewed-by: alanb, chegar
2019-09-24 16:19:11 +01:00
Per Lidén
f740058c3d
8231270: ZGC: Remove ZAddressSpace* and ZAddressReserved*
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:19 +02:00
Per Lidén
68f811cd61
8231266: ZGC: Minor cleanups in ZCollectedHeap and ZHeap
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Per Lidén
07144b3299
8231251: ZGC: Fix ZHeap includes
...
Reviewed-by: stefank, eosterlund
2019-09-24 17:08:18 +02:00
Coleen Phillimore
e49e9292d3
8213150: Add verification for locking by VMThread
...
Extend verification for all locking not just VMOperations, and fix CLDG lock to not be taken by VM thread.
Reviewed-by: rehn, dholmes
2019-09-24 10:12:56 -04:00
Julia Boes
d15a57b842
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
...
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
2019-09-24 09:43:43 +01:00
Erik Österlund
13d0bac294
8224820: ZGC: Support discontiguous heap reservations
...
Reviewed-by: pliden, stefank
2019-09-24 10:04:13 +00:00
Hannes Wallnöfer
8743f0b6d1
8231122: @index tag with newline causes tag search to fail
...
Reviewed-by: jjg
2019-09-24 11:49:48 +02:00
Prasanta Sadhukhan
3afd808de8
Merge
2019-09-23 13:08:20 +05:30
Ioi Lam
b18626ae7a
8231275: Remove null check in the beginning of SystemDictionary::load_shared_class()
...
Reviewed-by: ccheung, coleenp
2019-09-22 17:17:58 -07:00
Ioi Lam
9c92ecba04
8231125: Improve testing of parallel loading of shared classes by the boot class loader
...
Reviewed-by: ccheung, coleenp, dholmes
2019-09-22 17:16:35 -07:00
Joe Wang
c77f6fdcb6
8231083: Clarify SAX documentation
...
Reviewed-by: lancea, alanb
2019-09-20 22:11:45 +00:00
Valerie Peng
46db25e188
8176837: SunPKCS11 provider needs to check more details on PKCS11 Mechanism
...
Disable mechanisms with partial support, e.g. can decrypt but cannot encrypt
Reviewed-by: xuelei
2019-09-20 21:33:24 +00:00
Joe Darcy
f3208bfcd0
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
...
Reviewed-by: bpb, rriggs, redestad
2019-09-20 09:32:45 -07:00
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
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
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
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
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
Julia Boes
ce3face998
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
...
Three methods are added to StrictMath for consistency with Math. Tests are updated accordingly.
Reviewed-by: bpb, lancea, igerasim, dfuchs, joehw, rriggs
2019-08-23 19:55:08 +01:00
Philippe Marschall
ed17c3aafb
8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
...
Reviewed-by: mchung, rriggs
2019-08-23 14:04:38 -04:00
Ioi Lam
e98ba531a2
8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
...
Reviewed-by: ccheung, fparain
2019-08-23 10:39:34 -07:00
Joe Wang
94e2e909a9
8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
...
Reviewed-by: lancea
2019-08-23 17:57:18 +00:00
Julia Boes
3ba89c3e98
8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
...
Reviewed-by: rriggs, bpb
2019-08-23 18:40:59 +01:00
Dmitry Markov
1ea81a7cda
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
...
Reviewed-by: psadhukhan, serb
2019-08-23 14:25:20 +01:00
Adam Farley
ed45bde1a7
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
...
The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
2019-08-23 03:06:24 -07:00
Nils Eliasson
6e3a246c9a
8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
...
Reviewed-by: kvn, thartmann
2019-08-23 10:11:18 +02:00
Nils Eliasson
67738a72bd
8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection
...
Reviewed-by: kvn, thartmann
2019-08-23 10:11:00 +02:00
Per Lidén
1801dd06b0
8229127: Make some methods in the allocation path non-virtual
...
Reviewed-by: eosterlund
2019-08-23 08:48:27 +02:00
Per Lidén
3460bce1c2
8229451: ZGC: Make some roots invisible to the heap iterator
...
Reviewed-by: eosterlund
2019-08-23 08:48:23 +02:00
Per Lidén
403475d019
8227226: ZGC: Segmented array clearing
...
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Ryan Sciampacone <sci@amazon.com>
Reviewed-by: eosterlund
2019-08-23 08:48:18 +02:00
Jamil Nimeh
d096e033d0
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
...
Reviewed-by: mullan
2019-08-22 14:09:36 -07:00
Aleksey Shipilev
c5813a88e6
8230046: Build failure after JDK-8230003
...
Reviewed-by: zgu, coleenp
2019-08-22 20:22:29 +02:00
Leonid Mesnik
186dcb2f42
8229957: Harden pid verification in attach mechanism
...
Reviewed-by: sspitsyn, ysuenaga, sgehwolf
2019-08-22 10:40:34 -07:00
Lance Andersen
0603bec5ce
8229887: (zipfs) zip file corruption when replacing an existing STORED entry
...
Reviewed-by: alanb, redestad, dfuchs
2019-08-22 10:43:25 -04:00
Coleen Phillimore
5d0682463b
Merge
2019-08-22 09:53:19 -04:00
Martin Doerr
cf05d75980
8229925: [s390, PPC64] Exception check missing in interpreter
...
Reviewed-by: dholmes, rrich
2019-08-22 15:52:03 +02:00
Coleen Phillimore
da18495f38
8230003: Make Monitor inherit from Mutex
...
Reverse inheritance that makes more sense.
Reviewed-by: dholmes, rehn, pchilanomate
2019-08-22 09:51:36 -04:00
Michael McMahon
e3b6b7f842
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
...
Reviewed-by: chegar, dfuchs
2019-08-22 14:36:10 +01:00
Aleksey Shipilev
f2e17b7658
8229998: Build failure after JDK-8227054
...
Reviewed-by: rkennke, zgu
2019-08-22 13:47:14 +02:00
Aleksey Shipilev
7534985c92
8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
...
Reviewed-by: rkennke, zgu
2019-08-22 13:47:13 +02:00
Robbin Ehn
682c25b9fd
8229967: Enable thread local handshakes on zero
...
Reviewed-by: sgehwolf, shade
2019-08-22 12:46:20 +02:00
Tobias Hartmann
7cff981f5a
8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
...
Changing CodeStrings to a doubly-linked-list and searching for the comment with the right offset in reverse.
Reviewed-by: kvn
2019-08-22 12:24:02 +02:00
Tobias Hartmann
0941bf8b5e
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
...
Back out JDK-8225670 due to performance regressions.
Reviewed-by: roland
2019-08-22 12:22:02 +02:00
Vladimir Kozlov
a405118f90
8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption
...
New intrinsics were added to Graal test
Reviewed-by: dlong
2019-08-21 18:03:50 -07:00
Kim Barrett
1e1d9319dc
8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
...
Added validity check on the handle before deleting it.
Reviewed-by: dholmes, dcubed
2019-08-21 19:21:57 -04:00
Kim Barrett
1acad37ee6
8227054: ServiceThread needs to know about all OopStorage objects
...
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
2019-08-21 18:42:30 -04:00
Roger Riggs
de8d01d4d3
8207814: (proxy) upgrade the proxy class generator
...
Reviewed-by: mchung
2019-08-21 16:19:17 -04:00
Ivan Gerasimov
5c25e2a6fb
8211360: Change #if DEF to #if defined(DEF)
...
Reviewed-by: bpb, vtewari
2019-08-21 13:49:16 -07:00
Alex Menkov
5c3896ce21
8228547: accessibility errors in jvmti.html
...
Reviewed-by: jcbeyler, sspitsyn, dholmes
2019-08-21 12:34:37 -07:00
Roman Kennke
864380ada9
8229977: Shenandoah: save/restore FPU state aroud LRB runtime call
...
Reviewed-by: shade
2019-08-21 18:05:31 +02:00
Harold Seigel
9ccb4dc212
8229930: internal_name() in annotations.hpp returns "{constant pool}"
...
Fix typo and change text to "{annotations}"
Reviewed-by: mdoerr, dcubed
2019-08-21 11:29:40 -04:00
Boris Ulasevich
9e633ae065
8229254: solaris_x64 build fails after JDK-8191278
...
Reviewed-by: kbarrett, dholmes
2019-08-21 17:09:05 +03:00
Athijegannathan Sundararajan
0b625536e6
8220700: jlink generated launcher script needs quoting to avoid parameter expansion
...
Reviewed-by: mchung, alanb, sgehwolf
2019-08-21 17:38:19 +05:30
Evgeny Mandrikov
444e784ce1
8139820: URLClassPath.FileLoader constructor redundantly checks protocol
...
Reviewed-by: chegar, redestad
2019-08-21 00:08:35 +02:00
Roman Kennke
b08e417b06
8229921: Shenandoah: Make Traversal mode non-experimental
...
Reviewed-by: shade
2019-08-20 18:39:09 +02:00
Arthur Eubanks
916c2e3cf3
8229899: Make java.io.File.isInvalid() less racy
...
Reviewed-by: alanb, martin, shade
2019-08-19 16:08:28 -07:00
Evgeny Mandrikov
a6d6619fbb
8152467: remove uses of anachronistic array declarations for method return type
...
Reviewed-by: shade, alanb
2019-08-20 15:54:46 +02:00
Semyon Sadetsky
07e2ea8e44
8226513: JEditorPane is shown with incorrect size
...
Reviewed-by: prr, psadhukhan
2019-08-19 12:13:47 +05:30
Alexey Ivanov
11feeaa533
8222108: Reduce minRefreshTime for updating remote printer list on Windows
...
Reviewed-by: prr, serb
2019-08-18 21:36:01 +01:00
Jaikiran Pai
1d67d474a5
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
...
Reviewed-by: michaelm, chegar, dfuchs
2019-08-26 12:25:49 +01:00
Michael McMahon
ec24017b02
8222363: Update ServerSocket.isBound spec to reflect implementation after close
...
Reviewed-by: dfuchs
2019-08-26 11:46:54 +01:00
Stefan Karlsson
04ef527ede
8224878: Use JVMFlag parameters instead of name strings
...
Reviewed-by: gziemski, dholmes, jrose
2019-08-26 09:15:43 +02:00
Stefan Karlsson
e1aca70a1c
8229836: Remove include of globals.hpp from allocation.hpp
...
Reviewed-by: coleenp, kbarrett
2019-08-26 09:13:38 +02:00
Laurent Bourgès
383e7dfb30
8228711: Path rendered incorrectly when it goes outside the clipping region
...
Fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter
Reviewed-by: prr, kcr
2019-08-07 10:25:50 +02:00
Hannes Wallnöfer
139f72ec90
8226765: Commentary on Javadoc comments
...
Reviewed-by: jjg, rhalade, skoivu
2019-08-06 20:39:48 +02:00
Abdul Kolarkunnu
c4b6dfbad1
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
...
Reviewed-by: serb, psadhukhan
2019-08-06 00:16:38 -07:00
Prasanta Sadhukhan
26c0fbda93
Merge
2019-07-25 12:20:04 +05:30
Christian Hagedorn
ce70e6c481
8071275: remove AbstractAssembler::update_delayed_values dead code
...
Removed dead code.
Reviewed-by: thartmann, mdoerr
2019-07-25 08:04:33 +02:00
Prasanta Sadhukhan
93f105e32a
Merge
2019-07-25 11:31:07 +05:30
Mandy Chung
068575e9b1
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
...
Reviewed-by: alanb, plevart
2019-07-24 16:46:42 -07:00
Coleen Phillimore
221da20713
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
...
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
2019-07-24 10:22:11 -04:00
Zhengyu Gu
f2e1bfa38a
8227927: Move ParallelCleaningTask back to G1
...
Reviewed-by: tschatzl, kbarrett
2019-07-24 08:34:06 -04:00
Thomas Schatzl
5e48c76e81
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
...
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
b3c21d9a9b
8227719: G1 Pending cards estimation too conservative in cost prediction
...
Instead of using a coarse prediction for the log buffers, accumulate the actual number directly.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
550408d240
8226913: Scale cards per chunk used during heap root scanning with region size
...
Scale cards per chunk based on heap size to decrease constant overhead with heap root scanning data structure initialization
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Mandy Chung
203db2596f
8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit>
...
Reviewed-by: alanb
2019-07-23 20:03:03 -07:00
Coleen Phillimore
d9c3c6f9bf
8228484: Remove NoAllocVerifier because nothing uses it
...
Reviewed-by: hseigel, kbarrett
2019-07-23 13:56:41 -04:00
Anthony Scarpino
81db7083a7
8228396: Re-enable Stateless Resumption On by default for merge to mainline
...
Reviewed-by: jnimeh
2019-07-18 13:58:34 -07:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Jonathan Gibbons
6e90474edf
8228492: Remove pako.md
...
Reviewed-by: mchung
2019-07-22 15:54:25 -07:00
Naoto Sato
8fc55ee1f5
8228450: unicode.md and icu.md text should be pre-formatted
...
Reviewed-by: rriggs
2019-07-22 08:07:15 -07:00
Matthias Baesken
2953d87fad
8228468: awt_Robot.c : format string contains 0 within the string body
...
Reviewed-by: serb
2019-07-22 10:15:46 +02:00
David Holmes
3e9d9e5e2e
8225782: Remove expired flags in JDK 14
...
Reviewed-by: hseigel
2019-07-23 00:29:31 -04:00
Andrey Turbanov
43c54e9c7f
6573239: Typo in jfc text file
...
Reviewed-by: serb
2019-07-16 17:00:00 -07:00
Roland Westrelin
2f2ec624a2
8227384: C2 compilation fails with "graph should be schedulable" when running with -XX:-EliminateLocks
...
Reviewed-by: thartmann, kvn
2019-07-16 08:56:08 +02:00
Claes Redestad
c127592320
8231471: Obsolete -XX:CompilationPolicyChoice
...
Reviewed-by: kvn, dholmes, thartmann
2019-09-27 12:46:14 +02:00
Roland Westrelin
e4314c158d
8231405: [Shenandoah] guarantee(d != NULL) failed: Null dominator info
...
Reviewed-by: shade, rkennke
2019-09-26 17:49:44 +02:00
Joe Darcy
b03fbff866
8231546: Suppress warnings on non-serializable instance fields in java.prefs module
...
Reviewed-by: rriggs
2019-09-26 12:13:57 -07:00
Roger Riggs
725031769f
8231314: java.time serialization warning cleanup
...
Reviewed-by: chegar, naoto, plevart
2019-09-26 11:10:19 -04:00
Coleen Phillimore
6e1aa9065c
8226690: SIGSEGV in MetadataOnStackClosure::do_metadata
...
Dont create nmethod if classes have been redefined since compilation start.
Reviewed-by: sspitsyn, dlong, eosterlund, gdub
2019-09-26 09:22:49 -04:00
Matthias Baesken
848614a01c
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
...
Reviewed-by: coleenp, lfoltan
2019-09-26 14:04:25 +02:00
Patric Hedlin
8275b17b07
8229499: Node budget assert in fuzzed test
...
Reviewed-by: thartmann, neliasso
2019-09-12 11:44:51 +02:00
Erik Österlund
c1865c4ad3
8219724: ZGC: Make inline cache cleaning more robust
...
Reviewed-by: pliden
2019-09-26 10:00:07 +00:00
Matthias Baesken
7a052c979c
8231445: check ZALLOC return values in awt coding
...
Reviewed-by: clanger, prr
2019-09-25 09:15:43 +02:00
Tobias Hartmann
a03e92201d
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
...
Bail out if the range check If has an Opaque4Node input instead of a BoolNode.
Reviewed-by: roland, kvn
2019-09-26 09:16:08 +02:00
Joe Darcy
fa2176c3c4
8231414: Mark various instance fields of javac internal types as transient
...
Reviewed-by: jjg
2019-09-25 21:26:38 -07:00
Paul Hohensee
1bce27d402
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
...
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
2019-09-25 15:22:33 -07:00
Joe Darcy
a36b2af52b
8231443: Add java.io.Serial to list of platform annotations for annotation processing
...
Reviewed-by: jjg
2019-09-25 13:37:42 -07:00
Brian Burkhalter
12178ec008
8231174: (fs) FileTime should have 100ns resolution (win)
...
Reviewed-by: alanb
2019-09-25 11:44:52 -07:00
Daniil Titov
6ccf3351d7
8185005: Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
...
Reviewed-by: sspitsyn, dholmes, dcubed, rehn
2019-09-25 11:10:05 -07:00
Aleksey Shipilev
c49aa4ffa5
8231410: Shenandoah: clone barrier should use base pointer
...
Reviewed-by: rkennke
2019-09-25 12:21:10 +02:00
Joe Darcy
37465fba75
8231442: Suppress warnings on non-serializable instance fields in java.sql.* modules
...
Reviewed-by: lancea
2019-09-25 09:37:18 -07:00
Tianmin Shi
2b56811616
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
...
Synchronize access to legacyMap in Provider.getService.
Reviewed-by: valeriep
2019-09-25 08:29:03 -07:00
Roman Kennke
b8715b4004
8231447: Shenandoah: Compilation-time regression after JDK-8231086
...
Reviewed-by: shade
2019-09-25 12:33:05 +02:00
Roland Westrelin
e2803ed999
8231055: C2: arraycopy with same non escaping src and dest but different positions causes wrong execution
...
Reviewed-by: thartmann, vlivanov
2019-09-17 15:58:54 +02:00
Weijun Wang
12c278c3e3
8228659: Record which Java methods are called by native codes in JGSS and JAAS
...
Reviewed-by: mullan
2019-09-25 17:54:21 +08:00
Thejasvi Voniadka
1f325a0f20
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
...
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
2019-07-11 03:28:43 +05:30
Jonathan Gibbons
2cd3eb0d40
8222791: Order of evaluation of -link params in Javadoc tool reversed -> regression with split packages
...
Reviewed-by: hannesw
2019-07-22 16:10:25 -07:00
Zhengyu Gu
3f470a2466
8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
...
Reviewed-by: rkennke
2019-07-13 12:15:17 -04:00
Ralf Schmelter
678b5df6c7
8227868: jinfo and jstack can fail converting UTF8 output to strings
...
Reviewed-by: sgehwolf, dholmes, cjplummer
2019-07-22 14:40:00 +02:00
Jan Lahoda
03270bb92a
8227923: End position of EndElementTree is -1
...
Fixing end positions for DocTrees EndElementTree, EntityTree and CommentTree.
Reviewed-by: jjg
2019-07-22 12:21:18 +02:00
Matthias Baesken
e576eaa483
8227869: fix wrong format specifiers in os_aix.cpp
...
Reviewed-by: dholmes, mdoerr, clanger
2019-07-17 15:40:27 +02:00
Matthias Baesken
a573f6a6b5
8227737: avoid implicit-function-declaration on AIX
...
Reviewed-by: clanger, goetz
2019-07-16 16:01:10 +02:00
Kim Barrett
4b3c528140
8162929: Enqueuing dirty cards into a single DCQS during GC does not scale
...
Refactor into G1RedirtyCardsQueue[Set] and G1DirtyCardQueueSet
Reviewed-by: tschatzl, sangheki
2019-07-19 16:47:11 -04:00
Claes Redestad
1d8c827e12
8228394: Cleanup unused java.net SharedSecrets classes
...
Reviewed-by: alanb, chegar
2019-07-19 15:36:23 +02:00
Vladimir Ivanov
242bd67c6c
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
...
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
2019-07-19 16:25:04 +03:00
Kim Barrett
4d471e7845
8228340: JVMCI deleteGlobalHandle doesn't delete the handle
...
Add missing call to OopStorage::release() when deleting global handles in JVMCI to prevent handles leak.
Reviewed-by: kvn, dlong
2019-07-18 09:15:26 -07:00
Christoph Langer
0ce0ff51c4
8227441: Enhance logging when reading the fontconfig info file
...
Co-authored-by: Matthias Baesken <matthias.baesken@sap.com>
Reviewed-by: prr, mbaesken
2019-07-09 15:58:22 +02:00
Matthias Baesken
9fb552745f
8228420: compile error in shenandoahSupport.cpp with clang 9
...
Reviewed-by: shade
2019-07-19 12:35:33 +02:00
Martin Doerr
d2611c4e2c
8227692: Remove develop feature PrintMallocStatistics
...
Reviewed-by: coleenp, dcubed
2019-07-19 10:18:48 +02:00
Matthias Baesken
781b790f18
8228368: avoid incompatible pointer to integer conversion initializing gint in gtk2_interface
...
Reviewed-by: prr
2019-07-18 14:01:54 +02:00
Matthias Baesken
39b7b5bbf9
8227633: avoid comparing this pointers to NULL
...
Reviewed-by: coleenp, mdoerr
2019-07-16 14:42:36 +02:00
Joe Wang
a91f9c4c7e
8157830: Errors in XSLT stylesheet are not dispatched correctly to ErrorListener
...
Reviewed-by: lancea
2019-07-19 02:40:59 +00:00
Brian Burkhalter
ba9c952f87
8228392: Backout incorrect change done by JDK-8067801
...
Reviewed-by: lancea
2019-07-18 17:10:33 -07:00
Kim Barrett
e396e38bb3
8227653: Add VM Global OopStorage
...
Replaced conditional JVMCI global storage with VM global storage.
Reviewed-by: tschatzl, lfoltan, kvn
2019-07-18 14:57:32 -04:00
Zhengyu Gu
1a115f9763
8227755: Need more than 2 distinct CodeCache unloading cycles
...
Reviewed-by: eosterlund, rkennke
2019-07-17 08:33:38 -04:00
Brian Burkhalter
9b23ca4eb4
8228338: tools/pack200/TimeStamp.java fails with NullPointerException
...
Reviewed-by: lancea
2019-07-18 07:54:21 -07:00
Yasumasa Suenaga
fc0b8141d3
8227815: Minimal VM: set_state is not a member of AttachListener
...
Reviewed-by: cjplummer
2019-07-18 21:25:41 +09:00
Roman Kennke
6a746de90e
8228364: Shenandoah: Remove unused code from ShenandoahBarrierSetC1
...
Reviewed-by: shade
2019-07-18 13:16:10 +02:00
Coleen Phillimore
d35c1540e6
8227766: CheckUnhandledOops is broken in MemAllocator
...
Save oop created in handle more eagerly, so CheckUnhandledOops doesn't bash it.
Reviewed-by: lfoltan, eosterlund
2019-07-18 07:06:33 -04:00
Ralf Schmelter
d97475df72
8227435: Perf::attach() should not throw a java.lang.Exception
...
Reviewed-by: sspitsyn, clanger, dholmes
2019-07-18 10:25:49 +02:00
Brian Burkhalter
ba761b4cbd
8073213: javadoc of PushbackInputStream methods should specify NullPointerExceptions
...
Reviewed-by: lancea, darcy
2019-07-17 15:12:47 -07:00
Brian Burkhalter
a7016e3b5d
8067801
: Enforce null check for underlying I/O streams
...
Reviewed-by: lancea
2019-07-17 14:24:37 -07:00
Brian Burkhalter
60530bae7c
8131664: Javadoc for PrintStream is now incorrect
...
Reviewed-by: lancea, darcy
2019-07-17 14:24:24 -07:00
Thomas Schatzl
1ddf09fb12
8227090: G1 does not account the OptMergeRS in cost per card calculation
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Thomas Schatzl
b4d014896a
8227089: Add timing information for merging humongous remembered sets
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Thomas Schatzl
ffe79a37c3
8227084: Add timing information for merge heap root preparation
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Thomas Schatzl
5a0525a560
8227671: G1: assert_used_and_recalculate_used_equal performs work in product builds
...
Reviewed-by: kbarrett, sangheki
2019-07-17 16:33:19 +02:00
Thomas Schatzl
bb7bf64fd7
8226232: Move merge heap roots code out from G1RemSetScanState
...
Reviewed-by: sangheki, kbarrett
2019-07-17 16:33:19 +02:00
Yasumasa Suenaga
20053ae242
8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
...
Reviewed-by: sspitsyn, cjplummer
2019-07-17 23:22:48 +09:00
Zhengyu Gu
cb37e2f821
8227635: Shenandoah: SHBSA::load_at() needs to deal IN_NATIVE load
...
Reviewed-by: rkennke, roland
2019-07-13 12:14:24 -04:00
Mikael Vidstedt
f08a9de3b2
Merge
2019-07-17 04:33:37 -07:00
Claes Redestad
78a1c8ea0a
8227587: Add internal privileged System.loadLibrary
...
Reviewed-by: rriggs, mchung, chegar
2019-07-17 12:35:46 +02:00
Roman Kennke
ec7f1c13d9
8227677: Shenandoah: C2: Make in-native LRB special case of normal LRB
...
Reviewed-by: roland
2019-07-17 11:43:38 +02:00
Henry Jen
f860f94696
Merge
2019-07-17 00:21:02 +00:00
Anton Litvinov
cf5433ff56
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
...
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
2019-07-16 15:15:45 +01:00
Matthias Baesken
5224520e9f
8227631: Adjust AIX version check
...
Reviewed-by: clanger, goetz
2019-07-16 11:10:38 +02:00
Jan Lahoda
c0d870559f
8227640: javac crashes on text blocks with invalid escapes
...
Do not translate escape sequences if text block contains illegal escapes.
Reviewed-by: jlaskey
2019-07-16 10:48:22 +02:00
Joe Wang
5dcfefbae0
8176447: javax.xml.validation.Validator validates incorrectly on uniqueness constraint
...
Reviewed-by: lancea
2019-07-16 21:12:14 +00:00
Claes Redestad
365d1188bf
8227720: Improve ExtendedSocketOptions initialization
...
Reviewed-by: chegar, vtewari
2019-07-16 17:50:54 +02:00
Boris Ulasevich
587ce2f4c1
8227632: Incorrect PrintCompilation message: made not compilable on levels 0 1 2 3 4
...
Fixing the message to print actual comp_level
Reviewed-by: dlong, kvn
2019-07-16 18:05:42 +03:00
Ralf Schmelter
b0adbe8fcf
8227440: Implement fix to JDK-8224642 on all platforms
...
Reviewed-by: sspitsyn, clanger
2019-07-16 13:57:13 +02:00
Sergey Bylokhov
768ef3cd20
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
...
Reviewed-by: prr
2019-07-15 16:25:23 -07:00
Calvin Cheung
530176f933
8227496: Update NUM_CDS_REGIONS and CURRENT_CDS_ARCHIVE_VERSION in cds.h
...
Reviewed-by: jiangli
2019-07-15 09:53:23 -07:00
Peter Levart
49daf1dc19
8227368: EnumSet.class serialization broken in JDK 9+
...
Reviewed-by: smarks
2019-07-13 10:43:45 +00:00
Matthias Baesken
74143d5ab8
8227630
: adjust format specifiers in loadlib_aix.cpp
...
Reviewed-by: mdoerr, shade
2019-07-12 12:19:58 +02:00
Yasumasa Suenaga
2870c9d55e
8225690: Multiple AttachListener threads can be created
...
Reviewed-by: sspitsyn, cjplummer
2019-07-16 07:29:12 +09:00