Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop-for-20181227' into devel…
Browse files Browse the repository at this point in the history
…op-for-20181227
  • Loading branch information
dongchenxu committed Feb 1, 2019
2 parents d5261cd + 089577f commit 6fb192c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public interface ModuleJarUnLoadSpi {

/**
* 模块Jar文件卸载完所有模块后,正式卸载Jar文件之前之后调用
* 模块Jar文件卸载完所有模块后,正式卸载Jar文件之前调用
*/
void onJarUnLoadCompleted();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.alibaba.jvm.sandbox.api.listener.ext.EventWatchBuilder;
import com.alibaba.jvm.sandbox.api.listener.ext.EventWatcher;
import com.alibaba.jvm.sandbox.api.resource.ModuleEventWatcher;
import com.alibaba.jvm.sandbox.api.resource.ModuleManager;
import com.alibaba.jvm.sandbox.module.debug.textui.TTree;
import org.kohsuke.MetaInfServices;

Expand All @@ -28,6 +29,7 @@ public class DebugTraceModule extends ParamSupported implements Module {
@Resource
private ModuleEventWatcher moduleEventWatcher;


@Command("trace")
public void trace(final Map<String, String> param, final PrintWriter writer) {

Expand Down

0 comments on commit 6fb192c

Please sign in to comment.