gctest9.java

来自「Java Op Processor java vhdl processor」· Java 代码 · 共 20 行

JAVA
20
字号
package gctest;import util.Dbg;import com.jopdesign.sys.*;// A test of the GCStackWalker// One must insert a log statement the last line in GC.push// log("Adding to grey list", ref); // If the root scan is enableb it should not add the "ref"// If it is disables for conservative scanning it should add it itpublic class GCTest9 {  public static void main(String s[]) {	  System.out.println("GC");	  int i = 53800; // this value depends on the handle area	  GC.gc();	} //main}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?