On Wed, 1 Dec 2021 19:19:02 GMT, zzambers wrote:
> Condition is obviously wrong, because if name starts with "java." other 2
> conditions are always true. Intent, as I understand it, was to redefine class
> where debug event took place (in case of test classes), unless it took place
> in class
On Wed, 1 Dec 2021 19:19:02 GMT, zzambers wrote:
> Condition is obviously wrong, because if name starts with "java." other 2
> conditions are always true. Intent, as I understand it, was to redefine class
> where debug event took place (in case of test classes), unless it took place
> in class
On Mon, 20 Dec 2021 18:36:45 GMT, Harold Seigel wrote:
>> Please review this fix for JDK-8225093 to set the default value of property
>> jdk.boot.class.path.append to NULL instead of "". This fix was tested by
>> running Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5
>> on
On Thu, 16 Dec 2021 17:33:29 GMT, Harold Seigel wrote:
> Please review this fix for JDK-8225093 to set the default value of property
> jdk.boot.class.path.append to NULL instead of "". This fix was tested by
> running Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5 on
> Lin
On Mon, 20 Dec 2021 18:36:45 GMT, Harold Seigel wrote:
>> Please review this fix for JDK-8225093 to set the default value of property
>> jdk.boot.class.path.append to NULL instead of "". This fix was tested by
>> running Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5
>> on
On Tue, 11 Jan 2022 09:11:57 GMT, Severin Gehwolf wrote:
>> Condition is obviously wrong, because if name starts with "java." other 2
>> conditions are always true. Intent, as I understand it, was to redefine
>> class where debug event took place (in case of test classes), unless it took
>> pl