Re: Review request: JDK-7162111 TEST_BUG: change tests run in headless mode [macosx] (open part)

2012-11-22 Thread Alan Bateman
On 22/11/2012 07:38, Alexey Utkin wrote: : I take in account the AWT problem on Mac OS: in ssh session due to compatibility reason AWT switches to X11 toolkit if DISPLAY variable is defined. But Mac OS implementation of X11 toolkit has a deadlock/linkage problems. In JDK8 the X11 toolkit

Re: Review request: JDK-7162111 TEST_BUG: change tests run in headless mode [macosx] (open part)

2012-11-22 Thread Alexey Utkin
On 22.11.2012 12:41, Alan Bateman wrote: On 22/11/2012 07:38, Alexey Utkin wrote: : I take in account the AWT problem on Mac OS: in ssh session due to compatibility reason AWT switches to X11 toolkit if DISPLAY variable is defined. But Mac OS implementation of X11 toolkit has a

Request for review: 7173494: some jdk tests are not run in test/Makefile

2012-11-22 Thread Rob McKenna
Hi folks, Looking to backport these changes to the test makefiles to jdk7. As per Alans original mail: This one is a small clean-up of the test targets defined in jdk/test/Makefile. The union of the tests executed by each of the make targets should be the entire test suite but this isn't

Request for Review: 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion

2012-11-22 Thread Rob McKenna
Hi folks, Looking for a review for the webrev below, which also resolves: 7175692: (process) Process.exec should use posix_spawn [macosx] For additional context and a brief description it would be well worth looking at the following thread started by Michael McMahon, who did the brunt of the

Canonical path for /ssss/../../ ?

2012-11-22 Thread Weijun Wang
I've seen something weird on Linux: new File(//../).getCanonicalFile()' = / new File(//../../).getCanonicalFile()' = /.. new File(//../../../).getCanonicalFile()' = / new File(//../../../../).getCanonicalFile()' = /.. and new