Weijun Wang
ae32136711
8221801: Update src/java.base/share/legal/public_suffix.md
...
Reviewed-by: xuelei
2019-04-02 11:05:08 +08:00
Weijun Wang
e0f37c15e4
8157404: Unable to read certain PKCS12 keystores from SequenceInputStream
...
Reviewed-by: xuelei
2019-04-02 10:17:30 +08:00
Ao Qi
460c22f03d
8221763: Build fails when using --with-jvm-features=-g1gc,-jfr,-shenandoahgc
...
Add missing #include of softRefPolicy.hpp
Reviewed-by: kbarrett
2019-04-02 00:23:31 +08:00
Xue-Lei Andrew Fan
2eb8492163
8168261: Use server cipher suites preference by default
...
Reviewed-by: mullan
2019-04-01 16:50:17 -07:00
Brian Burkhalter
07991d3f2d
8218418: (fs) Files.createSymbolicLink should use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win)
...
Reviewed-by: alanb
2019-04-01 15:59:45 -07:00
Sangheon Kim
4494be3b5f
8221517: G1: Reserved page size for heap can be wrong
...
Reviewed-by: tschatzl, kbarrett
2019-04-01 14:54:48 -07:00
Christian Tornqvist
9910128b44
8212627: [TESTBUG] runtime/CreateMirror/ArraysNewInstanceBug.java timed out
...
Reviewed-by: coleenp, dcubed, hseigel
2019-04-01 14:34:24 -07:00
Kim Barrett
757e6ecfec
8220671: Initialization race for non-JavaThread PtrQueues
...
Include on_thread_(attach|detach) under NJTList_lock.
Reviewed-by: pliden, rkennke
2019-04-01 17:11:38 -04:00
Erik Joelsson
22c61a5981
8221703: Rmic build for java.management.api has bad incremental behavior
...
Reviewed-by: tbell
2019-04-01 11:02:40 -07:00
Stefan Karlsson
cb58cddccb
8221558: Remove obsolete uses of OopStorage::ParState<'false, false> _par_state
...
Reviewed-by: pliden, tschatzl
2019-04-01 18:36:12 +02:00
Stefan Karlsson
2480e3aa18
8221149: os::malloc checks MallocCatchPtr outside of ifdef ASSERT block
...
Reviewed-by: stuefe, dholmes
2019-04-01 18:36:01 +02:00
Stefan Karlsson
31ac44b710
8221146: ZGC: Reports too much relocated
...
Reviewed-by: pliden, eosterlund
2019-04-01 18:34:47 +02:00
Stefan Karlsson
abb2d67803
8220610: Make CollectedHeap nmethod functions pure virtual
...
Reviewed-by: shade
2019-04-01 18:34:39 +02:00
Naoto Sato
0b2e2ca9bd
8174268: Declare a public field in JapaneseEra for the era starting May 2019
...
Reviewed-by: rriggs, chegar
2019-04-01 08:21:45 -07:00
Naoto Sato
2a510a6353
8205432: Replace the placeholder Japanese era name
...
Reviewed-by: rriggs, chegar
2019-04-01 08:19:21 -07:00
Hannes Wallnöfer
2cc859d380
8221366: Search box tries to search for "Search"
...
Reviewed-by: jjg
2019-04-01 16:51:09 +02:00
Hannes Wallnöfer
8954e2b37d
8219733: Restore javadoc header styles
...
Reviewed-by: jjg
2019-04-01 16:49:34 +02:00
Roman Kennke
9e18ef0679
8221750: Shenandoah: Enable ThreadLocalHandshake by default
...
Reviewed-by: shade
2019-04-01 16:30:23 +02:00
Coleen Phillimore
246544eeb7
8221183: Avoid code cache walk in MetadataOnStackMark
...
Note nmethods with "old" Methods in them in table to walk instead.
Reviewed-by: eosterlund, sspitsyn
2019-04-01 09:53:30 -04:00
Gary Adams
6dad89ceae
8221694: jstatLineCounts1 needs to be NaN resilient
...
Reviewed-by: cjplummer, jcbeyler
2019-04-01 07:34:56 -04:00
Aleksey Shipilev
18c4faf2cf
8221735: Shenandoah fails ctw/modules/jdk_management_agent.java with Traversal
...
Reviewed-by: rkennke, roland
2019-04-01 13:33:58 +02:00
Aleksey Shipilev
2cf209bd92
8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
...
Reviewed-by: dholmes, stuefe, iklam
2019-04-01 10:04:22 +02:00
Aleksey Shipilev
7bfc1b1189
8221725: AArch64 build failures after JDK-8221408 (Windows 32bit build build errors/warnings in hotspot)
...
Reviewed-by: dholmes, stuefe
2019-04-01 10:02:07 +02:00
Priya Lakshmi Muthuswamy
2ace3e69e6
8215599: Remove support for javadoc "frames" mode
...
Reviewed-by: jjg
2019-04-01 12:44:23 +05:30
Nick Gasson
0eadf53694
8220707: [TESTBUG] serviceability/sa/TestHeapDumpForLargeArray.java fails with jtreg -vmoption:-Xmx < 8g
...
Reviewed-by: clanger, sballal, jcbeyler
2019-03-29 09:31:44 +00:00
Christoph Langer
0569496b69
8221610: Resurrect (legacy) JRE bundle target
...
Reviewed-by: erikj, azeller
2019-03-30 21:29:37 +01:00
Ioi Lam
22484b8c35
8221698: Remove redundant includes from popular header files
...
Removed histogram.hpp classLoader.hpp utf8.hpp moduleEntry.hpp packageEntry.hpp
Reviewed-by: coleenp, stuefe
2019-03-30 08:26:20 -07:00
Weijun Wang
61485b75a9
8221257: Improve serial number generation mechanism for keytool -gencert
...
Reviewed-by: xuelei, mullan
2019-03-30 16:32:23 +08:00
jiefu
d1926144eb
8221596: test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java failed with FileAlreadyExistsException
...
Using StandardCopyOption.REPLACE_EXISTING to copy whitebox.jar
Reviewed-by: dholmes, mseledtsov
2019-03-29 18:25:39 -07:00
Zhengyu Gu
3320a7ea1f
8221629: Shenandoah: Cleanup class unloading logic
...
Reviewed-by: rkennke
2019-03-28 13:53:41 -04:00
Zhengyu Gu
37c8c96916
8221643: Tighten up assert(_keep_alive >= 0) in CLD::inc_keep_alive
...
Reviewed-by: coleenp
2019-03-29 14:17:09 -04:00
Joe Wang
f8209fd612
8220254: fix headings in java.xml
...
Reviewed-by: lancea
2019-03-29 18:00:31 +00:00
Thomas Stuefe
be4416fdda
8221480: jcmd VM.metaspace shall print limits in basic mode
...
Reviewed-by: adinn, rehn
2019-03-26 16:26:33 +01:00
Ioi Lam
e2ffa15762
8221351: Crash in KlassFactory::check_shared_class_file_load_hook
...
Reviewed-by: dholmes, ccheung
2019-03-29 08:42:32 -07:00
Ron Shapiro
b6cdfa908f
8221118: Avoid eagerly creating JCDiagnostic for CompletionFailures
...
Reviewed-by: jjg, mcimadamore, forax
2019-03-29 07:38:34 -07:00
Zhengyu Gu
4255a28d8d
8221435
: Shenandoah should not mark through weak roots
...
Reviewed-by: rkennke, shade
2019-03-26 12:12:49 -04:00
Claes Redestad
cf334e7de5
8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
...
Reviewed-by: alanb
2019-03-29 15:59:28 +01:00
Zhengyu Gu
b51de3d73a
8221688: Quarantine Shenandoah string dedup tests
...
Reviewed-by: rkennke
2019-03-29 10:21:18 -04:00
Thomas Stuefe
02ed0e3e52
8221408: Windows 32bit build build errors/warnings in hotspot
...
Reviewed-by: kbarrett, dholmes
2019-03-29 08:36:33 +01:00
Ioi Lam
88db8649df
8221621: FindTests.gmk cannot handle "=" in TEST.groups comments
...
Reviewed-by: erikj, dholmes
2019-03-28 20:45:40 -07:00
Valerie Peng
e90036145a
8220016: Clean up redundant RSA services in the SunJSSE provider
...
Removed duplicated RSA signature/KF/KPG support in SunJSSE
Reviewed-by: xuelei
2019-03-29 00:39:49 +00:00
Liam Miller-Cushon
b0f6b1086a
8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
...
Reviewed-by: jjg
2019-03-26 16:09:33 -07:00
Per Lidén
793c71bf92
8221153: ZGC: Heap iteration and verification pollutes GC statistics
...
Reviewed-by: stefank, eosterlund
2019-03-28 19:43:59 +01:00
Per Lidén
7a623e6e46
8221540: ZGC: Reduce width of zForwardingEntry::from_index field
...
Reviewed-by: stefank, eosterlund
2019-03-28 19:43:59 +01:00
Per Lidén
53c904df4a
8221394: Clean up ConcurrentGCThread
...
Reviewed-by: kbarrett, eosterlund
2019-03-28 19:43:59 +01:00
Jesper Wilhelmsson
e664676423
8221341: Update Graal
...
Reviewed-by: kvn
2019-03-28 19:39:14 +01:00
Derek Thomson
7a4b473edd
8157372: C2: Node::cmp() should return bool
...
The method Node::cmp() should return a boolean
Reviewed-by: vlivanov, kvn
2019-03-28 11:06:00 -07:00
Erik Joelsson
caae145476
8205934: Define jdk -source/-target version in version-numbers file
...
Reviewed-by: tbell
2019-03-28 10:04:27 -07:00
Erik Joelsson
5031959c88
8220530: Build compare script does not compare the contents of the test image
...
Reviewed-by: tbell
2019-03-28 08:37:05 -07:00
Daniel Fuchs
47b9d898ab
8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
...
When a non WebSocket connection is not returned to the pool, it needs to be closed even if HttpConnection::isOpen yields false.
Reviewed-by: chegar, michaelm
2019-03-28 12:16:36 +00:00