You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently metadata key, value pairs are read during ReadImageInformation without any handshaking to signify the start of the read. This means that, say, starting the JVM with the agentlib flag - which prints a "listening on port xxxx" - destroys the metadata table, which kills the whole process.
So we just need a handshaking step that discards anything in the input stream before reading K,V pairs.
The text was updated successfully, but these errors were encountered:
Currently metadata key, value pairs are read during
ReadImageInformation
without any handshaking to signify the start of the read. This means that, say, starting the JVM with theagentlib
flag - which prints a "listening on port xxxx" - destroys the metadata table, which kills the whole process.So we just need a handshaking step that discards anything in the input stream before reading K,V pairs.
The text was updated successfully, but these errors were encountered: