mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -1229,6 +1229,7 @@ void Arguments::set_ergonomics_flags() {
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef ZERO
|
||||
#ifdef _LP64
|
||||
// Check that UseCompressedOops can be set with the max heap size allocated
|
||||
// by ergonomics.
|
||||
|
@ -1254,6 +1255,7 @@ void Arguments::set_ergonomics_flags() {
|
|||
// Also checks that certain machines are slower with compressed oops
|
||||
// in vm_version initialization code.
|
||||
#endif // _LP64
|
||||
#endif // !ZERO
|
||||
}
|
||||
|
||||
void Arguments::set_parallel_gc_flags() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue