-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more networking natives #364
Conversation
Needs a qbicc release with qbicc/qbicc#1672 |
Added two more since you reviewed it; this is the last handful we needed for a trivial request to go through. |
I extracted qbicc/qbicc#1675. As I stripped out irrelevant code, it actually got into a pretty small test case, that did not actually involve the pointers being taken (just the conditional update of the size of the variable whose address is being conditionally taken). |
721af9d
to
1791f5a
Compare
This seems to be enough to get us out of the core JDK when accepting a socket connection and back up into netty/vert.x code