Benjamin Peterson

Results 102 comments of Benjamin Peterson

> This issue has the "oca" label so we cannot engage, sorry. Ah, sorry. I only asked because I saw a colleague of yours helping out with OCA verification over...

> Are you the submitter of JDK-8348828? Yes, I am. > Asking because the configuration described seems very unusual and sounds like something that changed the JDK image so the...

Going back to the reproducer in my OP on JBS: ``` > mv .\jdk-24\bin\jimage.dll rando > New-Item -Path .\jdk-24\bin\jimage.dll -ItemType SymbolicLink -Value .\rando > \jdk-24\bin\javac ``` During JVM startup, `NativeImageBuffer`...

> > > New-Item -Path .\jdk-24\bin\jimage.dll -ItemType SymbolicLink -Value .\rando > > What if instead this were the following > > ``` > > New-Item -Path .\jdk-24\bin\jimage.dll -ItemType SymbolicLink -Value...

> > > > At this point, the path to load will be `$PWD\rando` due to symlink resolution. > > > > > > > > > Which is in...

> > You might be correct. We'll see what @AlanBateman and others have to say about it. > > I'm still puzzled as to why the DLLs have been moved...

@AlanBateman any further feedback here?

/touch Any thoughts on the approach we landed on now?

macOS can be quite flaky