LittleEndian in DataInputStream

2015-08-19 Thread Sergey Bylokhov
Hello, Does anybody know, do we plan to add LittleEndian support to the DataInputStream or probably to some other InputStream? -- Best regards, Sergey.

[9] Review request JDK-8131667: JAX-WS Plugability Layer: using java.util.ServiceLoader

2015-08-19 Thread Miroslav Kos
Hi everybody, I am sending changes for review. CCC: http://ccc.us.oracle.com/8131667 JBS: https://bugs.openjdk.java.net/browse/JDK-8131667 webrev: http://cr.openjdk.java.net/~mkos/8131667/jaxws.01/ It's about migrating to standard java.util.ServiceLoader. This part of service discovery was

RFR/RFA (8u-dev) 8133253: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profile

2015-08-19 Thread Ivan Gerasimov
Hi! The test FieldSetAccessibleTest.java fails when testing with compact3 even after fixing JDK-8080524. The reason is that the test tries to access classes which are only available in full jdk. The proposed fix is to include the test in the corresponding group in TEST.groups file. Would

Documentation nit for JDK-8023862

2015-08-19 Thread Ben Horstman
According to JDK-8023862, system property java.rmi.server.disableHttp is true in Java 8 (i.e., proxy is disabled by default). However, the java.rmi properties page still lists the value as false: http://docs.oracle.com/javase/8/docs/technotes/guides/rmi/javarmiproperties.html . I think that

Unneeded size/fstat system call in sun.nio.ch.FileChannelImpl#transferTo for linux?

2015-08-19 Thread Adrian
Hello, I was looking at FileChannelImpl#transferTo, and noticed there were always two system calls - fstat and sendfile. Looking the source code (e.g.

Reponse to bug report (spurious ConcurrentModificationException in ArrayList)

2015-08-19 Thread Cyrille Artho
Dear all, I'd like to write a response to my bug report at https://bugs.openjdk.java.net/browse/JDK-8114832 but I didn't get an OpenJDK login when I submitted the report. In this particular case, it should be noted that my test was minimal. If one has at least one element in the list before the

Re: RFR/RFA (8u-dev) 8133253: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profile

2015-08-19 Thread Rob McKenna
Approved pending positive codrereview. -Rob On 19/08/15 15:57, Ivan Gerasimov wrote: Hi! The test FieldSetAccessibleTest.java fails when testing with compact3 even after fixing JDK-8080524. The reason is that the test tries to access classes which are only available in full jdk. The

Re: Reponse to bug report (spurious ConcurrentModificationException in ArrayList)

2015-08-19 Thread David Holmes
Hi, I've added the information below to the bug report for you. David On 11/08/2015 2:13 PM, Cyrille Artho wrote: Dear all, I'd like to write a response to my bug report at https://bugs.openjdk.java.net/browse/JDK-8114832 but I didn't get an OpenJDK login when I submitted the report. In this

Re: Unneeded size/fstat system call in sun.nio.ch.FileChannelImpl#transferTo for linux?

2015-08-19 Thread David Holmes
Redirecting to NIO-dev david On 16/08/2015 3:27 AM, Adrian wrote: Hello, I was looking at FileChannelImpl#transferTo, and noticed there were always two system calls - fstat and sendfile. Looking the source code (e.g.

Re: RFR/RFA (8u-dev) 8133253: [TESTBUG] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java fails on compact profile

2015-08-19 Thread David Holmes
On 20/08/2015 12:57 AM, Ivan Gerasimov wrote: Hi! The test FieldSetAccessibleTest.java fails when testing with compact3 even after fixing JDK-8080524. Why wasn't that determined at the time? The reason is that the test tries to access classes which are only available in full jdk. The