[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'    

Re: RFR: 8295044: Implementation of Foreign Function and Memory API (Second Preview) [v2]

2022-11-05 Thread Jorn Vernee
On Fri, 4 Nov 2022 18:23:17 GMT, Maurizio Cimadamore wrote: >> This PR contains the API and implementation changes for JEP-434 [1]. A more >> detailed description of such changes, to avoid repetitions during the review >> process, is included as a separate comment. >> >> [1] - https://openjdk