Brian Burkhalter
0b9b82af03
8343039: Remove jdk.internal.misc.InternalLock and usages from java.io
...
Reviewed-by: liach, alanb
2024-11-15 16:11:34 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Axel Boldt-Christmas
821c514a13
8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
...
Reviewed-by: ihse, eosterlund, stefank, prr, cjplummer, dholmes
2024-10-30 11:05:07 +00:00
Jaikiran Pai
c9255f3f5d
8331514: Tests should not use the "Classpath" exception form of the legal header
...
Reviewed-by: dfuchs
2024-05-02 10:46:29 +00:00
Elif Aslan
cc1800fa4d
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
...
Reviewed-by: gli, shade, rriggs
2024-03-26 11:47:53 +00:00
Chad Rakoczy
a232e8fb4e
8325621: Improve jspawnhelper version checks
...
Reviewed-by: erikj, shade, rriggs, ihse
2024-03-14 13:26:03 +00:00
Elif Aslan
2627470946
8325567: jspawnhelper without args fails with segfault
...
Co-authored-by: Vladimir Petko <vpetko@openjdk.org>
Reviewed-by: eastigeevich, rriggs, shade, vpetko
2024-03-08 22:09:18 +00:00
Magnus Ihse Bursie
5c5a282f91
8325950: Make sure all files in the JDK pass jcheck
...
Reviewed-by: prr, wetmore, erikj, naoto
2024-02-19 16:13:34 +00:00
Roger Riggs
68110b7a82
8319574: Exec/process tests should be marked as flagless
...
Reviewed-by: bpb, naoto, jpai
2023-11-09 16:21:42 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +00:00
Roger Riggs
1be355734d
8315721: CloseRace.java#id0 fails transiently on libgraal
...
Reviewed-by: lancea, jpai
2023-09-27 13:30:35 +00:00
Axel Boldt-Christmas
a0595761ef
8310187: Improve Generational ZGC jtreg testing
...
Reviewed-by: stefank, eosterlund, stuefe
2023-06-20 10:08:13 +00:00
Volker Simonis
39f6d807db
8307990: jspawnhelper must close its writing side of a pipe before reading from it
...
Reviewed-by: stuefe, rriggs
2023-06-01 10:56:31 +00:00
Stefan Karlsson
d20034b09c
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Erik Helin <ehelin@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Yadong Wang <yadongwang@openjdk.org>
Reviewed-by: eosterlund, aboldtch, rcastanedalo
2023-05-11 13:59:37 +00:00
Roger Riggs
b827ce8334
8298993: (process) java/lang/ProcessBuilder/UnblockSignals.java fails
...
Reviewed-by: bchristi
2023-04-27 20:36:40 +00:00
Roger Riggs
d063b8964f
8303392: Runtime.exec and ProcessBuilder.start should use System logger
...
Reviewed-by: stuefe, alanb, mullan
2023-03-29 17:32:46 +00:00
Ryan Ernst
50f9043c69
8297451: ProcessHandleImpl should assert privilege when modifying reaper thread
...
Reviewed-by: chegar, alanb
2022-11-26 20:04:59 +00:00
Roger Riggs
9c39932672
8294899: Process.waitFor() throws IllegalThreadStateException when a process on Windows returns an exit code of 259
...
Reviewed-by: alanb, jpai
2022-11-14 14:17:46 +00:00
Roger Riggs
5ae6bc23e8
8234262: Unmask SIGQUIT in a child process
...
Reviewed-by: bpb, dholmes, vtewari, stuefe, alanb
2022-09-26 15:55:22 +00:00
Roger Riggs
4e457acda0
8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
...
Reviewed-by: jpai, alanb
2022-08-26 19:06:29 +00:00
Roger Riggs
226b8e680a
8290885: java/lang/ProcessBuilder/PipelineLeaksFD.java fail: More or fewer pipes than expected
...
Reviewed-by: bpb, naoto, jpai
2022-08-01 13:44:21 +00:00
Roger Riggs
620c8a045f
8289643: File descriptor leak with ProcessBuilder.startPipeline
...
Reviewed-by: alanb, jpai, lancea
2022-07-21 18:57:23 +00:00
Matthias Baesken
a8edd7a12f
8289569: [test] java/lang/ProcessBuilder/Basic.java fails on Alpine/musl
...
Reviewed-by: clanger, alanb, stuefe
2022-07-04 08:56:35 +00:00
Ichiroh Takiguchi
890771e708
8285517: System.getenv() returns unexpected value if environment variable has non ASCII character
...
Reviewed-by: naoto, rriggs
2022-05-19 23:38:15 +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
Roger Riggs
897d6c0dc7
8282008: Incorrect handling of quoted arguments in ProcessBuilder
...
Reviewed-by: bchristi
2022-04-18 19:03:50 +00:00
Thomas Stuefe
9561b5e041
8284165: Add pid to process reaper thread name
...
Reviewed-by: rriggs
2022-04-05 03:39:39 +00:00
Roger Riggs
f0282d7def
8279488: ProcessBuilder inherits contextClassLoader when spawning a process reaper thread
...
Reviewed-by: alanb
2022-03-28 15:44:54 +00:00
Ichiroh Takiguchi
c5c6058fd5
8282219: jdk/java/lang/ProcessBuilder/Basic.java fails on AIX
...
Reviewed-by: rriggs
2022-02-26 03:33:29 +00:00
Roger Riggs
7e73bca0b7
8276408: Deprecate Runtime.exec methods with a single string command line argument
...
Reviewed-by: alanb
2021-11-08 16:39:07 +00:00
Roger Riggs
0a361638c5
8272600: (test) Use native "sleep" in Basic.java
...
Reviewed-by: iklam, dholmes
2021-09-22 13:55:19 +00:00
Roger Riggs
c812bbbe8f
8269929: (test) Add diagnostic info to ProceessBuilder/Basic.java for unexpected output
...
Reviewed-by: iris, bpb, naoto
2021-07-07 21:46:11 +00:00
Roger Riggs
81600dce24
8191441: (Process) add Readers and Writer access to java.lang.Process streams
...
Reviewed-by: naoto, alanb
2021-06-07 17:41:09 +00:00
Weijun Wang
640a2afda3
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
...
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
2021-05-24 16:55:55 +00:00
Roger Riggs
7b61a426e0
8265173: [test] divert spurious log output away from stream under test in ProcessBuilder Basic test
...
Reviewed-by: dholmes
2021-04-15 14:38:14 +00:00
Roger Riggs
0abbfb2fc5
8263729: [test] divert spurious output away from stream under test in ProcessBuilder Basic test
...
Reviewed-by: stuefe, iklam
2021-03-22 14:50:47 +00:00
Ivan Šipka
fb46d4e578
8259268: Refactor InheritIO shell test as java test
...
Reviewed-by: iignatyev, rriggs
2021-02-06 00:05:42 +00:00
Christoph Langer
93b6ab56ae
8256818: SSLSocket that is never bound or connected leaks socket resources
...
Reviewed-by: xuelei
2020-12-02 19:23:26 +00:00
Aleksei Voitylov
63009f90ec
8247589: Implementation of Alpine Linux/x64 Port
...
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org>
Co-authored-by: Alexander Scherbatiy <alexsch@openjdk.org>
Co-authored-by: Axel Siebenborn <asiebenborn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: alanb, erikj, dholmes
2020-10-13 09:35:58 +00:00
David Holmes
1b1c1cd7b9
8249940: Remove unnecessary includes of jni_util.h in native tests
...
Reviewed-by: iignatyev, mchung
2020-07-23 00:47:02 -04:00
Mikael Vidstedt
071bd521bc
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
...
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-20 17:33:37 -07:00
Adam Farley
2785fe5621
8239365: ProcessBuilder test modifications for AIX execution
...
Reviewed-by: rriggs, stuefe
2020-04-22 15:37:37 -04:00
Roger Riggs
fee69babbd
8240704: CheckHandles.java failed "AssertionError: Handle use increased by more than 10 percent."
...
Reviewed-by: dfuchs
2020-03-12 11:54:39 -04:00
Roger Riggs
375d0c1325
8239893: Windows handle Leak when starting processes using ProcessBuilder
...
Reviewed-by: bpb, naoto
2020-03-06 13:52:35 -05:00
Roger Riggs
3af3b5de61
8232135: Add diagnostic output to test java/util/ProcessBuilder/Basic.java
...
Reviewed-by: lancea
2019-10-11 13:14:33 -04:00
Vladimir Kozlov
c956e7ca8d
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
...
Tests should also check default policy
Reviewed-by: mchung, dfuchs, alanb, mullan
2019-06-21 13:04:14 -07:00
Roger Riggs
8ee8c48696
8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed
...
Reviewed-by: lancea, bpb, naoto
2019-06-06 10:03:22 -04:00
Roger Riggs
2ee8882fb9
8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely"
...
Reviewed-by: lancea, bchristi
2019-01-15 09:22:00 -05:00
Roger Riggs
eefbe6709f
8216134: (process) ProcessBuilder startPipeline does not hide piped streams
...
Reviewed-by: lancea, bchristi, sgroeger
2019-01-07 09:29:31 -05:00