Leonid Mesnik
|
7f05f6f7c7
|
8307307: Improve ProcessTools.java to don't try to run Virtual wrapper for incompatible processes
Reviewed-by: alanb
|
2023-05-09 18:06:40 +00:00 |
|
Leonid Mesnik
|
3aff5eacbd
|
8307486: ProcessTools.java should wait until vthread is completed before checking exceptions
Reviewed-by: dholmes, alanb
|
2023-05-09 16:36:21 +00:00 |
|
Weijun Wang
|
b5922c3b86
|
8305846: Support compilation in Proc test utility
Reviewed-by: valeriep
|
2023-05-05 20:03:11 +00:00 |
|
Matias Saavedra Silva
|
27764e6035
|
8306583: Add JVM crash check in CDSTestUtils.executeAndLog
Reviewed-by: iklam, ccheung
|
2023-05-05 18:06:19 +00:00 |
|
Leonid Mesnik
|
64ac9a05e8
|
8306946: jdk/test/lib/process/ProcessToolsStartProcessTest.java fails with "wrong number of lines in OutputAnalyzer output"
Reviewed-by: dholmes
|
2023-05-04 01:10:54 +00:00 |
|
Leonid Mesnik
|
2e340e855b
|
8233725: ProcessTools.startProcess() has output issues when using an OutputAnalyzer at the same time
Reviewed-by: cjplummer, sspitsyn
|
2023-04-26 14:53:33 +00:00 |
|
Ioi Lam
|
723037a79d
|
8298048: Combine CDS archive heap into a single block
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: matsaave, tschatzl
|
2023-04-21 15:29:45 +00:00 |
|
Markus Grönlund
|
5c95bb1c51
|
8257967: JFR: Events for loaded agents
Reviewed-by: dholmes, sspitsyn
|
2023-04-17 10:25:36 +00:00 |
|
Alan Bateman
|
2586f36120
|
8304919: Implementation of Virtual Threads
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
|
2023-04-11 05:49:54 +00:00 |
|
Matias Saavedra Silva
|
ce10460e94
|
8274166: Some CDS tests ignore -Dtest.cds.runtime.options
Reviewed-by: dholmes, iklam, aturbanov
|
2023-04-06 13:59:08 +00:00 |
|
Serguei Spitsyn
|
a1a9ec6e46
|
8297286: runtime/vthread tests crashing after JDK-8296324
Reviewed-by: lmesnik, pchilanomate, cjplummer
|
2023-04-04 00:46:43 +00:00 |
|
Matias Saavedra Silva
|
3fbbfd1749
|
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
|
2023-03-28 19:50:38 +00:00 |
|
Mandy Chung
|
622f239448
|
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
Reviewed-by: jpai, alanb
|
2023-03-20 17:30:24 +00:00 |
|
Daniel Jeliński
|
450567031e
|
8304174: Remove delays from httpserver tests
Reviewed-by: jpai, dfuchs
|
2023-03-20 09:31:33 +00:00 |
|
Leonid Mesnik
|
8d2ebf248e
|
8303697: ProcessTools doesn't print last line of process output
Reviewed-by: dholmes, stuefe
|
2023-03-17 13:45:41 +00:00 |
|
Eirik Bjorsnos
|
c313e1ac7b
|
8303922: build-test-lib target is broken
Reviewed-by: erikj, jwaters
|
2023-03-11 18:44:47 +00:00 |
|
Matias Saavedra Silva
|
206661d45f
|
8281941: Change CDS warning messages to use Unified Logging
Reviewed-by: dholmes, ccheung
|
2023-03-10 17:11:48 +00:00 |
|
Pavel Rappo
|
45a616a891
|
8303480: Miscellaneous fixes to mostly invisible doc comments
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
|
2023-03-07 15:31:42 +00:00 |
|
Leonid Mesnik
|
ae8730fd62
|
8303486: [REDO] Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Reviewed-by: dholmes
|
2023-03-06 15:32:01 +00:00 |
|
Afshin Zafari
|
ff364c1906
|
8301622: ProcessTools.java compilation gets ThreadDeath deprecation warning
Reviewed-by: dholmes, alanb
|
2023-03-03 13:16:43 +00:00 |
|
Leonid Mesnik
|
3aeefbf1de
|
8303421: [BACKOUT] 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Reviewed-by: dholmes
|
2023-03-01 05:21:45 +00:00 |
|
Leonid Mesnik
|
1fdaf252b6
|
8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Reviewed-by: dholmes, rriggs
|
2023-03-01 00:50:35 +00:00 |
|
Mandy Chung
|
c8cc7b67db
|
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Reviewed-by: rriggs
|
2023-02-09 00:38:08 +00:00 |
|
Matthew Donovan
|
3361a26df4
|
8298874: Update TestAllSuites.java for TLS v1.2 and 1.3
Reviewed-by: rhalade
|
2023-02-01 17:20:24 +00:00 |
|
Severin Gehwolf
|
3c61d5aa48
|
8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values
Reviewed-by: mbaesken
|
2023-01-25 10:24:33 +00:00 |
|
Matias Saavedra Silva
|
77f2d20e96
|
8287873: Add test for using -XX:+AutoCreateSharedArchive with different JDK versions
Reviewed-by: iklam
|
2023-01-20 00:55:28 +00:00 |
|
Ashutosh Mehra
|
be64bf8cf0
|
8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
Reviewed-by: iklam, ccheung
|
2023-01-05 16:09:28 +00:00 |
|
Jesper Wilhelmsson
|
df1caf9081
|
Merge
|
2023-01-04 16:03:09 +00:00 |
|
Kim Barrett
|
b743519ba9
|
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
Reviewed-by: iwalulya, tschatzl
|
2023-01-04 03:28:31 +00:00 |
|
Ioi Lam
|
6ccee83958
|
8292206: TestCgroupMetrics.java fails as getMemoryUsage() is lower than expected
Reviewed-by: dholmes, sgehwolf
|
2022-12-22 20:50:20 +00:00 |
|
Xue-Lei Andrew Fan
|
f56285c361
|
8299146: No copyright statement on ArtifactResolverException.java
Reviewed-by: erikj
|
2022-12-21 01:47:50 +00:00 |
|
Chris Plummer
|
781a2e0b2d
|
8298343: "Could not confirm if TargetJDK is hardened." warning for SA tests on macosx-aarch64-debug
Reviewed-by: amenkov, kevinw
|
2022-12-12 18:29:58 +00:00 |
|
Stefan Johansson
|
3b8c7ef8e7
|
8157023: Integrate NMT with JFR
Reviewed-by: stuefe, mgronlun, egahlin
|
2022-12-07 18:43:42 +00:00 |
|
Mark Powers
|
79d163d499
|
8293412: Remove unnecessary java.security.egd overrides
Reviewed-by: xuelei, djelinski
|
2022-12-06 20:36:50 +00:00 |
|
Yude Lin
|
f5ad515db0
|
8297247: Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
Reviewed-by: tschatzl, ayang
|
2022-12-06 07:16:27 +00:00 |
|
Stefan Johansson
|
eea1a8a95e
|
8297427: Avoid keeping class loaders alive when executing ClassLoaderStatsVMOperation
Reviewed-by: eosterlund, stefank
|
2022-12-01 10:30:14 +00:00 |
|
Jaikiran Pai
|
0ce182723b
|
8294321: Fix typos in files under test/jdk/java, test/jdk/jdk, test/jdk/jni
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: alanb, lancea, dfuchs
|
2022-11-30 00:37:31 +00:00 |
|
Weijun Wang
|
2deb318c9f
|
8297065: DerOutputStream operations should not throw IOExceptions
Reviewed-by: mullan, valeriep
|
2022-11-29 12:57:46 +00:00 |
|
Matias Saavedra Silva
|
a249a52501
|
8296754: AutoCreateSharedArchive in JDK 20 is not compatible with JDK 19
Reviewed-by: ccheung, iklam, erikj
|
2022-11-28 15:26:27 +00:00 |
|
Serguei Spitsyn
|
e661c5a3d0
|
8296323: JVMTI can_support_virtual_threads not available for agents loaded into running VM
Reviewed-by: alanb, rrich
|
2022-11-22 23:43:15 +00:00 |
|
Erik Gahlin
|
87b809a2cb
|
8296229: JFR: jfr tool should print unsigned values correctly
Reviewed-by: coffeys, mgronlun
|
2022-11-11 14:55:41 +00:00 |
|
Sean Coffey
|
102b2b32fe
|
8292033: Move jdk.X509Certificate event logic to JCA layer
Reviewed-by: mullan
|
2022-11-09 21:46:56 +00:00 |
|
Bill Huang
|
cc8bf95046
|
8296718: Refactor bootstrap Test Common Functionalities to test/lib/Utils
Reviewed-by: sspitsyn, kevinw
|
2022-11-09 19:02:50 +00:00 |
|
Ioi Lam
|
8f6c048911
|
8296337: CDS SharedArchiveConsistency tests fail after JDK-8296157
Reviewed-by: ccheung
|
2022-11-03 22:30:28 +00:00 |
|
Calvin Cheung
|
427f50624f
|
8279366: CDS should allow alternative locations for JAR files in classpath
Reviewed-by: iklam, coleenp
|
2022-10-25 17:52:18 +00:00 |
|
Kevin Walls
|
9051dded84
|
8294993: LingeredApp test update
Reviewed-by: cjplummer, amenkov
|
2022-10-25 11:44:39 +00:00 |
|
Jaikiran Pai
|
8b010e014c
|
8030616: sun/management/jmxremote/bootstrap/RmiBootstrapTest fails intermittently with cannot find a free port
Reviewed-by: sspitsyn, msheppar
|
2022-10-21 08:29:09 +00:00 |
|
Alex Menkov
|
6240431b38
|
8295697: Resolve conflicts between serviceability/jvmti and nsk/jvmti shared code
Reviewed-by: lmesnik, sspitsyn, cjplummer
|
2022-10-20 23:41:54 +00:00 |
|
Erik Gahlin
|
ecfb6bce5a
|
8295419: JFR: Change name of jdk.JitRestart
Reviewed-by: mgronlun
|
2022-10-18 21:43:06 +00:00 |
|
Sean Coffey
|
8c40b7dc8c
|
8292177: InitialSecurityProperty JFR event
Reviewed-by: mullan
|
2022-10-18 11:41:07 +00:00 |
|
Bill Huang
|
ac1941425b
|
8294994: Update Jarsigner and Keytool i18n tests to validate i18n compliance
Reviewed-by: naoto
|
2022-10-12 22:17:19 +00:00 |
|
Alan Bateman
|
1fda8421b9
|
8291429: java/lang/Thread/virtual/ThreadAPI.java timed out on single core system
Reviewed-by: sspitsyn, cjplummer
|
2022-10-07 08:14:43 +00:00 |
|
Matias Saavedra Silva
|
f888aa953c
|
8293061: Combine CDSOptions and AppCDSOptions test utility classes
Reviewed-by: dholmes, iklam, ccheung
|
2022-10-06 15:03:24 +00:00 |
|
Chris Plummer
|
76f1865124
|
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
Reviewed-by: sspitsyn, kevinw
|
2022-09-28 20:35:33 +00:00 |
|
Sean Coffey
|
bc2af47e1e
|
8254711: Add java.security.Provider.getService JFR Event
Reviewed-by: mullan, valeriep, jpai
|
2022-09-22 13:53:15 +00:00 |
|
Sangheon Kim
|
14eb5ad0dc
|
8291753: Add JFR event for GC CPU Time
Reviewed-by: tschatzl, ayang
|
2022-09-08 18:20:03 +00:00 |
|
Erik Österlund
|
054c23f484
|
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
|
2022-08-25 09:48:55 +00:00 |
|
Aleksey Shipilev
|
e81210f5fe
|
8292352: 32-bit Windows build failures after JDK-8290059
Reviewed-by: stuefe
|
2022-08-17 13:25:02 +00:00 |
|
Coleen Phillimore
|
b7d2bde8e3
|
8291733: Remove JFR events that expose hashtable
Reviewed-by: egahlin
|
2022-08-03 13:06:53 +00:00 |
|
Jorn Vernee
|
54a2c5a6d1
|
8290059: Do not use std::thread in panama tests
Reviewed-by: mcimadamore, stuefe, erikj
|
2022-07-28 14:53:26 +00:00 |
|
Matthias Baesken
|
dfbc6919e1
|
8289524: Add JFR JIT restart event
Reviewed-by: kvn, lucy
|
2022-07-19 07:07:41 +00:00 |
|
Coleen Phillimore
|
0c1aa2bc8a
|
8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded"
Reviewed-by: lmesnik, hseigel
|
2022-07-11 15:34:17 +00:00 |
|
Coleen Phillimore
|
0c37008917
|
8275662: remove test/lib/sun/hotspot
Reviewed-by: mseledtsov, sspitsyn, lmesnik
|
2022-07-11 13:07:03 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Xue-Lei Andrew Fan
|
82a8bd7e92
|
8287596: Reorg jdk.test.lib.util.ForceGC
Reviewed-by: rriggs
|
2022-07-06 14:23:44 +00:00 |
|
Thomas Schatzl
|
834189527e
|
8289739: Add G1 specific GC breakpoints for testing
Reviewed-by: kbarrett, iwalulya
|
2022-07-06 09:39:25 +00:00 |
|
Leonid Mesnik
|
4cdb97893c
|
8289098: clean up ported serviceability/jvmti tests
Reviewed-by: kevinw, sspitsyn
|
2022-06-24 18:13:23 +00:00 |
|
Roger Riggs
|
fdc8455c45
|
8288495: [test] Make OutputAnalyzer exception more informative
Reviewed-by: lmesnik, naoto, jpai, dholmes
|
2022-06-24 13:46:32 +00:00 |
|
Matthias Baesken
|
444a0d98ac
|
8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist
Reviewed-by: sgehwolf, mdoerr
|
2022-06-15 06:39:23 +00:00 |
|
Mandy Chung
|
a50b06e851
|
8287867: Bad merge of jdk/test/lib/util/ForceGC.java causing test compilation error
Reviewed-by: dcubed
|
2022-06-06 22:33:18 +00:00 |
|
Calvin Cheung
|
124ba45fb8
|
8287101: CDS should check for file truncation for all regions
Reviewed-by: iklam, coleenp
|
2022-06-06 21:56:01 +00:00 |
|
Mandy Chung
|
2e332c2760
|
8287671: Adjust ForceGC to invoke System::gc fewer times for negative case
Reviewed-by: rriggs, bchristi, xuelei
|
2022-06-06 21:11:37 +00:00 |
|
Xue-Lei Andrew Fan
|
28c112fcf0
|
8287685: [BACKOUT] JDK-8287384 Speed up jdk.test.lib.util.ForceGC
Reviewed-by: dcubed
|
2022-06-03 15:47:19 +00:00 |
|
Ioi Lam
|
67ecd30327
|
8287398: Allow concurrent execution of hotspot docker tests
Reviewed-by: shade, mseledtsov, sgehwolf
|
2022-06-01 15:51:47 +00:00 |
|
Xue-Lei Andrew Fan
|
d5b6c7bde1
|
8287384: Speed up jdk.test.lib.util.ForceGC
Reviewed-by: rriggs, bchristi, dfuchs, mchung
|
2022-05-31 17:44:54 +00:00 |
|
Ioi Lam
|
ec97da93c1
|
8287352: DockerTestUtils::execute shows incorrect elapsed time
Reviewed-by: stuefe, mseledtsov
|
2022-05-27 04:32:05 +00:00 |
|
Alexey Ivanov
|
9b7e42c0f0
|
8284209: Replace remaining usages of 'a the' in source code
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
|
2022-05-24 20:08:11 +00:00 |
|
Alexey Ivanov
|
e0d361cea9
|
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
|
2022-05-24 11:25:13 +00:00 |
|
Alan Bateman
|
15f15830f0
|
8287008: Improve tests for thread dumps in JSON format
Reviewed-by: cjplummer
|
2022-05-24 06:20:53 +00:00 |
|
Calvin Cheung
|
087bccfe28
|
8286978: SIGBUS in libz during CDS initialization
Reviewed-by: iklam
|
2022-05-20 17:51:47 +00:00 |
|
Sibabrata Sahoo
|
dbda0e2bda
|
8286969: Add a new test library API to execute kinit in SecurityTools.java
Reviewed-by: rhalade, weijun
|
2022-05-19 06:05:57 +00:00 |
|
Erik Gahlin
|
ac7e019232
|
8286925: Move JSON parser used in JFR tests to test library
Reviewed-by: mgronlun, alanb
|
2022-05-18 15:07:29 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Matthias Baesken
|
9d2f591e6a
|
8285987: executing shell scripts without #! fails on Alpine linux
Reviewed-by: mdoerr, goetz
|
2022-05-05 12:45:32 +00:00 |
|
Sibabrata Sahoo
|
0462d5a252
|
8285452: Add a new test library API to replace a file content using FileUtils.java
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: weijun, dfuchs
|
2022-05-04 06:56:16 +00:00 |
|
Xue-Lei Andrew Fan
|
ffca23a531
|
8284490: Remove finalizer method in java.security.jgss
Reviewed-by: rriggs, dfuchs, weijun
|
2022-05-03 14:14:09 +00:00 |
|
Stuart Marks
|
b2c33f0f86
|
8282120: optimal capacity tests and test library need to be cleaned up
Reviewed-by: naoto
|
2022-04-20 18:43:54 +00:00 |
|
Weijun Wang
|
9ce2d75d0b
|
8278449: Improve keychain support
Reviewed-by: ahgross, rhalade, mullan
|
2022-04-19 22:18:33 +00:00 |
|
Fei Yang
|
5905b02c0e
|
8276799: Implementation of JEP 422: Linux/RISC-V Port
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
|
2022-03-24 09:22:46 +00:00 |
|
Ioi Lam
|
de4f04cb71
|
8253495: CDS generates non-deterministic output
Reviewed-by: erikj, kbarrett, ccheung, ihse
|
2022-03-16 03:12:48 +00:00 |
|
Weijun Wang
|
fc918a73d0
|
8281234: The -protected option is not always checked in keytool and jarsigner
Reviewed-by: hchao, mullan
|
2022-03-02 14:07:26 +00:00 |
|
Aleksey Shipilev
|
847a99b53d
|
8281822: Test failures on non-DTrace builds due to incomplete DTrace* flags handling
Reviewed-by: dholmes, kvn
|
2022-02-16 20:08:27 +00:00 |
|
Mahendra Chhipa
|
0f3d3ac32c
|
8061729: Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs
Reviewed-by: dfuchs
|
2022-02-16 16:43:15 +00:00 |
|
Leo Korinth
|
2604a88fbb
|
8281585: Remove unused imports under test/lib and jtreg/gc
Reviewed-by: dholmes, sspitsyn
|
2022-02-14 12:05:16 +00:00 |
|
Alex Menkov
|
86c24b319e
|
8240908: RetransformClass does not know about MethodParameters attribute
Reviewed-by: cjplummer, sspitsyn
|
2022-02-03 15:51:16 +00:00 |
|
Kevin Walls
|
63a00a0df2
|
8272777: Clean up remaining AccessController warnings in test library
Reviewed-by: rriggs, sspitsyn
|
2022-02-03 10:10:45 +00:00 |
|
Chris Plummer
|
16e0ad0ad0
|
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
Reviewed-by: dholmes, kevinw
|
2022-01-26 18:06:05 +00:00 |
|
Erik Gahlin
|
7acc4c7dfe
|
8280058: JFR: StreamUtils::getJfrRepository(Process) should print stdout and stderr
Reviewed-by: mgronlun
|
2022-01-18 17:14:42 +00:00 |
|
Yumin Qi
|
1228b2f1f8
|
8261455: Automatically generate the CDS archive if necessary
Reviewed-by: iklam, ccheung
|
2022-01-13 00:23:05 +00:00 |
|
Yumin Qi
|
a6903f806a
|
8279018: CRC calculation in CDS should not include _version and _head_size
Reviewed-by: iklam, ccheung
|
2021-12-22 16:14:59 +00:00 |
|
Jesper Wilhelmsson
|
803cb8a768
|
Merge
|
2021-12-21 21:58:05 +00:00 |
|
Erik Gahlin
|
fffa73c1ef
|
8269425: 2 jdk/jfr/api/consumer/streaming tests failed to attach
Reviewed-by: mgronlun
|
2021-12-17 09:49:44 +00:00 |
|
Weijun Wang
|
1f1db838ab
|
8278186: org.jcp.xml.dsig.internal.dom.Utils.parseIdFromSameDocumentURI throws StringIndexOutOfBoundsException when calling substring method
Reviewed-by: mullan
|
2021-12-15 17:00:55 +00:00 |
|
Chris Plummer
|
54c9a99663
|
8278643: CoreUtils.getCoreFileLocation() should print out the size of the core file found
Reviewed-by: amenkov, lmesnik, sspitsyn
|
2021-12-15 01:25:53 +00:00 |
|
Roger Riggs
|
03f647f4bb
|
8278028: [test-library] Warnings cleanup of the test library
Reviewed-by: dfuchs, mchung, naoto, lancea, lmesnik
|
2021-12-14 19:54:54 +00:00 |
|
Michael McMahon
|
bc31ccc95b
|
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
Reviewed-by: dfuchs
|
2021-12-09 17:38:49 +00:00 |
|
Zhengyu Gu
|
5a036ace01
|
8277990: NMT: Remove NMT shutdown capability
Reviewed-by: stuefe, shade
|
2021-12-07 17:42:08 +00:00 |
|
Volker Simonis
|
40fef2311c
|
8275908: Record null_check traps for calls and array_check traps in the interpreter
Reviewed-by: chagedorn, mdoerr
|
2021-11-26 16:21:15 +00:00 |
|
Ioi Lam
|
a77d8ddf11
|
8276787: Improve warning messages for -XX:+RecordDynamicDumpInfo
Reviewed-by: ccheung, stuefe
|
2021-11-16 21:03:33 +00:00 |
|
Aleksei Efimov
|
2ca4ff87b7
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
|
2021-11-11 14:33:58 +00:00 |
|
Ioi Lam
|
8747882e4c
|
8276790: Rename GenericCDSFileMapHeader::_base_archive_path_offset
Reviewed-by: dholmes, ccheung
|
2021-11-09 07:18:06 +00:00 |
|
Yumin Qi
|
603bba282a
|
8271420: Extend CDS custom loader support to Windows platform
Reviewed-by: iklam, ccheung
|
2021-11-03 23:16:15 +00:00 |
|
Severin Gehwolf
|
9971a2cab3
|
8275735: [linux] Remove deprecated Metrics api (kernel memory limit)
Reviewed-by: hseigel, mchung
|
2021-11-02 10:39:41 +00:00 |
|
Alex Menkov
|
5bbc8d3cb2
|
8274621: NullPointerException because listenAddress[0] is null
Reviewed-by: sspitsyn, lmesnik, cjplummer
|
2021-10-29 21:38:24 +00:00 |
|
Markus Grönlund
|
72a976ef05
|
8266936: Add a finalization JFR event
Reviewed-by: coleenp, mchung, egahlin
|
2021-10-18 16:52:36 +00:00 |
|
Yumin Qi
|
8de77634c4
|
8273152: Refactor CDS FileMapHeader loading code
Reviewed-by: ccheung, iklam
|
2021-10-07 21:33:32 +00:00 |
|
Lin Zang
|
340c715c3b
|
8273929: Remove GzipRandomAccess in heap dump test
Reviewed-by: cjplummer, sspitsyn
|
2021-10-07 11:57:18 +00:00 |
|
Lin Zang
|
a74c099d67
|
8252842: Extend jmap to support parallel heap dump
Reviewed-by: rschmelter, cjplummer
|
2021-09-23 07:00:06 +00:00 |
|
Sean Mullan
|
6d91a3eb7b
|
8269039: Disable SHA-1 Signed JARs
Reviewed-by: weijun
|
2021-09-21 13:45:47 +00:00 |
|
Thejasvi Voniadka
|
a5108a605e
|
8273646: Add openssl from path variable also in to Default System Openssl Path in OpensslArtifactFetcher
Reviewed-by: weijun
|
2021-09-21 09:01:09 +00:00 |
|
Ioi Lam
|
b98290444a
|
8271073: Improve testing with VM option VerifyArchivedFields
Reviewed-by: ccheung, minqi
|
2021-09-16 23:26:55 +00:00 |
|
Yumin Qi
|
9c5441c9c4
|
8271569: Clean up the use of CDS constants and field offsets
Reviewed-by: iklam, dholmes
|
2021-09-16 17:56:07 +00:00 |
|
Aleksey Shipilev
|
46af82e5b0
|
8273804: Platform.isTieredSupported should handle the no-compiler case
Reviewed-by: dholmes
|
2021-09-16 07:52:24 +00:00 |
|
Aleksey Shipilev
|
2d13fb21af
|
8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
Reviewed-by: dholmes
|
2021-09-16 07:51:17 +00:00 |
|
Aleksey Shipilev
|
8fbcc8239a
|
8273494: Zero: Put libjvm.so into "zero" folder, not "server"
Reviewed-by: ihse, sgehwolf
|
2021-09-15 08:56:53 +00:00 |
|
Mikhailo Seledtsov
|
7c26ddb575
|
8195809: [TESTBUG] jps and jcmd -l support for containers is not tested
Reviewed-by: hseigel, kevinw
|
2021-09-13 17:36:23 +00:00 |
|
Ioi Lam
|
922e86f4ff
|
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
Reviewed-by: minqi, ccheung, mseledtsov
|
2021-09-10 22:45:26 +00:00 |
|
Aleksey Shipilev
|
8c16f485b3
|
8273487: Zero: Handle "zero" variant in runtime tests
Reviewed-by: alanb, dholmes
|
2021-09-09 08:07:00 +00:00 |
|
Yumin Qi
|
d414a88d88
|
8273240: Dynamic test ArchiveConsistency.java should use CDSArchiveUtils
Reviewed-by: iklam
|
2021-09-03 20:36:48 +00:00 |
|
Ioi Lam
|
655ea6d42a
|
8270489: Support archived heap objects in EpsilonGC
Reviewed-by: shade, ccheung
|
2021-09-01 16:50:11 +00:00 |
|
Mikhailo Seledtsov
|
ec63957f9d
|
8272398: Update DockerTestUtils.buildJdkDockerImage()
Reviewed-by: iignatyev, hseigel
|
2021-08-17 23:22:44 +00:00 |
|
Abdul Kolarkunnu
|
a199ebc017
|
8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182
Reviewed-by: weijun
|
2021-08-17 16:54:32 +00:00 |
|
Abdul Kolarkunnu
|
ed57cf1cf3
|
8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java
Reviewed-by: hchao, ssahoo, xuelei, weijun
|
2021-08-17 12:12:22 +00:00 |
|
Ioi Lam
|
36e2ddad4d
|
8272348: Update CDS tests in anticipation of JDK-8270489
Reviewed-by: ccheung, minqi
|
2021-08-16 03:22:52 +00:00 |
|
Lin Zang
|
09ab86b40c
|
8269909: getStack method in hprof.parser.Reader should use try-with-resource
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2021-08-12 23:16:24 +00:00 |
|
Matthias Baesken
|
089e83bf1b
|
8266490: Extend the OSContainer API to support the pids controller of cgroups
Reviewed-by: sgehwolf, lucy
|
2021-08-10 07:40:21 +00:00 |
|
Jesper Wilhelmsson
|
c8add223a1
|
Merge
Reviewed-by: mikael
|
2021-08-03 01:01:25 +00:00 |
|
Yumin Qi
|
84f0231031
|
8271419: Refactor test code for modifying CDS archive contents
Reviewed-by: iklam, ccheung
|
2021-08-02 23:07:43 +00:00 |
|
Igor Ignatyev
|
ada58d13f7
|
8067223: [TESTBUG] Rename Whitebox API package
Reviewed-by: dholmes, kvn
|
2021-08-02 20:44:18 +00:00 |
|
Sean Mullan
|
fc80a6b493
|
8270946: X509CertImpl.getFingerprint should not return the empty String
Reviewed-by: weijun
|
2021-07-27 13:49:03 +00:00 |
|
Jesper Wilhelmsson
|
9935440ede
|
Merge
|
2021-07-23 01:41:14 +00:00 |
|
Patricio Chilano Mateo
|
e7f9009315
|
8270085: Suspend during block transition may deadlock if lock held
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: dcubed, dholmes, coleenp
|
2021-07-22 14:30:19 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Jesper Wilhelmsson
|
ec975c6a05
|
Merge
|
2021-07-10 01:23:18 +00:00 |
|
Mikhailo Seledtsov
|
46c610cbd8
|
8269840: Update Platform.isDefaultCDSArchiveSupported() to return true for aarch64 platforms
Reviewed-by: minqi, iklam
|
2021-07-09 01:55:33 +00:00 |
|
Lin Zang
|
4fbcce119b
|
8269886: Inaccurate error message for compressed hprof test
Reviewed-by: dholmes, cjplummer
|
2021-07-08 06:30:24 +00:00 |
|
Alex Menkov
|
7a23c9cbb7
|
8260540: serviceability/jdwp/AllModulesCommandTest.java failed with "Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'"
Reviewed-by: sspitsyn, kevinw
|
2021-06-29 18:39:42 +00:00 |
|
Patricio Chilano Mateo
|
2fd7943ec1
|
8256425: Obsolete Biased Locking in JDK 18
Reviewed-by: kvn, dholmes, dcubed, rrich
|
2021-06-24 18:54:41 +00:00 |
|
miao zheng
|
2c29d790ca
|
8269206: A small typo in comment in test/lib/sun/hotspot/WhiteBox.java
Reviewed-by: dholmes
|
2021-06-23 08:51:35 +00:00 |
|
Paul Sandoz
|
091bc4a1a6
|
8268353: Test libsvml.so is and is not present in jdk image
Reviewed-by: sviswanathan, jiefu
|
2021-06-17 14:55:18 +00:00 |
|