RFR: 8277042: add test for 8276036 to compiler/codecache [v2]

Tobias Hartmann thartmann at openjdk.java.net
Thu Nov 18 09:15:42 UTC 2021


On Mon, 15 Nov 2021 09:51:16 GMT, Takuya Kiriyama <duke at openjdk.java.net> wrote:

>> Could you please review the 8277042 code?  
>> This is the enhancement for 8276036.  
>> I add a new test to verify the value of full_count in the message of insufficient codecache.
>
> Takuya Kiriyama has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8277042: add test for 8276036 to compiler/codecache

test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java line 34:

> 32: /*
> 33:  * @test
> 34:  * @bug 8276036

I have a fix ready for JDK-8277213 (see https://github.com/openjdk/jdk/pull/6449). Could you please add the bug ID to this test?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6364


More information about the hotspot-compiler-dev mailing list