Re: toRealPath throws InternalError: Should not get here on Windows (paths with junctions)

2016-04-05 Thread Rory O'Donnell
maybe it's a glitch in my system somewhere. Sorry for the noise. Dawid On Tue, Mar 15, 2016 at 1:56 PM, Rory O'Donnell <rory.odonn...@oracle.com> wrote: Hi Dawid, I will update bug. Rgds,Rory On 15/03/2016 12:53, Dawid Weiss wrote: This must be more complicated than I thought because the

Re: JDK 9 build 109 -> Lucene's Ant build works again; still missing Hotspot patches

2016-03-20 Thread Rory O'Donnell
pot issues). On the issues the "resolved in" field contains "team". What does this mean? Uwe - Uwe Schindler uschind...@apache.org ASF Member, Apache Lucene PMC / Committer Bremen, Germany http://lucene.apache.org/ -- Rgds,Rory O'Donnell Quality Engineering Manager Oracle EMEA , Dublin, Ireland

Re: JDK 9 build 109 -> Lucene's Ant build works again; still missing Hotspot patches

2016-03-19 Thread Rory O'Donnell
[mailto:mandy.ch...@oracle.com] Sent: Thursday, March 17, 2016 7:36 PM To: Remi Forax <fo...@univ-mlv.fr> Cc: Mandy Chung <mandy.ch...@oracle.com>; Uwe Schindler <uschind...@apache.org>; Rory O'Donnell <rory.odonn...@oracle.com>; core-libs-dev <core-libs-dev@openjdk.j

Re: toRealPath throws InternalError: Should not get here on Windows (paths with junctions)

2016-03-15 Thread Rory O'Donnell
.fs.WindowsNativeDispatcher.GetFinalPathNameByHandle(Native Method) There are a number of win32 functions that this code uses GetProcAddress to get their address in kernel32. This dates back to when we had to support Windows XP. This should be cleaned up now. Doesn't explain why you are seeing though, c

Re: toRealPath throws InternalError: Should not get here on Windows (paths with junctions)

2016-03-15 Thread Rory O'Donnell
Should not get here at sun.nio.fs.WindowsNativeDispatcher.GetFinalPathNameByHandle(Native Method) There are a number of win32 functions that this code uses GetProcAddress to get their address in kernel32. This dates back to when we had to support Windows XP. This should be cleaned up now. Doesn't explain why you are seeing though, can you submit a bug?