Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jdk8u
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zhangxiang
jdk8u
Commits
b737e492
Unverified
Commit
b737e492
authored
2 years ago
by
zhangxiang-plct
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #363 from zhangxiang-plct/temp-jtreg
Fix verify_oop_array
parents
f4f6e03a
08a913b5
Branches
jdk_dev_origin
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hotspot/src/cpu/riscv64/vm/stubGenerator_riscv64.cpp
+1
-1
1 addition, 1 deletion
hotspot/src/cpu/riscv64/vm/stubGenerator_riscv64.cpp
with
1 addition
and
1 deletion
hotspot/src/cpu/riscv64/vm/stubGenerator_riscv64.cpp
+
1
−
1
View file @
b737e492
...
...
@@ -1042,7 +1042,7 @@ void gen_write_ref_array_post_barrier(Register start, Register end, Register scr
__
lwu
(
temp
,
Address
(
temp
,
0
));
__
decode_heap_oop
(
temp
);
// calls verify_oop
}
__
add
(
t1
,
t1
,
size
);
__
add
(
t1
,
t1
,
1
);
__
j
(
loop
);
__
bind
(
end
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment