On Fri, 17 Dec 2021 02:18:55 GMT, David Holmes <[email protected]> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> fix test
>
> test/hotspot/jtreg/runtime/BootClassAppendProp/GetBootClassPathAppendProp.java
> line 40:
>
>> 38:
>> 39: public static void main(String[] args) throws Exception {
>> 40: String vm_info_jvmti = getSystemProperty();
>
> Nit: strange name and doesn't follow Java style rules. Won't "path" suffice?
The strange name comes from the test that I copied to write this one. I'll
change it to 'path'.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6868