Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2017-05-09 Thread Guillermo Rodriguez Garcia
Still very busy? 2016-09-30 18:53 GMT+02:00 Andrew Hughes : > - Original Message - >> Hello. >> >> Any plans to process these bug reports? Some of these were first >> reported in Jan 2015 (and a solution was already proposed) >> > > Yes, I haven't forgotten, but as I say, I'm very busy wit

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-09-30 Thread Andrew Hughes
- Original Message - > Hello. > > Any plans to process these bug reports? Some of these were first > reported in Jan 2015 (and a solution was already proposed) > Yes, I haven't forgotten, but as I say, I'm very busy with OpenJDK and IcedTea as well. > Guillermo > > 2016-04-14 21:33 GMT

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-09-30 Thread Guillermo Rodriguez Garcia
Hello. Any plans to process these bug reports? Some of these were first reported in Jan 2015 (and a solution was already proposed) Guillermo 2016-04-14 21:33 GMT+02:00 Andrew Hughes : > > > - Original Message - >> 2016-04-14 12:45 GMT+02:00 Andrew Hughes : >> >> > >> > - Original Mes

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Andrew Hughes
- Original Message - > 2016-04-14 12:45 GMT+02:00 Andrew Hughes : > > > > > - Original Message - > > > Hello ? Anybody here ? > > > > > > > Yes, but very busy right now. > > > > I have created entries in the bug tracker for this bug and also for the > CPNIO_DSYNC problem and aut

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Guillermo Rodriguez Garcia
2016-04-14 12:45 GMT+02:00 Andrew Hughes : > > - Original Message - > > Hello ? Anybody here ? > > > > Yes, but very busy right now. > I have created entries in the bug tracker for this bug and also for the CPNIO_DSYNC problem and autoconf macros issue in 0.99, as all of them are still ou

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Andrew Hughes
- Original Message - > Hello ? Anybody here ? > Yes, but very busy right now. -- Andrew :) Senior Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) PGP Key: ed25519/35964222 (hkp://keys.gnupg.net) Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Guillermo Rodriguez Garcia
Hello ? Anybody here ? 2016-02-02 16:52 GMT+01:00 Guillermo Rodriguez Garcia < guille.rodrig...@gmail.com>: > Hello Andrew, > > Any chances this patch and the DecimalFormat one will be applied? It is > been > roughly one year since I first submitted the patches. > > Guillermo > > 2015-07-28 16:46

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-02-02 Thread Guillermo Rodriguez Garcia
Hello Andrew, Any chances this patch and the DecimalFormat one will be applied? It is been roughly one year since I first submitted the patches. Guillermo 2015-07-28 16:46 GMT+02:00 Andrew Hughes : > - Original Message - > > Hello, > > > > Don't want to bug you, but have you had the cha

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-07-28 Thread Andrew Hughes
- Original Message - > Hello, > > Don't want to bug you, but have you had the chance to look into this? > Hi Guillermo, Sorry, I've been busy with the OpenJDK security updates. I'll try and look into both this week. Thanks for your patience. > Guillermo > > 2015-01-29 18:16 GMT+01:00

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-07-28 Thread Guillermo Rodriguez Garcia
Hello, Don't want to bug you, but have you had the chance to look into this? Guillermo 2015-01-29 18:16 GMT+01:00 Andrew Hughes : > > > - Original Message - >> Hello. Any feedback? >> >> >> 2015-01-20 14:10 GMT+01:00 grodriguez : >> >> > The CPNIO_DSYNC flag was being ignored (only CPNIO

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-01-29 Thread Andrew Hughes
- Original Message - > Hello. Any feedback? > > > 2015-01-20 14:10 GMT+01:00 grodriguez : > > > The CPNIO_DSYNC flag was being ignored (only CPNIO_SYNC was honoured). > > This was breaking at least RandomFileAccess when open in "rwd" mode > > ("rws" would work as expected). > > > > ---

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-01-29 Thread Guillermo Rodriguez Garcia
Hello. Any feedback? 2015-01-20 14:10 GMT+01:00 grodriguez : > The CPNIO_DSYNC flag was being ignored (only CPNIO_SYNC was honoured). > This was breaking at least RandomFileAccess when open in "rwd" mode > ("rws" would work as expected). > > --- > native/jni/java-nio/gnu_java_nio_VMChannel.c |

[PATCH] Honour CPNIO_DSYNC flag if set.

2015-01-20 Thread grodriguez
The CPNIO_DSYNC flag was being ignored (only CPNIO_SYNC was honoured). This was breaking at least RandomFileAccess when open in "rwd" mode ("rws" would work as expected). --- native/jni/java-nio/gnu_java_nio_VMChannel.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/na