[jdk8u-dev] RFR: 8376338: Test7005594.sh fails when given a memory value with decimals
Andrew John Hughes
andrew at openjdk.org
Mon Feb 2 14:22:32 UTC 2026
On Mon, 26 Jan 2026 15:22:09 GMT, Adam Farley <afarley at openjdk.org> wrote:
> Because right now it cannot, due to bash arithmetic limitations.
>
> Requesting a merge directly into jdk8u-dev because this file is not present in later versions, and cannot be backported.
>
> https://bugs.openjdk.org/browse/JDK-8376338
The correct fix for this is to backport [JDK-8170464](https://bugs.openjdk.org/browse/JDK-8170464) as Oracle have. The shell script is not in later versions because it was removed, but the Java test itself is.
It's a bit hard to follow because the test moved around multiple times. I'm about to post a PR that will have the details.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/751#issuecomment-3835416035
More information about the jdk8u-dev
mailing list