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 set_doing_safe_acce

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 "

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

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 t