
| Key: |
RVM-33
|
| Type: |
New Feature
|
| Status: |
In Progress
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Eslam AlMorshdy
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
RVM
Created: 12/Jun/07 04:22 AM
Updated: 11/Apr/08 09:24 AM
|
|
| Component/s: |
Runtime
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1000
|
|
|
Time Tracking:
|
|
Original Estimate:
|
11 weeks
|
|
|
Remaining Estimate:
|
11 weeks
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Adding JDWP & JVMTI support
JDWP & JVMTI are standards introduced by sun to uniform the way JVM[s] are debugged/queried. They are not mandatory nor do they form requirements to comply with the JVM standard
Java Debug Wire Protocol is an interface specification to debug/query the JVM status. It defines the format of information and requests transferred between the process being debugged and the debugger front end. JVMTI s a low-level native interface ( based on JNI) that defines the services a Java virtual machine provides for tools such as debuggers and profilers(which they are implemented as agents).
|
|
Description
|
Adding JDWP & JVMTI support
JDWP & JVMTI are standards introduced by sun to uniform the way JVM[s] are debugged/queried. They are not mandatory nor do they form requirements to comply with the JVM standard
Java Debug Wire Protocol is an interface specification to debug/query the JVM status. It defines the format of information and requests transferred between the process being debugged and the debugger front end. JVMTI s a low-level native interface ( based on JNI) that defines the services a Java virtual machine provides for tools such as debuggers and profilers(which they are implemented as agents). |
Show » |
|
included
classpath-cvs.classpath30275
classpath-cvs.
RVM-26classpath-cvs.
RVM-77