RFR: 8225093: Special property jdk.boot.class.path.append should not default to empty string [v2]
Harold Seigel
hseigel at openjdk.java.net
Fri Dec 17 13:44:08 UTC 2021
On Fri, 17 Dec 2021 02:18:55 GMT, David Holmes <dholmes at openjdk.org> 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
More information about the serviceability-dev
mailing list