On Thu, 30 Jul 2026 12:30:31 GMT, Coleen Phillimore <[email protected]> wrote:

>> test/hotspot/jtreg/serviceability/dcmd/thread/PrintRawMonitorLockTest.java 
>> line 53:
>> 
>>> 51: 
>>> 52:     static private void log(String s) { System.out.println(s); }
>>> 53:     static private String AGENT_LIB = "PrintRawMonitorLockTest";;
>> 
>> Suggestion:
>> 
>>     private static void log(String s) { System.out.println(s); }
>>     private static String AGENT_LIB = "PrintRawMonitorLockTest";;
>
> Adding.  I wish your suggestions didn't add ^M to the lines.

Apparently we need to fix this in the repo by adding `* text eol=lf` to the 
`.gitattributes` file. I will look into that.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32092#discussion_r3687028507

Reply via email to