[PATCH] Review Request for bug 7132247 java/rmi/registry/readTest/readTest.sh failing with Cygwin (original) (raw)
Eric Wang yiming.wang at oracle.com
Mon Aug 13 09:30:25 UTC 2012
- Previous message: hg: jdk8/tl/jdk: 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
- Next message: [PATCH] Review Request for bug 7132247 java/rmi/registry/readTest/readTest.sh failing with Cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Alan,
Please help to review the below fix for** bug 7132247 <http://monaco.us.oracle.com/detail.jsf?cr=7132247> java/rmi/registry/readTest/readTest.sh failing with Cygwin. http://dl.dropbox.com/u/90659131/fixes/7132247/webrev/index.html
Root cause of this bug is:
- CYGWIN doesn't handle "\" correctly, if say FS="\"; echo $FS, in cgywin, will print \\ which cause file not found.
- Java doesn't recognize CYGWIN style path like "/cygwin/d/...", should use cygpath to convert to Windows native path.
Thanks, Eric
- Previous message: hg: jdk8/tl/jdk: 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
- Next message: [PATCH] Review Request for bug 7132247 java/rmi/registry/readTest/readTest.sh failing with Cygwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]