Skip to content

Commit

Permalink
Run ant eclipseformat
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Apr 4, 2024
1 parent 52f7b51 commit c71acc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/som/primitives/SystemPrimitives.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ public void invoke(final Frame frame, final Interpreter interpreter) {
public void invoke(Frame frame, Interpreter interpreter) {
frame.pop();

final List<GarbageCollectorMXBean> gcBeans = ManagementFactory.getGarbageCollectorMXBeans();
final List<GarbageCollectorMXBean> gcBeans =
ManagementFactory.getGarbageCollectorMXBeans();
final ThreadMXBean threadBean = (ThreadMXBean) ManagementFactory.getThreadMXBean();
threadBean.setThreadAllocatedMemoryEnabled(true);

Expand Down

0 comments on commit c71acc0

Please sign in to comment.