-
Bug
-
Resolution: Fixed
-
P3
-
24
-
b07
-
generic
-
windows
Example:
jcmd <pid> VM.set_flag HeapDumpPath <long_string>
jcmd <pid> VM.flags HeapDumpPath
The <long_string> value is truncated to 1023 symbols
On linux & macos_x IOException is thrown
jcmd <pid> VM.set_flag HeapDumpPath <long_string>
jcmd <pid> VM.flags HeapDumpPath
The <long_string> value is truncated to 1023 symbols
On linux & macos_x IOException is thrown
- relates to
-
JDK-8334168 Attach operation with long arguments should throw AttachOperationFailedException
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/a60608e7
-
Review(master) openjdk/jdk/19780