RFR: 8281379: Assign package declarations to all jtreg test cases under gc [v2]
Leo Korinth
lkorinth at openjdk.java.net
Wed Feb 9 18:45:11 UTC 2022
On Tue, 8 Feb 2022 13:03:41 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
>>
>> breaking long @run line
>
> test/hotspot/jtreg/gc/g1/numa/TestG1NUMATouchRegions.java line 36:
>
>> 34: * @build sun.hotspot.WhiteBox
>> 35: * @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
>> 36: * @run main/othervm -XX:+UseG1GC -Xbootclasspath/a:. -XX:+UseNUMA -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI gc.g1.numa.TestG1NUMATouchRegions
>
> Since you are touching this overlong line anyway (and making it even longer), could you add a line break or two in there?
fixed!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7370
More information about the hotspot-gc-dev
mailing list