mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8062370: Various minor code improvements
A lot of fixes useful to improve the code quality. Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
f048251de8
commit
0aa09022fa
35 changed files with 141 additions and 64 deletions
|
@ -243,7 +243,7 @@ class Fingerprinter: public SignatureIterator {
|
|||
}
|
||||
|
||||
if (mh->size_of_parameters() > max_size_of_parameters ) {
|
||||
_fingerprint = UCONST64(-1);
|
||||
_fingerprint = (uint64_t)CONST64(-1);
|
||||
mh->constMethod()->set_fingerprint(_fingerprint);
|
||||
return _fingerprint;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue