mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6890308: integrate zero assembler hotspot changes
Reviewed-by: never
This commit is contained in:
parent
9b306d03ee
commit
5473f394c6
108 changed files with 7657 additions and 56 deletions
|
@ -281,7 +281,7 @@ class MaskFillerForNative: public NativeSignatureIterator {
|
|||
public:
|
||||
void pass_int() { /* ignore */ }
|
||||
void pass_long() { /* ignore */ }
|
||||
#ifdef _LP64
|
||||
#if defined(_LP64) || defined(ZERO)
|
||||
void pass_float() { /* ignore */ }
|
||||
#endif
|
||||
void pass_double() { /* ignore */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue