Derek Thomson
|
d8497d254a
|
8219691: method summary table head should be enclosed in <thead>
Reviewed-by: jjg
|
2019-03-14 13:33:10 -07:00 |
|
Jonathan Gibbons
|
16e03611f6
|
Merge
|
2019-03-14 11:39:58 -07:00 |
|
Jonathan Gibbons
|
d3242724c9
|
8220379: Fix doclint handling of headings
Reviewed-by: erikj, jlahoda
|
2019-03-14 11:39:00 -07:00 |
|
Mikhailo Seledtsov
|
2b19cf94b2
|
8220676: [TESTBUG] ProblemList TestCPUSets until the test issue is resolved
Added the test to problem list
Reviewed-by: lfoltan
|
2019-03-14 11:26:53 -07:00 |
|
Claes Redestad
|
4bfd3db2e0
|
8220366: Optimize Symbol handling in ClassVerifier and SignatureStream
Reviewed-by: hseigel, coleenp, lfoltan
|
2019-03-14 18:56:25 +01:00 |
|
Liam Miller-Cushon
|
9635954e6e
|
8220644: Align required/found pairs in diagnostics
Reviewed-by: mcimadamore, jjg
|
2019-03-13 22:05:09 -07:00 |
|
Ichiroh Takiguchi
|
90d82c2f35
|
8220281: IBM-858 alias name is missing on IBM00858 charset
Add aliases into IBM charsets
Reviewed-by: naoto
|
2019-03-15 00:49:13 +09:00 |
|
Vikrant Agarwal
|
b8867e273e
|
8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases
Reviewed-by: serb
|
2019-03-13 00:51:28 -07:00 |
|
Vikrant Agarwal
|
6bd1eaf323
|
8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/
Reviewed-by: prr, iignatyev
|
2019-03-13 00:04:22 -07:00 |
|
Severin Gehwolf
|
73d7e8f86c
|
8217338: [Containers] Improve systemd slice memory limit support
Use hierachical memory limit in addition to memory_limits_in_bytes
Reviewed-by: bobv, dholmes
|
2019-03-12 10:43:27 +01:00 |
|
Stefan Karlsson
|
b1ae2d0bf1
|
8222550: runtime/MemberName/MemberNameLeak.java times out
Reviewed-by: coleenp, dholmes
|
2019-04-17 07:41:12 +02:00 |
|
Stefan Karlsson
|
23fe2d824b
|
8222713: Add OutputAnalyzer(Path) constructor
Reviewed-by: dholmes, coleenp
|
2019-04-18 09:27:28 +02:00 |
|
Stefan Karlsson
|
3e581f13a0
|
8222558: Rework ResolvedMethodTable verification
Reviewed-by: coleenp
|
2019-04-17 07:41:09 +02:00 |
|
Coleen Phillimore
|
733d251078
|
8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
Give fatal error if CDS loses archive mapping.
Reviewed-by: iklam, ccheung, jiangli
|
2019-04-18 07:02:07 -04:00 |
|
Matthias Baesken
|
133401ac02
|
8222280: Provide virtualization related info in the hs_error file on AIX
Reviewed-by: clanger, mdoerr
|
2019-04-12 09:13:50 +02:00 |
|
Jesper Wilhelmsson
|
5a13a0ab41
|
Added tag jdk-13+17 for changeset 93b702d2a0cb
|
2019-04-18 02:45:02 +02:00 |
|
Jing Tian
|
f2766535db
|
8222444: Add a suggestion for non-US locale in the test doc
Reviewed-by: erikj
|
2019-04-17 13:18:29 -07:00 |
|
Brian Burkhalter
|
69ca2e9e27
|
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
Reviewed-by: alanb
|
2019-04-17 08:12:19 -07:00 |
|
Maurizio Cimadamore
|
7b7f9a6fd3
|
8222289: Overhaul logic for reading/writing constant pool entries
Rewrite of Pool,ClassReader,ClassWriter to use shared pool helper components
Reviewed-by: vromero
|
2019-04-17 15:37:20 +01:00 |
|
Erik Österlund
|
dce0c5c4ae
|
8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops
Reviewed-by: pliden, stefank
|
2019-04-17 12:41:33 +02:00 |
|
Ralf Schmelter
|
11e6f439e0
|
8222491: jcmd can fail converting UTF8 output to strings
Reviewed-by: jcbeyler, clanger, dholmes
|
2019-04-15 06:41:02 -07:00 |
|
Christoph Langer
|
bdf5b6e337
|
8222627: Remove sneaky token 'Name' in jdk-version.m4
Reviewed-by: simonis
|
2019-04-17 10:31:05 +01:00 |
|
Nils Eliasson
|
82cc38398d
|
8218468: Load barrier slow path node should be MachTypeNode
Reviewed-by: shade, pliden, kvn
|
2019-04-17 09:54:37 +02:00 |
|
Robbin Ehn
|
b4fb17d63c
|
8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
Reviewed-by: dholmes, redestad
|
2019-04-17 09:29:25 +02:00 |
|
Robbin Ehn
|
8552ad776a
|
8218147: make_walkable asserts on multiple calls
Reviewed-by: dholmes, dcubed
|
2019-04-17 09:25:27 +02:00 |
|
Priya Lakshmi Muthuswamy
|
a4a6c1714d
|
8220382: Cleanup doclet instantiation
Reviewed-by: jjg
|
2019-04-17 12:43:41 +05:30 |
|
Tobias Hartmann
|
6493a50643
|
8222418: compiler/arguments/TestScavengeRootsInCode.java times out
Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
|
2019-04-17 08:15:09 +02:00 |
|
Tobias Hartmann
|
4f601b6ed6
|
8222417: compiler/loopopts/TestOverunrolling.java times out
Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
|
2019-04-17 08:12:00 +02:00 |
|
Henry Jen
|
930f116ae7
|
Merge
|
2019-04-16 20:47:11 -07:00 |
|
Xue-Lei Andrew Fan
|
eb59ebb177
|
8216326: SSLSocket stream close() does not close the associated socket
Reviewed-by: jnimeh
|
2019-04-16 16:59:09 -07:00 |
|
Claes Redestad
|
781fb29580
|
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
|
2019-04-17 00:06:38 +02:00 |
|
Joe Wang
|
7d9e7e1e0b
|
8222415: Xerces 2.12.0: Parsing Configuration
Reviewed-by: lancea
|
2019-04-16 21:29:33 +00:00 |
|
Man Cao
|
440520aab0
|
8222510: Small cleanup for JDK launcher's make file
Reviewed-by: clanger, erikj
|
2019-04-15 18:37:18 -07:00 |
|
Hannes Wallnöfer
|
aba3b206cc
|
8222528: Fix javadoc headers in Nashorn sources
Reviewed-by: sundar
|
2019-04-16 18:22:13 +02:00 |
|
Christoph Langer
|
151be015b8
|
8222522: Add configure options for Mac Bundle creation
Reviewed-by: erikj
|
2019-04-16 17:15:57 +01:00 |
|
Coleen Phillimore
|
f5cb284275
|
8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
Removed tests that will not find bugs in current code base.
Reviewed-by: lfoltan, hseigel
|
2019-04-16 10:01:20 -04:00 |
|
Priya Lakshmi Muthuswamy
|
2b048e0808
|
8222395: Refactor the abstract classes of package and module index writer
Reviewed-by: hannesw
|
2019-04-16 17:56:53 +05:30 |
|
Patrick Zhang
|
b9a4ede307
|
8222334: java -Xss0 triggers StackOverflowError
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
|
2019-04-16 11:00:48 +00:00 |
|
Richard Reingruber
|
ced9f6cb77
|
8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays
Reviewed-by: mdoerr, lucy
|
2019-04-16 08:51:01 +02:00 |
|
Henry Jen
|
da6f620059
|
Merge
|
2019-04-15 18:24:37 -07:00 |
|
Jinke Fan
|
7abe899912
|
8222387: Out-of-bounds access to CPU _family_id_xxx array
Reviewed-by: dholmes, kvn
|
2019-04-14 21:40:07 +00:00 |
|
Weijun Wang
|
6f032ffbb5
|
8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
Reviewed-by: xuelei
|
2019-04-14 10:22:56 +08:00 |
|
Ekaterina Pavlova
|
894027aec4
|
8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
Reviewed-by: iignatyev
|
2019-04-12 14:13:31 -07:00 |
|
Zhengyu Gu
|
f37ec83209
|
8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor
Reviewed-by: rkennke
|
2019-04-12 16:30:19 -04:00 |
|
Mikhailo Seledtsov
|
66c817134f
|
8222299: [TESTBUG] move hotspot container tests to hotspot/containers
Moved the tests, updated relevant files
Reviewed-by: dholmes, iignatyev
|
2019-04-12 12:26:29 -07:00 |
|
Zhengyu Gu
|
dcc0a38e8a
|
8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead
Reviewed-by: shade
|
2019-04-12 09:55:30 -04:00 |
|
Coleen Phillimore
|
cebdd53c0f
|
8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
Replace IRT entry points with JRT.
Reviewed-by: lfoltan, dcubed
|
2019-04-12 09:30:17 -04:00 |
|
Zhengyu Gu
|
96545959e8
|
8222188: Shenandoah: Adjust Shenandoah work gang types
Reviewed-by: shade, rkennke
|
2019-04-12 07:51:47 -04:00 |
|
Weijun Wang
|
15aae2f622
|
8180573: Refactor sun/security/tools shell tests to plain java tests
Reviewed-by: rhalade, valeriep
|
2019-04-12 13:35:23 +08:00 |
|
Sergei Tsypanov
|
9d979eaf56
|
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
Reviewed-by: darcy
|
2019-04-11 22:56:11 -04:00 |
|