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
Alan Bateman
9c5193ff42
7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails
...
Reviewed-by: forax, mduigou
2011-08-18 16:47:20 +01:00
Michael McMahon
1b62e08853
7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
...
Reviewed-by: dholmes, alanb
2011-04-20 12:03:30 +01:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Michael McMahon
340701d021
7018606: (process) test/java/lang/ProcessBuilder/Basic.java failing intermittently (win)
...
Reviewed-by: alanb
2011-03-03 15:34:09 +00:00
Alan Bateman
4c2006a780
7021327: Changes for 7020888 included changes to other files in error
...
Reviewed-by: chegar
2011-02-22 14:28:13 +00:00
Alan Bateman
17cace4c58
7020888: (file) Miscellaneous and trivial clean-ups (typos and opportunities to use suppressed exceptions)
...
Reviewed-by: mduigou, chegar
2011-02-22 12:04:48 +00:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Alan Bateman
1550d01979
6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
...
Reviewed-by: ohair, chegar
2010-10-07 10:35:36 +01:00
Martin Buchholz
11cc8fa5e6
6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
...
Do exit status handling before trying to close streams
Reviewed-by: alanb, dholmes
2010-09-17 14:35:00 -07:00
Martin Buchholz
aff3ad21b8
6980747: Runtime.exec can fail due to SecurityException (lnx)
...
Add missing doPrivileged to UNIXProcess.java.linux
Reviewed-by: alanb
2010-08-28 12:15:52 -07:00
Martin Buchholz
45b78120fc
6944584: Improvements to subprocess handling on Unix
...
Use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
2010-06-11 18:55:45 -07:00
Lana Steuck
fd45b4188c
Merge
2010-05-28 12:10:14 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Kelly O'Hair
56131863a7
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
...
And adjustments to test problem list.
Reviewed-by: jjg
2010-05-12 21:35:55 -07:00
Xueming Shen
ec70851450
4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
...
To use CreateProcessW on Windowns platform
Reviewed-by: martin
2010-04-03 18:29:11 -07:00
Martin Buchholz
f22c848304
6850958: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
...
Test hotspot/jvmti fix 6850957 using ProcessBuilder test infrastructure
Reviewed-by: tbell, dholmes, alanb, ysr
2009-09-08 14:33:59 -07:00
Martin Buchholz
a5e977cf14
6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion
...
Use clone(CLONE_VM) on Linux; Reluctantly implement execvpe.
Reviewed-by: michaelm
2009-06-14 14:23:22 -07:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Martin Buchholz
abde1241e1
4960438: (process) Need IO redirection API for subprocesses
...
Reviewed-by: alanb, iris
2008-03-10 14:32:51 -07:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00