Joe Darcy
|
07f3f674c2
|
5075463: (enum) Serialized Form javadoc for java.lang.Enum is misleading
Reviewed-by: lancea, rriggs, smarks
|
2018-08-15 10:44:56 -07:00 |
|
Joe Darcy
|
b0954bc7ab
|
8176425: Add radix indication in NumberFormatException message for Integer.decode
Reviewed-by: lancea
|
2018-08-15 10:16:15 -07:00 |
|
Dmitrij Pochepko
|
4377d3abe2
|
8209439: C2 library_call can potentially ignore Math.pow intrinsic or use null pointer
Reviewed-by: kvn, thartmann
|
2018-08-15 14:48:12 +03:00 |
|
Erik Österlund
|
b9052e9647
|
8208582: Introduce native oop barriers in C1 for OopHandle
Reviewed-by: coleenp, kvn
|
2018-08-15 09:51:57 +02:00 |
|
Xue-Lei Andrew Fan
|
611c53c860
|
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
|
2018-08-14 18:16:47 -07:00 |
|
Gerard Ziemski
|
b75805c1a5
|
8195100: Use a low latency hashtable for SymbolTable
Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
|
2018-08-14 18:42:14 -05:00 |
|
Kim Barrett
|
773906998a
|
8209347: SATBMarkQueue.cpp should not need jvm.h
Use os::snprintf instead of jio_snprintf.
Reviewed-by: shade, tschatzl
|
2018-08-14 14:58:14 -04:00 |
|
Kim Barrett
|
8f31a55f91
|
8209346: Refactor SATBMarkQueue filter configuration
Moved reference to G1-specific option to G1CollectedHeap.
Reviewed-by: shade, rkennke
|
2018-08-14 13:16:26 -04:00 |
|
Weijun Wang
|
33a96c6df9
|
8209416: Refactoring GetPropertyAction calls in security libs
Reviewed-by: xuelei, rriggs
|
2018-08-14 22:39:34 +08:00 |
|
Lutz Schmidt
|
815cdefb43
|
8209433: [s390] Fix build, broken by 8208672 (Enable -Wreorder)
Reviewed-by: tschatzl, shade
|
2018-08-14 14:28:23 +02:00 |
|
Per Lidén
|
a51aeedca0
|
8209376: ZGC: Move ZMarkStackAllocator into a separate file
Reviewed-by: eosterlund, kbarrett
|
2018-08-13 14:04:43 +02:00 |
|
Per Lidén
|
f50c8dddfa
|
8209375: ZGC: Use dynamic base address for mark stack space
Reviewed-by: eosterlund, kbarrett
|
2018-08-13 14:04:42 +02:00 |
|
Kim Barrett
|
924bba584d
|
8209345: Merge SATBMarkQueueFilter into SATBMarkQueueSet
Move filter extension protocol to SATBMarkQueueSet.
Reviewed-by: shade, tschatzl, rkennke
|
2018-08-14 00:15:56 -04:00 |
|
Igor Ignatyev
|
4bcd4f04a2
|
8209382: [error-prone] HashtableContains in sun/rmi/server/ActivationGroupImpl.java
Reviewed-by: rriggs
|
2018-08-13 17:39:27 -07:00 |
|
Kim Barrett
|
a007690fa0
|
8209396: Make PtrQueueSets not statically allocated
Change the G1BarrierSet PtrQueueSet static members to ordinary members.
Reviewed-by: shade, tschatzl, rkennke
|
2018-08-13 18:21:26 -04:00 |
|
Claes Redestad
|
5c3008fbc4
|
8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
|
2018-08-13 19:21:43 +02:00 |
|
Matthias Baesken
|
8044814e30
|
8209115: adjust libsplashscreen linux ppc64le builds for easier libpng update
Reviewed-by: prr, dholmes
|
2018-08-10 09:16:10 +02:00 |
|
Thomas Schatzl
|
7aabcdee63
|
8200365: TestOptionsWithRanges.java of '-XX:TLABWasteTargetPercent=100' fails intermittently
For initial TLAB sizing, increase the number of expected refills to 2.
Reviewed-by: phh, sangheki
|
2018-08-13 12:24:25 +02:00 |
|
Thomas Schatzl
|
a9508324e2
|
8209193: Fix aarch64-linux compilation after -Wreorder changes
Reviewed-by: shade, drwhite
|
2018-08-13 12:24:25 +02:00 |
|
Gunter Haug
|
93c176ef2e
|
8209357: [PPC64] Fix build which was broken by 8208672 (Enable -Wreorder)
Reviewed-by: mbaesken, tschatzl
|
2018-08-13 12:24:25 +02:00 |
|
Aleksei Voitylov
|
1712e272cd
|
8209380: ARM: cleanup maybe-uninitialized and reorder compiler warnings
Reviewed-by: dholmes, drwhite, tschatzl
|
2018-08-13 12:24:25 +02:00 |
|
Aleksei Voitylov
|
abb7f64829
|
8209378: Fix Minimal VM after JDK-8208677
Reviewed-by: coleenp, shade
|
2018-08-13 10:28:01 +02:00 |
|
Coleen Phillimore
|
d1aea148fe
|
8207924: serviceability/sa/TestUniverse.java#id0 intermittently fails with assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
InstanceKlass::implementors() needs the Compile_lock
Reviewed-by: thartmann, eosterlund
|
2018-08-11 12:49:33 -04:00 |
|
Brent Christian
|
51d0a9e122
|
8205399: Set node color on pinned HashMap.TreeNode deletion
Reviewed-by: martin
|
2018-08-10 12:05:53 -07:00 |
|
Coleen Phillimore
|
647c7d5344
|
8164683: Solaris: JVM abuses thread preemption control
Complete removal of preemption control and command line arguments (were deprecated in 11).
Reviewed-by: hseigel, pchilanomate, dholmes
|
2018-08-10 09:36:01 -04:00 |
|
Harold Seigel
|
83b2fb5b0d
|
8207778: Add locking to ModuleEntry and PackageEntry tables
Restructure ClassLoaderDataGraph code to simplify using locks in SystemDictionary::do_unloading()
Reviewed-by: lfoltan, coleenp
|
2018-08-10 09:30:26 -04:00 |
|
Boris Ulasevich
|
092e9e4f81
|
8206895: aarch64: rework error-prone cmp instuction
Reviewed-by: aph
|
2018-08-10 14:22:49 +03:00 |
|
Weijun Wang
|
ea95e1ef2e
|
8201290: keytool importcert fails with CertificateParsingException if unknown certificate algorithms should be imported
Reviewed-by: mullan, xuelei
|
2018-08-10 17:07:44 +08:00 |
|
Jiangli Zhou
|
a5d14313f5
|
8207263: Store the Configuration for system modules into CDS archive
Archive boot layer Configuration.
Reviewed-by: redestad, iklam, ccheung
|
2018-08-10 00:35:57 -04:00 |
|
Claes Redestad
|
2c5b52f061
|
8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
Reviewed-by: thartmann, pliden, kvn
|
2018-08-10 00:20:15 +02:00 |
|
Roman Kennke
|
59ca28bf1c
|
8209118: Abstract SATBMarkQueueSet's ThreadLocalData access
Reviewed-by: kbarrett, shade
|
2018-08-09 22:51:48 +02:00 |
|
Mikael Vidstedt
|
83a51d869e
|
Merge
|
2018-08-09 10:08:07 -07:00 |
|
Chris Hegarty
|
166030817f
|
8208391: Differentiate response and connect timeouts in HTTP Client API
Reviewed-by: michaelm
|
2018-08-09 11:23:12 +01:00 |
|
Sergey Bylokhov
|
e850549b71
|
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
Reviewed-by: prr, sveerabhadra
|
2018-08-08 15:51:08 -07:00 |
|
Robin Westberg
|
961156b1d5
|
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
Reviewed-by: mgronlun, rehn
|
2018-08-06 14:56:56 +02:00 |
|
Leo Jiang
|
2f1aae720b
|
8208663: JDK 11 L10n resource file update msg drop 20
Reviewed-by: naoto
|
2018-08-07 00:06:52 -07:00 |
|
Iris Clark
|
4ebf1cdc53
|
8201394: Update java.se module summary to reflect removal of java.se.ee module
Reviewed-by: alanb, lancea, mchung
|
2018-08-07 17:40:11 -07:00 |
|
Sean Mullan
|
ac3d4a6722
|
8208691: Tighten up jdk.includeInExceptions security property
Add stronger warning on usage and add test to check that property is not set
Reviewed-by: alanb, rriggs
|
2018-08-07 10:29:01 -04:00 |
|
Tobias Hartmann
|
6dac70d919
|
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
|
2018-08-06 09:09:57 +02:00 |
|
Markus Grönlund
|
e8dd517464
|
8207139: NMT is not enabled on Windows 2016/10
Reviewed-by: dcubed, zgu, dholmes
|
2018-08-02 09:49:04 +02:00 |
|
Phil Race
|
b6532bdf48
|
8204931: Colors with alpha are painted incorrectly on Linux
Reviewed-by: jdv, psadhukhan
|
2018-07-31 14:04:29 -07:00 |
|
Phil Race
|
542197c8ab
|
8208353: Upgrade JDK 11 to libpng 1.6.35
Reviewed-by: jdv, kaddepalli
|
2018-07-31 14:03:39 -07:00 |
|
Phil Race
|
06932ae37c
|
8208466: Fix potential memory leak in harfbuzz shaping
Reviewed-by: jdv, kaddepalli
|
2018-07-31 12:23:55 -07:00 |
|
Dmitry Samersoff
|
c57cfe6d14
|
8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
Fixed unexpected parameter location in arm32 LIR_Assembler
Reviewed-by: dsamersoff, kvn
|
2018-07-31 21:23:56 +03:00 |
|
Harold Seigel
|
5a3decc9f1
|
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan
|
2018-07-26 15:56:37 -04:00 |
|
Jim Laskey
|
af89766e1e
|
8208164: (str) improve specification of String::lines
Reviewed-by: smarks
|
2018-07-26 10:25:33 -03:00 |
|
Volker Simonis
|
3b002460a1
|
8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
Reviewed-by: sspitsyn, cjplummer
|
2018-07-23 15:17:14 +02:00 |
|
Rachna Goel
|
50a3c19ffc
|
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale
Generated display names for missing timezones at run time.
Reviewed-by: naoto
|
2018-07-26 14:15:24 +05:30 |
|
Leo Jiang
|
6c703b8589
|
8207948: JDK 11 L10n resource file update msg drop 10
Reviewed-by: naoto
|
2018-07-25 22:48:53 -07:00 |
|
Xue-Lei Andrew Fan
|
d2b2780859
|
8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
Reviewed-by: ascarpino
|
2018-07-25 17:21:04 -07:00 |
|