Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
db9f9d73
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
db9f9d73
编写于
4月 22, 2011
作者:
K
kamg
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
3a801db4
e0eac4c3
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
13 addition
and
4 deletion
+13
-4
make/jpda/jdwp/jdwp.spec
make/jpda/jdwp/jdwp.spec
+13
-4
未找到文件。
make/jpda/jdwp/jdwp.spec
浏览文件 @
db9f9d73
...
@@ -2190,7 +2190,8 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -2190,7 +2190,8 @@ JDWP "Java(tm) Debug Wire Protocol"
(Out
(Out
(byte eventKind "Event kind to request. "
(byte eventKind "Event kind to request. "
"See <a href=\"#JDWP_EventKind\">JDWP.EventKind</a> "
"See <a href=\"#JDWP_EventKind\">JDWP.EventKind</a> "
"for a complete list of events that can be requested. "
"for a complete list of events that can be requested; "
"some events may require a capability in order to be requested. "
)
)
(byte suspendPolicy
(byte suspendPolicy
"What threads are suspended when this event occurs? "
"What threads are suspended when this event occurs? "
...
@@ -2732,6 +2733,8 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -2732,6 +2733,8 @@ JDWP "Java(tm) Debug Wire Protocol"
(Alt MonitorContendedEnter=JDWP.EventKind.MONITOR_CONTENDED_ENTER
(Alt MonitorContendedEnter=JDWP.EventKind.MONITOR_CONTENDED_ENTER
"Notification that a thread in the target VM is attempting "
"Notification that a thread in the target VM is attempting "
"to enter a monitor that is already acquired by another thread. "
"to enter a monitor that is already acquired by another thread. "
"Requires canRequestMonitorEvents capability - see "
"<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. "
"<p>Since JDWP version 1.6. "
"<p>Since JDWP version 1.6. "
(int requestID
(int requestID
...
@@ -2743,6 +2746,8 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -2743,6 +2746,8 @@ JDWP "Java(tm) Debug Wire Protocol"
(Alt MonitorContendedEntered=JDWP.EventKind.MONITOR_CONTENDED_ENTERED
(Alt MonitorContendedEntered=JDWP.EventKind.MONITOR_CONTENDED_ENTERED
"Notification of a thread in the target VM is entering a monitor "
"Notification of a thread in the target VM is entering a monitor "
"after waiting for it to be released by another thread. "
"after waiting for it to be released by another thread. "
"Requires canRequestMonitorEvents capability - see "
"<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. "
"<p>Since JDWP version 1.6. "
"<p>Since JDWP version 1.6. "
(int requestID
(int requestID
...
@@ -2753,6 +2758,8 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -2753,6 +2758,8 @@ JDWP "Java(tm) Debug Wire Protocol"
)
)
(Alt MonitorWait=JDWP.EventKind.MONITOR_WAIT
(Alt MonitorWait=JDWP.EventKind.MONITOR_WAIT
"Notification of a thread about to wait on a monitor object. "
"Notification of a thread about to wait on a monitor object. "
"Requires canRequestMonitorEvents capability - see "
"<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. "
"<p>Since JDWP version 1.6. "
"<p>Since JDWP version 1.6. "
(int requestID
(int requestID
...
@@ -2764,6 +2771,8 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -2764,6 +2771,8 @@ JDWP "Java(tm) Debug Wire Protocol"
)
)
(Alt MonitorWaited=JDWP.EventKind.MONITOR_WAITED
(Alt MonitorWaited=JDWP.EventKind.MONITOR_WAITED
"Notification that a thread in the target VM has finished waiting on "
"Notification that a thread in the target VM has finished waiting on "
"Requires canRequestMonitorEvents capability - see "
"<a href=\"#JDWP_VirtualMachine_CapabilitiesNew\">CapabilitiesNew</a>. "
"a monitor object. "
"a monitor object. "
"<p>Since JDWP version 1.6. "
"<p>Since JDWP version 1.6. "
...
@@ -3050,9 +3059,9 @@ JDWP "Java(tm) Debug Wire Protocol"
...
@@ -3050,9 +3059,9 @@ JDWP "Java(tm) Debug Wire Protocol"
(Constant METHOD_EXIT =41 )
(Constant METHOD_EXIT =41 )
(Constant METHOD_EXIT_WITH_RETURN_VALUE =42 )
(Constant METHOD_EXIT_WITH_RETURN_VALUE =42 )
(Constant MONITOR_CONTENDED_ENTER =43 )
(Constant MONITOR_CONTENDED_ENTER =43 )
(Constant MONITOR_CONTENDED_ENTERED =44
)
(Constant MONITOR_CONTENDED_ENTERED =44 )
(Constant MONITOR_WAIT =45
)
(Constant MONITOR_WAIT =45 )
(Constant MONITOR_WAITED =46
)
(Constant MONITOR_WAITED =46 )
(Constant VM_START =90 )
(Constant VM_START =90 )
(Constant VM_INIT =90 "obsolete - was used in jvmdi")
(Constant VM_INIT =90 "obsolete - was used in jvmdi")
(Constant VM_DEATH =99 )
(Constant VM_DEATH =99 )
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录