mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
d58beaefde
11 changed files with 133 additions and 92 deletions
|
@ -2720,7 +2720,8 @@ nmethod *SharedRuntime::generate_dtrace_nmethod(
|
|||
#endif /* ASSERT */
|
||||
|
||||
VMRegPair zero;
|
||||
zero.set2(G0->as_VMReg());
|
||||
const Register g0 = G0; // without this we get a compiler warning (why??)
|
||||
zero.set2(g0->as_VMReg());
|
||||
|
||||
int c_arg, j_arg;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue