mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6705523: Fix for 6695506 will violate spec when used in JDK6
Make max classfile version number dependent on JDK version Reviewed-by: acorn, never
This commit is contained in:
parent
3d93819395
commit
c966634470
3 changed files with 37 additions and 9 deletions
|
@ -2721,7 +2721,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