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 |
|