Relates :
|
|
Relates :
|
It seems when JDK-8130150 was implemented, Windows paths were not implemented: https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2015-June/018364.html See: https://hg.openjdk.java.net/jdk/jdk/file/1fa1ec0e7048/src/hotspot/cpu/x86/stubGenerator_x86_64.cpp#l6563 https://hg.openjdk.java.net/jdk/jdk/file/1fa1ec0e7048/src/hotspot/share/opto/library_call.cpp#l5154 Need to consider implementing those to avoid surprises like these: https://twitter.com/shipilev/status/1251591040714387456
|