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.
????
[email protected]