RFR: 8292301: [REDO v2] C2 crash when allocating array of size too large [v6]

Roland Westrelin roland at openjdk.org
Fri Sep 23 15:36:45 UTC 2022


On Fri, 23 Sep 2022 12:07:27 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 15 commits:
>> 
>>  - Merge branch 'master' into JDK-8292301
>>  - Vladimir's review
>>  - Merge branch 'master' into JDK-8292301
>>  - comments
>>  - Merge branch 'master' into JDK-8292301
>>  - Update src/hotspot/share/opto/phaseX.cpp
>>    
>>    Co-authored-by: Tobias Hartmann <tobias.hartmann at oracle.com>
>>  - undo needless change
>>  - dos->unix test file
>>  - move tests
>>  - test fix
>>  - ... and 5 more: https://git.openjdk.org/jdk/compare/05c8cabd...1fe38157
>
> test/hotspot/jtreg/compiler/allocation/TestFailedAllocationBadGraph.java line 31:
> 
>> 29:  * @library /test/lib /
>> 30:  * @build sun.hotspot.WhiteBox
>> 31:  * @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
> 
> The test fails with
> 
> test result: Error. can't find sun.hotspot.WhiteBox in test directory or libraries
> 
> It should use `jdk.test.whitebox.WhiteBox`.

Thanks. Fixed now.

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

PR: https://git.openjdk.org/jdk/pull/10038


More information about the hotspot-compiler-dev mailing list