[jdk17u-dev] RFR: 8283422: Create a new test for JDK-8254790
Matthias Baesken
mbaesken at openjdk.org
Wed Oct 16 15:37:26 UTC 2024
On Tue, 12 Apr 2022 06:01:01 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [ad83ec7e](https://github.com/openjdk/jdk/commit/ad83ec7e281cb3ab7c42e71fab47ea21b93079ea) from the [openjdk/jdk](https://git.openjdk.java.net/jdk) repository.
>
> The commit being backported was authored by Sergey Bylokhov on 31 Mar 2022 and was reviewed by Vladimir Kozlov and Tobias Hartmann.
>
> Thanks!
this sets in the test test/hotspot/jtreg/resourcehogs/compiler/intrinsics/string/TestStringIntrinsics2LargeArray.java
` -XX:MinInlineFrequencyRatio=0 `
in jdk17u-dev.
But except this test, I cannot find this flag in 17u-dev
https://github.com/search?q=repo%3Aopenjdk%2Fjdk17u-dev%20MinInlineFrequencyRatio&type=code
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/346#issuecomment-2417189697
More information about the jdk-updates-dev
mailing list