Re: [PATCH] syntax error in jdwpTransport.h

2022-11-06 Thread David Holmes
Thanks for the report I have filed: https://bugs.openjdk.org/browse/JDK-8296445 for this. Cheers, David On 6/11/2022 4:33 pm, 小破 wrote: *Bug description* The code in jdwpTransport.h has syntax error. For example, use `g++ -c jdwpTransport.h` to compile it, this error message will be produced

[PATCH] syntax error in jdwpTransport.h

2022-11-05 Thread ????
Bug description The code in jdwpTransport.h has syntax error. For example, use `g++ -c jdwpTransport.h` to compile it, this error message will be produced: --- jdwpTransport.h:266:9: error: expected identifier before 'return'