mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-27 19:33:39 +00:00
8294547: HotSpotAgent.setupVM() should include "cause" exception when throwing DebuggerException
Reviewed-by: sspitsyn, coleenp
This commit is contained in:
parent
545ded1a82
commit
5f6ad926d7
@ -425,7 +425,7 @@ public class HotSpotAgent {
|
||||
}
|
||||
catch (NoSuchSymbolException e) {
|
||||
throw new DebuggerException("Doesn't appear to be a HotSpot VM (could not find symbol \"" +
|
||||
e.getSymbol() + "\" in remote process)");
|
||||
e.getSymbol() + "\" in remote process)", e);
|
||||
}
|
||||
|
||||
if (startupMode != REMOTE_MODE) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user