Roger Riggs
8bdadcb9dc
8160151: java/lang/ProcessBuilder/Zombies.java failed with error "1 zombies!"
...
Reviewed-by: dfuchs
2016-08-03 12:55:44 -04:00
Amy Lu
a80a380ddb
8161347: Mark java/lang/ProcessBuilder/Zombies.java as intermittently failing
...
Reviewed-by: rriggs
2016-07-18 13:13:52 +08:00
Roger Riggs
1e4ea02a07
8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies
...
Reviewed-by: martin
2016-07-06 10:33:17 -04:00
Roger Riggs
2fce52789b
8155808: Process.getInputStream().skip() method is faulty
...
For Process input streams, implement skip as read
Reviewed-by: prappo, dfuchs
2016-06-17 15:57:28 -04:00
Chris Hegarty
25b68378f6
8153737: Unsupported Module
...
Reviewed-by: alanb, mchung, psandoz
2016-04-09 20:12:13 +01:00
Goetz Lindenmaier
32687876fa
8149529: Adapt SAP copyrights to new company name in jdk repository
...
Reviewed-by: simonis, chegar
2016-01-27 10:35:49 +01:00
Roger Riggs
2714bdae50
8132394: (process) ProcessBuilder support for a pipeline of processes
...
Reviewed-by: psandoz, alanb
2015-11-13 15:48:59 -05:00
Roger Riggs
fe2786af5f
8138566: (Process) java.lang.Process.allChildren specification clarification
...
8140213: Process/ProcessHandle.onExit() spec need to be improved
8140250: (process) Process.info description is inaccurate
Rename to descendants() and clarify
Reviewed-by: psandoz
2015-11-09 11:02:07 -05:00
Roger Riggs
4e7617c040
8132541: (process) ProcessBuilder support for redirection to discard output
...
Add redirect to NUL or /dev/null depending on the OS
Reviewed-by: chegar, martin
2015-09-23 11:18:34 -04:00
Martin Buchholz
a2f0fe3c94
8136583: Core libraries should use blessed modifier order
...
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
2015-09-15 21:56:04 -07:00
Roger Riggs
afb73945a3
8067808: java/lang/ProcessBuilder/Basic.java failed on Assertion
...
Change to use javaChild reporting its pid not portable
Reviewed-by: igerasim
2015-06-03 18:18:05 -04:00
Roger Riggs
103d99baf1
8077350: JEP 102 Process API Updates Implementation
...
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb
2015-05-29 14:04:12 -04:00
Mandy Chung
53a97cbeb3
8081347: Add @modules to jdk_core tests
...
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: alanb, joehw, lancea
2015-05-28 10:54:48 -07:00
Roger Riggs
a056457b52
8067796: (process) Process.waitFor(timeout, unit) doesn't throw NPE if timeout is less than, or equal to zero when unit == null
...
Implement checking for NPE in Process implementation before other conditions
Reviewed-by: martin, chegar
2015-03-23 10:13:32 -04:00
Roger Riggs
367a429ff4
8058464: (process spec) ProcessBuilder.redirectXXX throws unspecified NPE
...
Add a class level spec for null arguments throwing NPE in ProcessBuilder
Reviewed-by: martin, alanb
2015-03-10 16:44:45 -04:00
Johannes Scheerer
b856eeaa98
8072611: (process) ProcessBuilder redirecting output to file should work with long file names (win)
...
Reviewed-by: rriggs, simonis
2015-02-10 10:44:38 +01:00
Alejandro Murillo
9c766e26d8
Merge
2015-01-27 10:11:23 -08:00
Roger Riggs
aa6b19f38e
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
...
Simplify source files for Unix Process implementation
Reviewed-by: plevart, chegar
2015-01-26 10:55:27 -05:00
Paul Sandoz
083d9a2b61
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: dholmes, coleenp
2015-01-15 11:18:14 +01:00
Jan Lahoda
56d2ce25a9
8065998: Avoid use of _ as a one-character identifier
...
Reviewed-by: alanb, chegar, darcy
2014-12-02 15:12:40 +01:00
Roger Riggs
4401923a82
8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
...
Reviewed-by: martin
2014-11-13 12:29:54 -05:00
Evgeniya Stepanova
cd181f5b09
8055393: [Testbug] Some tests are being executed and fail under profiles
...
Reviewed-by: mchung, dholmes
2014-08-21 22:07:14 -07:00
Rob McKenna
063b7f5dc9
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
...
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Ivan Gerasimov
a9f575446d
8037866: Replace the Fun class in tests with lambdas
...
Reviewed-by: martin
2014-06-02 19:49:57 +04:00
Roger Riggs
20e26966e1
8003488: (process) Provide Process.getPid()
...
Add Process.getPid
Reviewed-by: alanb, martin, igerasim
2014-05-27 16:05:04 -04:00
Peter Levart
f7d1a7975b
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
...
Reviewed-by: alanb, rriggs, martin
2014-05-12 17:34:29 +02:00
Ivan Gerasimov
d3271335ad
8034262: Test java/lang/ProcessBuilder/CloseRace.java fails
...
Reviewed-by: martin, dholmes
2014-03-12 21:45:20 +04:00
Ivan Gerasimov
592907e7f2
8027348: (process) Enhancement of handling async close of ProcessInputStream
...
Reviewed-by: martin
2014-01-30 00:02:46 +04:00
Vladimir Kozlov
57b7b831ae
Merge
2014-01-28 14:57:41 -08:00
Vladimir Kozlov
71ac207668
Merge
2013-12-12 11:04:11 -08:00
Roger Riggs
fa4d687935
8031961: (process) java/lang/ProcessBuilder/Basic.java uses "cp -p" which is inefficient
...
Replace invocation of /bin/cp with NIO Files.copy
Reviewed-by: martin, alanb
2014-01-16 10:33:07 -05:00
Vladimir Kozlov
75284b677e
Merge
2013-12-05 15:10:36 -08:00
Martin Buchholz
3bca43355b
8029629: java/lang/ProcessBuilder/Basic.java fails intermittently
...
Improved test for Thread.interrupt
Reviewed-by: martin, rriggs
2013-12-05 15:49:53 -05:00
Roger Riggs
efe46c73dd
8029525: java/lang/ProcessBuilder/Basic.java fails intermittently
...
Reviewed-by: alanb, chegar
2013-12-05 16:19:06 +00:00
Jonathan Lu
780a13433f
8024854: PPC64: Basic changes and files to build the class library on AIX
...
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Co-authored-by: Thomas Stuefe <thomas.stuefe@sap.com>
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art
2013-11-26 16:40:31 +01:00
Martin Buchholz
6c4294c2d9
6703075: (process) java/lang/ProcessBuilder/Basic.java fails with fastdebug
...
Reviewed-by: alanb
2013-11-21 16:06:05 +00:00
Rob McKenna
49efd68082
8022206: Intermittent test failures in java/lang/ProcessBuilder/Basic.java
...
Reviewed-by: chegar, alanb
2013-11-19 15:36:59 +00:00
Balchandra Vaidya
5cdc23a99c
8028094: TEST_BUG: java/lang/ProcessBuilder/Basic.java leaves "sleep 6666" processes behind
...
Reviewed-by: chegar
2013-11-19 15:31:33 +00:00
Pavel Punegov
fd2c7a3743
8024660: TEST_BUG: java/lang/ProcessBuilder/*IOHandle.java leaving hotspot.log open in fastdebug builds
...
Reviewed-by: alanb
2013-10-18 16:28:35 +01:00
Ivan Gerasimov
06571ae862
8023130: (process) ProcessBuilder#inheritIO does not work on Windows
...
Reviewed-by: alanb, martin
2013-09-23 04:05:42 +01:00
Rob McKenna
c6247493d0
5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
...
Reviewed-by: alanb, dholmes, martin, erikj, coffeys
2013-08-13 19:10:54 +01:00
Alexey Utkin
ae9638f154
7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever
...
Reviewed-by: alanb, robm, martin
2013-08-08 09:16:16 +04:00
Rob McKenna
bdca3e8f8c
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
...
Reviewed-by: alanb, martin, dholmes
2013-01-15 19:58:22 +00:00
Rob McKenna
2dca3dc06b
8000817: Reinstate accidentally removed sleep() from ProcessBuilder/Basic.java
...
Reviewed-by: alanb, martin
2012-10-15 03:26:11 +01:00
Rob McKenna
7b940bac40
7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
...
Reviewed-by: alanb, martin, dholmes
2012-10-11 18:24:38 +01:00
Rob McKenna
e81dadf112
7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896
...
Reviewed-by: dholmes, alanb
2012-08-20 14:52:12 +01:00
Rob McKenna
54ddaf5ab7
4244896: (process) Provide System.getPid(), System.killProcess(String pid)
...
Reviewed-by: alanb
2012-06-26 13:27:26 +01:00
Alan Bateman
519dc0c3f9
7174723: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing [win]
...
Reviewed-by: mduigou
2012-06-07 18:42:47 +01:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00