mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6896043: first round of zero fixes
Reviewed-by: kvn
This commit is contained in:
parent
4a2266601a
commit
63cc2211ed
10 changed files with 59 additions and 54 deletions
|
@ -115,8 +115,10 @@ jvmtiCapabilities JvmtiManageCapabilities::init_onload_capabilities() {
|
|||
jvmtiCapabilities jc;
|
||||
|
||||
memset(&jc, 0, sizeof(jc));
|
||||
#ifndef CC_INTERP
|
||||
jc.can_pop_frame = 1;
|
||||
jc.can_force_early_return = 1;
|
||||
#endif // !CC_INTERP
|
||||
jc.can_get_source_debug_extension = 1;
|
||||
jc.can_access_local_variables = 1;
|
||||
jc.can_maintain_original_method_order = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue