Skip to content

Commit e3cc411

Browse files
committed
Add extra flag for agent
1 parent 88f6809 commit e3cc411

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22

33
## Added
44

5-
## Fixed
6-
7-
## Changed
5+
- Added the `-XX:+EnableDynamicAgentLoading` flag, so nREPL can correctly load its agent
86

97
# 0.45.201-alpha (2025-09-25 / 6b69e05)
108

11-
## Added
12-
13-
## Fixed
14-
15-
## Changed
169

1710
# 0.44.193-alpha (2025-08-18 / a7b3cf6)
1811

src/lambdaisland/launchpad.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@
320320
[ctx]
321321
(update ctx
322322
:java-args conj
323-
"-Djdk.attach.allowAttachSelf"))
323+
"-Djdk.attach.allowAttachSelf"
324+
"-XX:+EnableDynamicAgentLoading"))
324325

325326
(defn inject-aliases-as-property [{:keys [aliases] :as ctx}]
326327
(update ctx

0 commit comments

Comments
 (0)