Skip to content

Commit

Permalink
Fix: hardcoded paths in jdk.attach
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Sep 3, 2024
1 parent 58a290a commit e757067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class VirtualMachineImpl extends HotSpotVirtualMachine {
// location is the same for all processes, otherwise the tools
// will not be able to find all Hotspot processes.
// Any changes to this needs to be synchronized with HotSpot.
private static final String tmpdir = "/tmp";
private static final String tmpdir = "@TERMUX_PREFIX@/tmp";
String socket_path;
/**
* Attaches to the target VM
Expand Down

0 comments on commit e757067

Please sign in to comment.