Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: JVMThreadPractice Download
 Description: Simulation of JAVA language simulation of JVM by simulating JVM virtual machine and basic instruction set design (invoke, RT obj, DST obj, DST method, obj args): method call instruction and DST obj to be the target of the call object, the DST method to be the target of the call method, obj args is input object reference parameters can only be in the current stack frame to be able to access the object. Once the number of parameters passed by a method is determined not to change, no more than 3. Rt_obj variable that returns the value of the dst_method operation to the receiver. Similarly, whether a method returns an object reference, and a type once the object is returned. (run, dst_thread, obj_args): the boot thread s the instruction, dst_thread is the target thread, the obj_args is the incoming object reference parameter, the same as above. (return, rt_obj): the method s the return instruction, and rt_obj is a reference to the returned object. (exit, dst_thread): the thread s th
 Downloaders recently: [More information of uploader 任我行]
 To Search:
File list (Check if you may need any files):
 

JVMThreadPractice\.classpath
.................\.project
.................\.settings\org.eclipse.jdt.core.prefs
.................\bin\Element.class
.................\...\GC_Thread.class
.................\...\Heap.class
.................\...\InputSolved.class
.................\...\Instruction.class
.................\...\JVMTest.class
.................\...\Main_Thread.class
.................\...\Memory_Thread.class
.................\...\Method.class
.................\...\Stack.class
.................\...\StackFrame.class
.................\...\VirOfStack.class
.................\src\Element.java
.................\...\GC_Thread.java
.................\...\Heap.java
.................\...\InputSolved.java
.................\...\Instruction.java
.................\...\JVMTest.java
.................\...\Main_Thread.java
.................\...\Memory_Thread.java
.................\...\Method.java
.................\...\Stack.java
.................\...\StackFrame.java
.................\...\VirOfStack.java
.................\.settings
.................\bin
.................\src
JVMThreadPractice
    

CodeBus www.codebus.net