RFR: 8352020: [CompileFramework] enable compilation for VectorAPI [v2]
Emanuel Peter
epeter at openjdk.org
Tue Mar 18 07:57:07 UTC 2025
On Tue, 18 Mar 2025 07:45:15 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> It would also mean that any CompileFraework test always compiles the TestFramework
> I don't think so, wouldn't it only load it when you call invokeIrTest()?
JTREG would always compile the TestFramework, but the test would not always load the TestFramework class ;)
>> And if we decide to do this, I think it would be a separate RFE,
> Sure, that's fine. I only just noticed this when reading the comment :-)
Ok, good, I'll keep it in mind. I mean it's bothering me a little too, I'm just not sure yet if or how to fix it best. Especially because there are now multiple test-frameworks, and we may want to compile and load any combination of them...
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24082#discussion_r2000407812
More information about the hotspot-compiler-dev
mailing list