Christoph Langer
|
9fb0aeecb6
|
8221741: ClassCastException can happen when fontconfig.properties is used
Reviewed-by: mbaesken, itakiguchi
|
2020-02-02 17:41:33 +01:00 |
|
Roland Westrelin
|
8c0fab8fbe
|
8237837: Shenandoah: assert(mem == __null) failed: only one safepoint
Reviewed-by: rkennke
|
2020-01-28 11:28:52 +01:00 |
|
Roland Westrelin
|
a59ed930f5
|
8238385: CTW: C2 (Shenandoah) compilation fails with "Range check dependent CastII node was not removed"
Reviewed-by: rkennke, shade
|
2020-02-07 13:59:17 +01:00 |
|
Claes Redestad
|
0b5d48b9e6
|
8230301: Re-examine hardcoded defaults in GenerateJLIClassesPlugin
Reviewed-by: mchung
|
2020-02-10 12:39:19 +01:00 |
|
Sean Coffey
|
04c1e2e931
|
8223260: NamingManager should cache InitialContextFactory
Reviewed-by: alanb, plevart, dfuchs
|
2020-02-09 21:55:56 +00:00 |
|
Aleksey Shipilev
|
71d7af4b23
|
8238591: CTW: Split applications/ctw/modules/jdk_localedata.java
Reviewed-by: iignatyev
|
2020-02-10 06:18:46 +01:00 |
|
Aleksey Shipilev
|
970283b601
|
8238247: CTW runner should sweep nmethods more aggressively
Reviewed-by: adinn, simonis, iignatyev
|
2020-02-10 06:18:28 +01:00 |
|
Aleksey Shipilev
|
f1a2c6019e
|
8238366: CTW runner closes standard output on exit
Reviewed-by: adinn, iignatyev
|
2020-02-10 06:18:10 +01:00 |
|
Claes Redestad
|
ac69c7894d
|
8238684: Override getOrDefault in immutable Map implementation
Reviewed-by: forax, psandoz, smarks
|
2020-02-08 15:21:25 +01:00 |
|
Jia Huang
|
7552915d3f
|
8238586: [TESTBUG] vmTestbase/jit/tiered/Test.java failed when TieredCompilation is disabled
Reviewed-by: iignatyev
|
2020-02-08 15:46:39 +08:00 |
|
Jonathan Gibbons
|
3461ce9800
|
8238437: Support separate locales for console messages and HTML content
Reviewed-by: prappo
|
2020-02-07 17:00:23 -08:00 |
|
Mikhailo Seledtsov
|
214edaf9c2
|
8219999: TestJFREvents container test should not use jdk.CPUInformation event for container CPU values
Updated the testcase not to test jdk.CPUInformation
Reviewed-by: egahlin
|
2020-02-07 13:04:00 -08:00 |
|
Sergey Bylokhov
|
bbc3d16705
|
8176359: Frame#setMaximizedbounds not working properly in multi screen environments
8231564: setMaximizedBounds is broken with large display scale and multiple monitors
Reviewed-by: aivanov
|
2020-01-25 22:46:20 -08:00 |
|
Roland Westrelin
|
5ff2d7baaa
|
8240676: Meet not symmetric failure when running lucene on jdk8
Reviewed-by: kvn, thartmann
|
2020-03-24 11:06:26 +01:00 |
|
Thomas Schatzl
|
7048684ca7
|
8238855: Move G1ConcurrentMark flag sanity checks to g1Arguments
Reviewed-by: sjohanss, kbarrett
|
2020-03-27 09:44:53 +01:00 |
|
Yasumasa Suenaga
|
67cf35ee22
|
8240956: SEGV in DwarfParser::process_dwarf after JDK-8234624
Reviewed-by: sspitsyn, kevinw
|
2020-03-27 17:07:23 +09:00 |
|
Thomas Stuefe
|
83f7ee14da
|
8241723: Build error after 8241581
Reviewed-by: kbarrett, clanger
|
2020-03-27 08:45:59 +01:00 |
|
Thomas Stuefe
|
cc8715d844
|
8241581: Add BitMap::count_one_bits variant for arbitrary lengths
Reviewed-by: redestad, kbarrett
|
2020-03-27 07:16:22 +01:00 |
|
Jonathan Gibbons
|
87805d9207
|
8241470: HtmlStyle: group and document members: description, flex, signature
Reviewed-by: hannesw
|
2020-03-26 20:36:56 -07:00 |
|
Chris Plummer
|
5f1636b2d5
|
8241696: ProblemList gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java due to JDK-8241293
Reviewed-by: dcubed, ctornqvi
|
2020-03-26 15:13:21 -07:00 |
|
Ekaterina Pavlova
|
ebdb70fe9e
|
8236975: compiler/graalunit tests fails with --illegal-access=deny
Reviewed-by: iignatyev, kvn, alanb
|
2020-03-26 14:24:53 -07:00 |
|
Mikhailo Seledtsov
|
098b48b7db
|
8240634: event/runtime/TestMetaspaceAllocationFailure.java times out
Limit number of iterations
Reviewed-by: egahlin, stuefe
|
2020-03-26 10:03:35 -07:00 |
|
Daniil Titov
|
54e2c6fe3e
|
8196751: Add jhsdb option to specify debug server RMI connector port
Reviewed-by: sspitsyn, ysuenaga
|
2020-03-26 09:03:52 -07:00 |
|
Per Lidén
|
e11ab6a46c
|
8241596: ZGC: Shorten runtime of gc/z/TestUncommit.java
Reviewed-by: tschatzl, sjohanss
|
2020-03-26 16:56:42 +01:00 |
|
Julia Boes
|
eb7c80a308
|
8241674: Fix incorrect jtreg option in FilePublisherPermsTest
Replace jtreg option 'policy' with 'java.security.policy' to extend rather than replace policy
Reviewed-by: chegar, dfuchs
|
2020-03-26 14:58:53 +00:00 |
|
Coleen Phillimore
|
d77c52b255
|
8172485: [TESTBUG] RedefineLeak.java runs out of metaspace memory
Check for zero exit value.
Reviewed-by: lfoltan
|
2020-03-26 10:29:31 -04:00 |
|
Julia Boes
|
d882d528bb
|
8235459: HttpRequest.BodyPublishers::ofFile assumes the default file system
Add support for non-default file systems to HttpRequest.BodyPublishers::ofFile
Reviewed-by: chegar, dfuchs, amlu
|
2020-03-26 11:52:15 +00:00 |
|
Roland Westrelin
|
eb003a7382
|
8240335: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
Reviewed-by: kvn, thartmann
|
2020-03-20 13:56:12 +01:00 |
|
Matthias Baesken
|
c4f25e5126
|
8241491: Problem list jdk/javax/swing/UIDefaults/8146330/UIDefaultKeySizeTest.java on aix
Reviewed-by: clanger
|
2020-03-24 15:26:10 +01:00 |
|
Claes Redestad
|
0d22ad6400
|
8241427: Coarsen locking in Modules::add_module_exports
Reviewed-by: lfoltan, hseigel
|
2020-03-26 00:02:08 +01:00 |
|
John Jiang
|
60fae77974
|
8237977: Further update javax/net/ssl/compatibility/Compatibility.java
Reviewed-by: rhalade
|
2020-03-26 07:09:36 +08:00 |
|
Jonathan Gibbons
|
ffe5e84644
|
8241544: update stylesheet for *-page CSS class rename and hyphenated naming
Reviewed-by: prappo, hannesw
|
2020-03-25 15:03:39 -07:00 |
|
Anthony Scarpino
|
b0245c2b54
|
8237219: Disable native SunEC implementation by default
Reviewed-by: weijun, mullan
|
2020-03-25 12:41:14 -07:00 |
|
Naoto Sato
|
b8f2b3264c
|
8241311: Move some charset mapping tests from closed to open
Reviewed-by: iris, joehw, itakiguchi, amlu
|
2020-03-25 09:21:46 -07:00 |
|
Ivan Gerasimov
|
d1b506597f
|
8237599: Greedy matching against supplementary chars fails to respect the region
Reviewed-by: rriggs
|
2020-03-25 08:46:31 -07:00 |
|
Christian Hagedorn
|
c01e986cc9
|
8237859: C2: Crash when loads float above range check
Fix control edges of predicates to data nodes when creating pre/main/post loops.
Reviewed-by: neliasso, thartmann, roland
|
2020-03-25 14:41:52 +01:00 |
|
Aleksey Shipilev
|
27ef185bae
|
8241500: FieldLayout/OldLayoutCheck.java fails in 32-bit VMs
Reviewed-by: fparain, dholmes
|
2020-03-25 07:58:17 +01:00 |
|
Aleksey Shipilev
|
7afa57a37e
|
8241445: Fix copyright in test/jdk/tools/launcher/ArgFileSyntax.java
Reviewed-by: psandoz
|
2020-03-24 18:46:48 +01:00 |
|
Daniel D. Daugherty
|
b5897fe4ed
|
8241532: ProblemList tests from 8241530 on OSX
Reviewed-by: ctornqvi
|
2020-03-24 13:08:54 -04:00 |
|
Tobias Hartmann
|
ca85500615
|
8240905: assert(mem == (Node*)1 || mem == mem2) failed: multiple Memories being matched at once?
Stop recursion if there are multiple loads with different memory inputs in the tree.
Reviewed-by: kvn, vlivanov
|
2020-03-24 17:39:52 +01:00 |
|
Claes Redestad
|
23d6a788b4
|
8241371: Refactor and consolidate package_from_name
Reviewed-by: iklam, lfoltan
|
2020-03-23 23:18:42 +01:00 |
|
Jonathan Gibbons
|
7dc952ec20
|
8241292: Interactive Search results are not highlighted as they used to be
Reviewed-by: prappo
|
2020-03-23 14:11:52 -07:00 |
|
Jonathan Gibbons
|
f0ba0dc6dc
|
8241190: Fix name clash for constants-summary CSS class
Reviewed-by: hannesw
|
2020-03-23 12:48:35 -07:00 |
|
Sandhya Viswanathan
|
398ce2948c
|
8240248: Extend superword reduction optimizations for x86
Add support for and, or, xor reduction
Co-authored-by: Shravya Rukmannagari <shravya.rukmannagari@intel.com>
Reviewed-by: vlivanov, thartmann
|
2020-03-23 10:26:40 -07:00 |
|
Mandy Chung
|
75a8b7fa83
|
8240975: Extend NativeLibraries to support explicit unloading
Reviewed-by: alanb, mcimadamore
|
2020-03-23 09:05:39 -07:00 |
|
Daniel Fuchs
|
b66c680885
|
8241443: Problem list some java.net tests failing with NoRouteToHostException on macOS with special network configuration
Reviewed-by: alanb
|
2020-03-23 14:22:18 +00:00 |
|
Prasanta Sadhukhan
|
0aeed751e6
|
Merge
|
2020-01-22 13:29:03 +05:30 |
|
Aleksey Shipilev
|
d9df6feabe
|
8237586: Shenandoah: provide option to disable periodic GC
Reviewed-by: zgu
|
2020-01-21 20:58:48 +01:00 |
|
Ivan Gerasimov
|
6f7f81f794
|
8236034: Use optimized Ques node for curly {0,1} quantifier
Reviewed-by: rriggs
|
2020-01-21 17:52:55 -08:00 |
|
Mikael Vidstedt
|
eef726a99a
|
8237601: test/langtools/tools/javac/warnings/MaxDiagsRecompile.java fails after JDK-8237589
Reviewed-by: dholmes
|
2020-01-21 17:37:18 -08:00 |
|