[PATCH] JDK-8155102: Process.toString could include pid, isAlive, exitStatus

2016-05-08 Thread Andrey Dyachkov
Hello, I have added toString() method in Process.java. diff --git a/src/java.base/share/classes/java/lang/Process.java b/src/java.base/share/classes/java/lang/Process.java --- a/src/java.base/share/classes/java/lang/Process.java +++ b/src/java.base/share/classes/java/lang/Process.java @@ -548,5 +

Re: RFR 8147984: WindowsTerminal should support function keys

2016-05-08 Thread Jan Lahoda
Thanks - I've included both links and pushed. Jan On 4.5.2016 16:12, Florent Guillaume wrote: On Wed, May 4, 2016 at 3:29 PM, Jan Lahoda wrote: On 3.5.2016 14:58, Florent Guillaume wrote: http://www.x.org/docs/xterm/ctlseqs.pdf is probably a more canonical reference. It seems that this ver

Proposed patch: further wrapping of FileInputStream's native method

2016-05-08 Thread Chan, Sunny
Previously in JDK-8054720, a number of native methods has been wrapped in order to allow instrumentation. We would like to propose to wrap a number of other methods (available(), skip()) so that we can perform further instrumentation. I have atta

RFR (JAXP) JDK-8156513: Problem list javax/xml/jaxp/unittest/stream/FactoryFindTest.java

2016-05-08 Thread Amy Lu
javax/xml/jaxp/unittest/stream/FactoryFindTest.java This jaxp test creates and may left over file under testing jdk (jdk/lib/stax.properties) and other tests being affected. (JDK-8156508) This patch is to add this test to ProblemList.txt until mentioned issue resolved. bug: https://bugs.openj