| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Pinging @mrnoname1000 to help review this and offer suggestions! |
Sorry, something went wrong.
…suffixes As discussed in jruby#9127 (comment) this isn't perfect; however gets closer to the internal compatibility matching the JVM seems to do when loading JSAs at https://github.com/openjdk/jdk21u/blob/3c0530fd5f9615941144d8ac89786ce699027b51/src/hotspot/share/cds/filemap.cpp#L1341-L1349 (JDK 21) Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
…A suffixes As discussed in jruby#9127 (comment) this isn't perfect; however gets closer to the internal compatibility matching the JVM seems to do when loading JSAs at https://github.com/openjdk/jdk21u/blob/3c0530fd5f9615941144d8ac89786ce699027b51/src/hotspot/share/cds/filemap.cpp#L1341-L1349 (JDK 21) Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
shellcheck treats the shell=dash designation as indication to only care about dash rules; however IntelliJ idea will still highlight it as an issue. We are probably better to only suppress the relevant rule. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
…release metadata Windows Temurin builds (for example) use CRLF in their `release` file; which breaks unquoting and thus the rest of the script. Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Proceeding with merge! Thank you! |
Sorry, something went wrong.
…A suffixes As discussed in jruby#9127 (comment) this isn't perfect; however gets closer to the internal compatibility matching the JVM seems to do when loading JSAs at https://github.com/openjdk/jdk21u/blob/3c0530fd5f9615941144d8ac89786ce699027b51/src/hotspot/share/cds/filemap.cpp#L1341-L1349 (JDK 21) Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com> (cherry picked from commit 250080a)
| Back | FazBrowse Home | New Git URL |
The Eclipse Temurin files have CRLFs on Windows which breaks the parsing and unquoting here.
Notes
Example 1 (Temurin x64 on Windows, with CRLF)
Example 2 (Microsoft aarch64 on Windows, with CRLF)