[jdk11u-dev] Integrated: 8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
Amos Shi
ashi at openjdk.org
Wed Dec 13 17:24:53 UTC 2023
On Thu, 30 Nov 2023 06:41:48 GMT, Amos Shi <ashi at openjdk.org> wrote:
> Backport of [JDK-8208623](https://bugs.openjdk.org/browse/JDK-8208623)
>
> Note.
> - The diff of the [original commit](https://github.com/openjdk/jdk/commit/03d6ab3b09eaa0bc4860fb530d648270149dcfe0) cannot be applied, because the baseline code is different
> - The only issue is `import java.io.File;` already exists in [jdk11u-dev](https://github.com/openjdk/jdk11u-dev), so we ignored this line when doing manual merge
> - This change can be **considered as clean** backport because the Semantics is exactly the same
This pull request has now been integrated.
Changeset: ccc74bb7
Author: Amos Shi <ashi at openjdk.org>
Committer: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/ccc74bb7cfb08ec7c580b149deac782487daacf3
Stats: 11 lines in 1 file changed: 9 ins; 0 del; 2 mod
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
Limit the maximal file name length to 242 for AUFS file system
Reviewed-by: mbaesken
Backport-of: 03d6ab3b09eaa0bc4860fb530d648270149dcfe0
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2315
More information about the jdk-updates-dev
mailing list