Skip to content
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

Report checkpoint processing to jcmd #10

Closed
wants to merge 56 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
bb90954
Implementation of reporting
Larry-N Jan 25, 2022
7ab406c
Check the opened socket, if it is UNIX socked from jcmd.
Larry-N Jun 10, 2022
d57cf4c
Properly pass return code to jcmd peer,
Larry-N Jun 11, 2022
3350d50
whitespaces
Larry-N Jun 11, 2022
bb3f6b1
Rework closing the jcmd socket.
Larry-N Jul 7, 2022
75d62e7
ws correction
Larry-N Jul 7, 2022
3d9b0f7
Merge remote-tracking branch 'upstream/crac' into crac
Larry-N Jul 12, 2022
a70b2fb
corrections
Larry-N Jul 12, 2022
e603b5e
address review notes
Larry-N Jul 13, 2022
be9788c
addressing review notes 2
Larry-N Jul 15, 2022
b890d28
reworked socket fd validation -
Larry-N Jul 15, 2022
54e5447
cleanup
Larry-N Jul 18, 2022
db3d0b3
some amendments
Larry-N Jul 18, 2022
816bd99
amend
Larry-N Jul 18, 2022
13ed574
couple of corrections
Larry-N Jul 21, 2022
ac9a221
corrections
Larry-N Jul 21, 2022
183fbc4
corrections
Larry-N Jul 21, 2022
bbdf113
some corrections
Larry-N Jul 21, 2022
ef73617
corrections
Larry-N Jul 22, 2022
51308f6
java code
Larry-N Jul 22, 2022
04fb283
magic
Larry-N Jul 22, 2022
9e0c61e
corrections
Larry-N Jul 22, 2022
4c806fc
corrections
Larry-N Jul 22, 2022
59028cb
re-arranged sources files
Larry-N Jul 25, 2022
3696d49
corrections
Larry-N Jul 25, 2022
918f482
corrections
Larry-N Jul 25, 2022
87ddcba
correction
Larry-N Jul 26, 2022
ccf8446
corrections
Larry-N Jul 26, 2022
56bbaa8
review notes
Larry-N Jul 29, 2022
9ca2c00
corrected initialization ordering
Larry-N Aug 1, 2022
fe6fab9
Skip an assert in
Larry-N Aug 1, 2022
5978c93
corrections for ThreadBlockInVM in effectively_complete
Larry-N Aug 2, 2022
c096d94
corrections
Larry-N Aug 3, 2022
6a2b03b
java core crac corections
Larry-N Aug 5, 2022
fab217f
Revert "java core crac corections"
Larry-N Aug 10, 2022
c58902f
implement checkpointRestoreLocked
Larry-N Aug 10, 2022
36faeeb
style corrections
Larry-N Aug 10, 2022
ba53bdb
review notes address
Larry-N Aug 16, 2022
3ec73c9
corrections
Larry-N Aug 16, 2022
f64b661
replaced strlen with termination character check
Larry-N Aug 18, 2022
e7aea67
Fix style a bit
AntonKozlov Sep 1, 2022
c04100a
Refactor a bit around linux attach op
AntonKozlov Sep 1, 2022
071b7b6
fixup! Fix style a bit
AntonKozlov Sep 1, 2022
75641b9
Fix assert on checkpointRestore API call
AntonKozlov Sep 1, 2022
43e700a
fixup! Refactor a bit around linux attach
AntonKozlov Sep 1, 2022
34a47b9
Print whole exception to jcmd, as for API
AntonKozlov Sep 1, 2022
c1139ac
fixup! Fix style a bit
AntonKozlov Sep 1, 2022
c04d757
Fix another whitespace problem
AntonKozlov Sep 1, 2022
72e489c
Rename stream to jcmd as the only possible
AntonKozlov Sep 1, 2022
72b8cdb
Merge branch 'pr-10' into crac
Larry-N Nov 2, 2022
2936580
Print exceptions to tty if jcmd reporting is 'completed'
Larry-N Nov 3, 2022
f6a2dbd
Correct magic number
Larry-N Nov 3, 2022
9e165dd
Use stringStream for printing
Larry-N Nov 3, 2022
640671e
getter renamed
Larry-N Nov 3, 2022
6a56411
Style fix
Larry-N Nov 3, 2022
94567c5
Replace buffer with stream
Larry-N Nov 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/hotspot/share/services/diagnosticCommand.cpp
Expand Up @@ -55,7 +55,6 @@
#include "services/management.hpp"
#include "services/writeableFlags.hpp"
#include "services/attachListener.hpp"
#include "services/linuxAttachOperation.hpp"
#include "utilities/debug.hpp"
#include "utilities/events.hpp"
#include "utilities/formatBuffer.hpp"
Expand Down