Erik Gahlin
dd8dbb66eb
8223066: "jfr metadata" output the @Name annotation twice
...
Co-authored-by: Chihiro Ito <chiroito107@gmail.com>
Reviewed-by: mgronlun, egahlin
2020-02-25 20:45:29 +01:00
Severin Gehwolf
53ee0c4963
8239559: Cgroups: Incorrect detection logic on some systems
...
Adjust heuristic with cgroup mounts according to mountinfo
Reviewed-by: bobv, mbaesken
2020-02-20 20:56:49 +01:00
Ichiroh Takiguchi
1b92518389
8235834: IBM-943 charset encoder needs updating
...
Apply 34B003AF.RPMAP130 definition into encoder
Reviewed-by: naoto
2020-02-25 22:47:11 +09:00
Aleksey Shipilev
98e0a704d4
8239904: Shenandoah: accumulated penalties should not be over 100% of capacity
...
Reviewed-by: rkennke
2020-02-25 12:35:29 +01:00
Magnus Ihse Bursie
7d5652f14a
8239794: Move -Os from JVM feature 'minimal' to new feature 'opt-size'
...
Reviewed-by: erikj, dholmes
2020-02-25 09:46:12 +01:00
Magnus Ihse Bursie
00e009d729
8239789: Follow-up on JVM feature rewrite
...
Reviewed-by: erikj, pliden, egahlin
2020-02-25 09:41:47 +01:00
Magnus Ihse Bursie
d7a0206262
8239860: Add support for testing the configure script
...
Reviewed-by: erikj
2020-02-25 09:37:59 +01:00
Jie Fu
ca838e68c9
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
...
Reviewed-by: thartmann
2020-02-25 16:22:12 +08:00
Fairoz Matte
956e20ed16
8239557: [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
...
Reviewed-by: dholmes, mseledtsov
2020-02-24 23:44:29 -05:00
Jie Fu
5a7b5863f0
8239886: Minimal VM build fails after JDK-8237499
...
Reviewed-by: dholmes
2020-02-25 10:34:33 +08:00
Chihiro Ito
9c35471ae0
8219904: ClassCastException when calling FlightRecorderMXBean#getRecordings()
...
Reviewed-by: egahlin, mseledtsov
2020-02-25 03:28:31 +01:00
Denghui Dong
52d7a61e8d
8237499: JFR: Include stack trace in the ThreadStart event
...
Reviewed-by: egahlin
2020-02-24 23:24:14 +01:00
Naoto Sato
8493812702
8239520
: ValueRange.of(long, long, long) does not throw IAE on invalid inputs
...
Reviewed-by: rriggs
2020-02-24 14:16:20 -08:00
Naoto Sato
c30f84536e
8239837: Typo in source code of ZoneOffsetTransitionRule leaking to Javadocs
...
Reviewed-by: lancea
2020-02-24 12:20:30 -08:00
Igor Ignatyev
c4059c667d
8238943: switch to jtreg 5.0
...
Reviewed-by: erikj, jjg, joehw
2020-02-24 11:50:18 -08:00
Aleksey Shipilev
649a4d0613
8239492: [x86] Turn MacroAssembler::verify_oop into macro recording file and line
...
Reviewed-by: rrich, vlivanov, pliden
2020-02-24 18:30:02 +01:00
Aleksey Shipilev
8167fe956f
8239868: Shenandoah: ditch C2 node limit adjustments
...
Reviewed-by: rkennke
2020-02-24 18:30:00 +01:00
Daniel Fuchs
f7c819a72d
8239052: java/net/httpclient/whitebox/SSLEchoTubeTestDriver.java failed with BufferUnderflowException against TLSv1.3
...
The test assumed that ByteBuffer would be split at long boundaries. This is obviously not always the case. A carry has been added to support reading a long split over several buffers.
Reviewed-by: chegar
2020-02-24 17:19:32 +00:00
Erik Gahlin
965e330cb4
8239793: 'jfr' tool should hide hidden frames
...
Reviewed-by: mgronlun, mseledtsov
2020-02-24 17:23:18 +01:00
Erik Gahlin
266446f316
8239585: JFR: Native events should support empty payloads
...
Reviewed-by: mgronlun
2020-02-24 17:10:01 +01:00
Hannes Wallnöfer
bb7344d919
8232438: Remove ?is-external=true from external links
...
Reviewed-by: prappo
2020-02-24 16:42:22 +01:00
Erik Österlund
ccdde49728
8234160: Enable optimized mitigation for Intel jcc erratum in C2
...
Reviewed-by: thartmann, vlivanov, pliden
2020-02-24 14:37:30 +00:00
Erik Gahlin
0f21211e15
8239581: Improve javadoc example for @jdk.jfr.Category
...
Reviewed-by: mgronlun, mseledtsov
2020-02-24 15:03:28 +01:00
Richard Reingruber
bc87e7829e
8239449: [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
...
Reviewed-by: dholmes, jiangli
2020-02-24 14:25:35 +01:00
Per Lidén
a9207420c5
8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
...
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: stefank, pliden, ysuenaga
2020-02-24 13:52:07 +01:00
Jan Lahoda
acd2d32913
8239536: Can't use java.util.List
object after importing java.awt.List
...
Using full qualified names for synthetic types; ensuring the user is warned when a variable becomes undefined due to a dependency change.
Reviewed-by: rfield
2020-02-24 11:43:04 +01:00
Richard Reingruber
4f20fa5246
8239854: Non-PCH gtest build fails after JDK-8239235 due to a missing include
...
Reviewed-by: shade, mdoerr
2020-02-24 12:04:37 +01:00
Nils Eliasson
38a57e8bed
8238723: yank_alloc_node must remove membar
...
Reviewed-by: vlivanov, thartmann, roland
2020-02-24 11:31:07 +01:00
Per Lidén
aab0ce5f1c
8239533: ZGC: Make the ZProactive flag non-diagnostic
...
Reviewed-by: eosterlund, stefank
2020-02-24 11:01:51 +01:00
Claes Redestad
289513cc2b
8239235: Examine SignatureStream performance after consolidation
...
Reviewed-by: lfoltan, coleenp
2020-02-24 10:20:35 +01:00
Matthias Baesken
3f140fafab
8239457: call ReleaseStringUTFChars before early returns in Java_sun_security_pkcs11_wrapper_PKCS11_connect
...
Reviewed-by: alanb, clanger
2020-02-19 13:37:07 +01:00
David Holmes
bd028945bd
8238988: Rename thread "in stack" methods and add in_stack_range
...
Reviewed-by: coleenp, dcubed
2020-02-23 22:35:59 -05:00
Weijun Wang
533649b8ca
8237218: Support NIST Curves verification in java implementation
...
Reviewed-by: ascarpino
2020-02-22 08:10:21 +08:00
Mikhailo Seledtsov
2596e83a34
8223217: [TESTBUG] Create JFR tests with JMX across container boundary
...
Created a new test for JFR over JMX across container boundary
Reviewed-by: egahlin, lmesnik
2020-02-21 13:01:20 -08:00
Magnus Ihse Bursie
63f939636a
8239708: Split basics.m4 into basic.m4 and util.m4
...
Reviewed-by: erikj
2020-02-21 18:37:10 +01:00
Christoph Langer
92b26333a4
8239556: (zipfs) remove ExistingChannelCloser facility in zipfs implementation
...
Reviewed-by: lancea
2020-02-21 16:39:07 +00:00
Lutz Schmidt
6c0e3aeacd
8239456: vtable stub generation: assert failure (code size estimate)
...
Reviewed-by: thartmann
2020-02-21 15:14:09 +01:00
Ao Qi
305fe226dc
8239424: [TESTBUG] compiler/whitebox/OSRFailureLevel4Test.java failed when TieredCompilation is disabled
...
Skip test if TieredCompilation is not available.
Reviewed-by: thartmann
2020-02-19 12:10:45 +08:00
Ao Qi
eef02376bd
8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
...
Skip test if C1 is not available.
Reviewed-by: thartmann, xliu
2020-02-19 12:09:25 +08:00
Ivan Walulya
976473690b
8216975: Using ForceNUMA does not disable adaptive sizing with parallel gc
...
Reviewed-by: kbarrett, tschatzl, lkorinth
2020-02-21 10:56:30 +01:00
Matthias Baesken
5275d6e2d9
8238947: tools/jpackage tests fail with old rpmbuild versions
...
Reviewed-by: clanger, asemenyuk
2020-02-20 14:01:10 +01:00
Matthias Baesken
ed94c0af10
8239537: cgroup MetricsTester testMemorySubsystem fails sometimes when testing memory.kmem.tcp.usage_in_bytes
...
Reviewed-by: mseledtsov
2020-02-20 11:09:09 +01:00
Magnus Ihse Bursie
da39778d42
8239566: gtest/GTestWrapper.java fails due to "libstlport.so.1: open failed: No such file or directory"
...
Reviewed-by: redestad
2020-02-21 10:23:51 +01:00
Per Lidén
35db376986
8239503: FieldLayout/OldLayoutCheck.java fails due to "RuntimeException: Misplaced int field: expected 24 to equal 12"
...
Don't run the test with ZGC.
Reviewed-by: dcubed, coleenp, dholmes
2020-02-20 23:07:02 -05:00
Sean Mullan
fb37c54630
8238560: Cleanup and consolidate algorithms in the jdk.tls.legacyAlgorithms security property
...
Reviewed-by: xuelei
2020-02-20 16:36:38 -05:00
Daniel Fuchs
f40220f578
8238990: java/net/httpclient/HandshakeFailureTest.java failed against TLSv1.3 on Windows
...
The SSLTube and SSLFlowDelegate are improved to wrap any non-SSL exception that occur during the handshake in an SSLHandshakeException.
Reviewed-by: chegar
2020-02-20 20:04:15 +00:00
Igor Veresov
23458bf4c5
8238355: Update Graal
...
Reviewed-by: kvn
2020-02-20 10:11:07 -08:00
Roger Riggs
2d93a28447
8232622: Technical debt in BadAttributeValueExpException
...
Reviewed-by: dfuchs, sspitsyn
2020-02-20 10:03:05 -05:00
Coleen Phillimore
b4ffe4d8f7
8239461: Use jcod rather than jar files in runtime tests
...
Reviewed-by: hseigel, lmesnik, dholmes
2020-02-20 07:25:14 -05:00
Claes Redestad
58a5910393
8239347: Refactor Symbol to make _length a standalone field again
...
Reviewed-by: iklam, coleenp
2020-02-20 13:18:30 +01:00