[jdk8u-dev] Integrated: 8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java
Andrew John Hughes
andrew at openjdk.org
Thu Feb 12 23:10:38 UTC 2026
On Mon, 2 Feb 2026 14:35:03 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> This backport converts `Test7005594.java` to be pure Java rather than a mix of Java and shell, which is currently causing test failures.
>
> The patch is not clean due to a couple of moves and minor changes now made redundant by the removal of the script. The final Java test file matches that in 11u.
>
> 1. File move from [8062854](https://bugs.openjdk.org/browse/JDK-8062854): "move compiler jtreg test to corresponding subfolders and use those in TEST.groups"
> 2. File move from [8132919](https://bugs.openjdk.org/browse/JDK-8132919): "Put compiler tests in packages"
> 3. File move from [8187443](https://bugs.openjdk.org/browse/JDK-8187443): "Forest Consolidation: Move files to unified layout"
> 4. Changes to how Java was invoked in the script in [8135068](https://bugs.openjdk.org/browse/JDK-8135068): "Extract method matchers from CompilerOracle"
> 5. Changes to how memory was calculated in the script in [8376338](https://bugs.openjdk.org/browse/JDK-8376338): "Test7005594.sh fails when given a memory value with decimals"
>
> Created on top of pr/742 to get a Mac run
This pull request has now been integrated.
Changeset: 97fdbd0f
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/97fdbd0fc8c429e167be991eba4f4c0021fc1dc9
Stats: 220 lines in 3 files changed: 53 ins; 167 del; 0 mod
8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java
Reviewed-by: sgehwolf
Backport-of: d652c70de6425a67907e00e75521588ec4a2e940
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/755
More information about the jdk8u-dev
mailing list