[lworld] RFR: 8320437: [lworld] Adding internal null-restricted storage API points [v2]

Tobias Hartmann thartmann at openjdk.org
Thu Nov 23 11:53:41 UTC 2023


On Tue, 21 Nov 2023 14:58:55 GMT, Frederic Parain <fparain at openjdk.org> wrote:

>> Adding internal null-restricted storage API points
>
> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix wrong class type in test

test/hotspot/jtreg/runtime/valhalla/inlinetypes/AnnotationsTests.java line 52:

> 50:         Class c = tests.getClass();
> 51:         for (Method m : c.getDeclaredMethods()) {
> 52:           if (m.getName().startsWith("test_")) {

Nit: Test should use 4-whitespace indentation.

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/947#discussion_r1403269848



More information about the valhalla-dev mailing list