RE: RFR 8124977 cmdline encoding challenges on Windows

2015-08-05 Thread Kirk Shoop
-Original Message- From: Xueming Shen [mailto:xueming.s...@oracle.com] Sent: Monday, July 20, 2015 11:50 AM On 07/20/2015 10:22 AM, Kirk Shoop wrote: So when default system locale differs from the active one, we have different behavior on Linux and Windows. The new options allow

RE: RFR 8124977 cmdline encoding challenges on Windows

2015-07-20 Thread Kirk Shoop
and the calling one, and if so is it ok to leave the test as is: shell script + Java class? It appears easier to read and modify. Kirk and Valery -Original Message- From: Kumar Srinivasan [mailto:kumar.x.sriniva...@oracle.com] Sent: Tuesday, July 14, 2015 6:33 AM To: Kirk Shoop Cc: core

RE: RFR 8124977 cmdline encoding challenges on Windows

2015-07-08 Thread Kirk Shoop
-Original Message- From: Kumar Srinivasan [mailto:kumar.x.sriniva...@oracle.com] Hi Kirk, Thanks for proposing this change. If you notice all the posix calls are wrapped in JLI_* this gives us the ability to use W functions. I almost got it done, several years ago, but we

RE: RFR 8124977 cmdline encoding challenges on Windows

2015-06-23 Thread Kirk Shoop (MS OPEN TECH)
From: Martin Buchholz [mailto:marti...@google.com] default unicode charset is a bizarre concept to me.  Do windows users really have a regular charset and a unicode charset?  If they do, we probably want to keep that concept out of the public non-Windows API somehow.  Also, the W API is

RE: RFR 8124977 cmdline encoding challenges on Windows

2015-06-23 Thread Kirk Shoop (MS OPEN TECH)
-Original Message- From: Anthony Vanelverdinghe [mailto:anthony.vanelverdin...@gmail.com] Sent: Tuesday, June 23, 2015 12:12 PM I would like to be able to associate file types with a Java program [1]. Currently, the Java program doesn't receive the argument (i.e. the path to the

RFR 6415680 handle windows EXCEPTION_IN_PAGE_ERROR just as SIGBUS is handled

2015-06-23 Thread Kirk Shoop (MS OPEN TECH)
Hi, webrev http://cr.openjdk.java.net/~kshoop/6415680/ bug: https://bugs.openjdk.java.net/browse/JDK-6415680 The changes for unix to handle SIGBUS need matching work for Windows EXCEPTION_IN_PAGE_ERROR This change uses handler_for_unsafe_access for in-page errors while

RFR 8124977 cmdline encoding challenges on Windows

2015-06-22 Thread Kirk Shoop (MS OPEN TECH)
Hi, Issue: https://bugs.openjdk.java.net/browse/JDK-8124977 Webrev: http://cr.openjdk.java.net/~kshoop/8124977/ This webrev intends to address interaction between Windows console and java apps. Two switches were added that change the behavior of the launcher. The defaults do not change