Ao Qi
dfc7905a10
8246027: Minimal fastdebug build broken after JDK-8245801
...
Added COMPILER2_PRESENT macro
Reviewed-by: shade, thartmann
2020-05-28 09:15:25 +02:00
Athijegannathan Sundararajan
8ea971e373
8246034: Remove java.base/share/classes/jdk/internal/jrtfs/jrtfsviewer.js and java.base/share/classes/jdk/internal/jrtfs/jrtls.js
...
Reviewed-by: jlaskey, alanb
2020-05-28 12:38:03 +05:30
David Holmes
686ca5ae49
8243936: NonWriteable system properties are actually writeable
...
Reviewed-by: iklam, dcubed
2020-05-28 02:58:56 -04:00
Jesper Wilhelmsson
60ce159dad
Added tag jdk-15+25 for changeset 588330449887
2020-05-28 08:23:00 +02:00
Pankaj Bansal
e4a972de1a
8245968: javax/swing/JTable/7124218/SelectEditTableCell.java is added to ProblemList twice
...
Reviewed-by: psadhukhan
2020-05-28 11:23:23 +05:30
Jonathan Gibbons
4aea73361d
8245062: HtmlStyle: group and document members for nav, header, summary, details
...
Reviewed-by: hannesw
2020-05-27 16:44:10 -07:00
Yumin Qi
e6855f20b0
8245264: Test runtime/cds/appcds/SignedJar.java fails
...
Concurrent work of symbol table caused _shared_table not walkable in dumping archive which led symbols not sorted in shared archive. Change to use do_safepoint_scan of _local_table to collect symbols.
Reviewed-by: iklam, ccheung
2020-05-27 16:04:28 -07:00
Claes Redestad
7e85b2c787
8245969: Simplify String concat constant folding
...
Reviewed-by: psandoz, forax
2020-05-28 00:35:04 +02:00
Claes Redestad
69f7f95b93
8245959: Extend String concat testing to account for folded constants
...
Reviewed-by: psandoz
2020-05-28 00:34:41 +02:00
Mikael Vidstedt
4ad89925d0
8245850: Obsolete UseLWPSynchronization
...
Reviewed-by: dholmes, dcubed
2020-05-27 14:31:23 -07:00
Xue-Lei Andrew Fan
17a298962c
8206925: Support the certificate_authorities extension
...
Reviewed-by: mullan
2020-05-27 09:46:40 -07:00
Alexander Matveev
6f5e8a2aa3
8237908: [TESTBUG] [macos] Add support to jtreg helpers to unpack pkg packages
...
Reviewed-by: herrick, asemenyuk
2020-05-27 09:30:46 -04:00
Alexander Matveev
93d89d3bf3
8242786: [macos] tools/jpackage/share/IconTest.java fails: ABORT trying to dequeue work
...
Reviewed-by: herrick, asemenyuk
2020-05-27 09:14:20 -04:00
Andy Herrick
4af3a1e078
8245202: Convert existing jpackage tests to newer form
...
Reviewed-by: asemenyuk, almatvee
2020-05-27 08:59:43 -04:00
Zhengyu Gu
afbdb4932e
8245827: Shenandoah: Cleanup Shenandoah code root iterators and root scanner
...
Reviewed-by: shade
2020-05-27 10:55:39 -04:00
Adam Sotona
954db3353e
8241312: missing code coverage for records
...
Added tests for better coverage of records
Reviewed-by: vromero
2020-05-27 10:16:19 -04:00
Aleksey Shipilev
37c3b0bf10
8245814: Shenandoah: reconsider format specifiers for stats
...
Reviewed-by: rkennke
2020-05-27 15:57:42 +02:00
Zhengyu Gu
b8d49f8c2f
8245825: Shenandoah: Remove diagnostic flag ShenandoahConcurrentScanCodeRoots
...
Reviewed-by: shade
2020-05-27 08:53:49 -04:00
Zhengyu Gu
db1ef58d5c
8245823: Shenandoah: inline/optimize ShenandoahEvacOOMScope
...
Reviewed-by: shade, rkennke
2020-05-27 08:36:47 -04:00
Pankaj Bansal
342e9f88cd
8233647: [TESTBUG] JColorChooser/Test8051548.java is failing on macos
...
Reviewed-by: psadhukhan
2020-05-27 18:02:49 +05:30
Pankaj Bansal
85822a50d5
8233566: [TESTBUG] KeyboardFocusManager tests failing on MacoS
...
Reviewed-by: psadhukhan
2020-05-27 17:55:47 +05:30
Pankaj Bansal
9b3fb5d1d5
8233551: [TESTBUG] SelectEditTableCell.java fails on MacOS
...
Reviewed-by: psadhukhan
2020-05-27 17:35:42 +05:30
Vaibhav Choudhary
c14590378a
8245179: JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
...
Fixed to not to run the testcase with TieredStopAtLevel set
Reviewed-by: thartmann
2020-05-27 17:28:22 +05:30
Tobias Hartmann
76ac621394
8245801
: StressRecompilation triggers assert "redundunt OSR recompilation detected. memory leak in CodeCache!"
...
Assert is too strong.
Reviewed-by: roland
2020-05-27 13:26:23 +02:00
Claes Redestad
5200d162bc
8245756: Reduce bootstrap cost of StringConcatFactory prependers
...
Reviewed-by: forax, psandoz
2020-05-27 12:42:55 +02:00
Stefan Johansson
6e1403480a
8245724: Move g1 periodic gc logging to G1InitLogger
...
Reviewed-by: kbarrett, tschatzl
2020-05-27 11:48:33 +02:00
Stefan Johansson
2ff952bf32
8245723: Remove PrintCompressedOopsMode and change gc+heap+coops info log to debug level
...
Reviewed-by: dholmes, coleenp, tschatzl
2020-05-27 11:48:13 +02:00
Aleksey Shipilev
d0294c3845
8245812: Shenandoah: compute root phase parallelism
...
Reviewed-by: zgu
2020-05-27 09:22:24 +02:00
Xiaohong Gong
bc669dfc82
8243339: AArch64: Obsolete UseBarriersForVolatile option
...
Reviewed-by: adinn, aph, drwhite
2020-05-27 15:17:09 +08:00
Tejpal Rebari
c638618814
8233559: [TESTBUG] TestNimbusOverride.java is failing on macos
...
Reviewed-by: psadhukhan, pbansal
2020-05-27 09:08:08 +05:30
Serguei Spitsyn
1357c01e57
8245392: Remove duplication in class redefinition and retransformation specs
...
Remove duplications from the Instrumentation, JDI and JDWP redefinition specs
Reviewed-by: dholmes, cjplummer
2020-05-27 03:21:15 +00:00
Kim Barrett
eb20ed7374
8228692: BitMap::reallocate might not clear some bits
...
Ensure trailing bits in last copied word are cleared.
Reviewed-by: tschatzl, sjohanss
2020-05-26 21:26:57 -04:00
Igor Ignatyev
64c5823aa4
8245870: GTEST_FRAMEWORK_SRC should go through UTIL_FIXUP_PATH
...
Reviewed-by: erikj
2020-05-26 15:11:33 -07:00
John Jiang
845799935b
8245134: test/lib/jdk/test/lib/security/KeyStoreUtils.java should allow to specify aliases
...
Reviewed-by: valeriep
2020-05-27 05:42:28 +08:00
Igor Ignatyev
846fd238fc
8245610: remove in-tree copy on gtest
...
Reviewed-by: erikj, ihse
2020-05-26 13:33:00 -07:00
Michael McMahon
5374383dcd
8245582: j.net.URLConnection::getHeaderFieldKey(int) behavior does not reliably conform to its specification
...
Reviewed-by: chegar, dfuchs
2020-05-26 21:29:33 +01:00
Jonathan Gibbons
aabcf9f792
8245847: Update Profile.java to not require per-release updates
...
Reviewed-by: darcy
2020-05-26 13:25:23 -07:00
Pavel Rappo
0400119e5b
8245841: Remove unused com.sun.tools.javac.comp.Modules.XMODULES_PREFIX
...
Reviewed-by: jjg
2020-05-26 21:20:34 +01:00
Mikael Vidstedt
1401fe0087
8245521: Remove STACK_BIAS
...
Reviewed-by: dholmes, mbaesken, kvn
2020-05-26 12:36:59 -07:00
Mikael Vidstedt
44a0a08991
8245600: Clean up libjli
...
Reviewed-by: dholmes, alanb
2020-05-26 10:18:32 -07:00
Coleen Phillimore
6aa15ad7ab
8166358: Re-enable String verification in java_lang_String::create_from_str()
...
Check for invalid strings in class names in debug mode, and only verify valid strings in create_for_str().
Reviewed-by: dholmes, hseigel
2020-05-26 09:44:17 -04:00
Aleksey Shipilev
a689a1108c
8245773: Shenandoah: Windows assertion failure after JDK-8245464
...
Reviewed-by: stuefe
2020-05-26 13:07:21 +02:00
Aleksey Shipilev
c31cae7b53
8245720: Shenandoah: improve configuration logging
...
Reviewed-by: rkennke
2020-05-26 13:06:42 +02:00
Thomas Schatzl
035d5dffb1
8245088: Always provide logs for G1 heap expansion calculations
...
Reviewed-by: sjohanss, kbarrett
2020-05-26 09:25:23 +02:00
Thomas Schatzl
bf1f78b9f0
8245087: Use ratios instead of percentages in G1HeapSizingPolicy::expansion_amount
...
Reviewed-by: kbarrett, sjohanss
2020-05-26 09:25:23 +02:00
Thomas Schatzl
47be3b098e
8245086: G1: Rename measured pause time ratios
...
Reviewed-by: sjohanss, kbarrett
2020-05-26 09:25:21 +02:00
Aleksey Shipilev
220061b13e
8245757
: Shenandoah: AlwaysPreTouch should not disable heap resizing or uncommits
...
Reviewed-by: rkennke
2020-05-26 09:31:00 +02:00
Aleksey Shipilev
1a8b2a700e
8245755: Shenandoah: missing logging for CWR Roots
...
Reviewed-by: rkennke
2020-05-26 09:30:23 +02:00
Aleksey Shipilev
ad7f611149
8245754: Shenandoah: ditch ShenandoahAlwaysPreTouch
...
Reviewed-by: rkennke
2020-05-26 09:30:17 +02:00
Aleksey Shipilev
66f6c8c3fe
8245726: Shenandoah: lift/cleanup ShenandoahHeuristics names and properties
...
Reviewed-by: rkennke
2020-05-26 09:30:09 +02:00