Question about jdwpTransport.h

小破 1052156701 at qq.com
Tue Oct 18 15:48:08 UTC 2022


Firstly, this is my first-time sending an email to OpenJDK Community. If I chose a wrong list name in this mailing list, please forgive me and tell me which email address I should send to.


When I read the JDK source code, I found some codes a little special in the jdwpTransport.h. From line 265 to line 267 (the code link: jdwpTransport.h#L265-L267):```
jdwpTransportError SetTransportConfiguration(jdwpTransportEnv* env,
    return functions->SetTransportConfiguration(this, config);
}
```
It seems that there is a syntax error. When I try to compile this file, compilation errors do occur. So, I want to know whether it is a bug or not. If it is, I want to fix it. And then it will be my first time trying to contribute to OpenJDK, I need someone to tell me the process of contributing code to OpenJDK.


Thanks and regards.




阿破
1052156701 at qq.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/serviceability-dev/attachments/20221018/023ee671/attachment-0001.htm>


More information about the serviceability-dev mailing list