X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fruntime%2FRuntimeModule.java;h=5ae73c41240700f44662e1b70f6851487752b290;hb=bf5f7cda1b9b64484cc6e53499e38d6785744aec;hp=4ed45005b9659aa8fc42f1c6790e1c8f851abf64;hpb=c8cce62f9952ab3f6db451d2f22d969b4e777eaa;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/RuntimeModule.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/RuntimeModule.java index 4ed45005b..5ae73c412 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/RuntimeModule.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/runtime/RuntimeModule.java @@ -117,7 +117,7 @@ public class RuntimeModule { if(bytes == null) throw new ClassNotFoundException(name); } - if(SCLCompilerConfiguration.SHOW_DECOMPILED_BYTECODE) + if(SCLCompilerConfiguration.SHOW_DECOMPILED_BYTECODE && SCLCompilerConfiguration.debugFilter(moduleName)) showDecompiledBytecode(internalName); return defineClass(name, bytes, 0, bytes.length); }