RFR: 8267773: PhaseStringOpts::int_stringSize doesn't handle min_jint correctly [v2]
Nils Eliasson
neliasso at openjdk.java.net
Mon May 31 15:07:02 UTC 2021
On Mon, 31 May 2021 07:44:18 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Nils Eliasson has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Remove test
>> - Add and fix test
>
> test/hotspot/jtreg/compiler/stringopts/TestFetchStaticField.java line 37:
>
>> 35: import jdk.test.lib.Asserts;
>> 36:
>> 37: public class TestFetchStaticField {
>
> Why `TestFetchStaticField`? Is this really specific to static fields?
No - it's a leftover from when I was on the completely wrong track :P
I removed this test and added yours instead.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4255
More information about the hotspot-compiler-dev
mailing list