6890308: integrate zero assembler hotspot changes

Reviewed-by: never
This commit is contained in:
Gary Benson 2009-10-13 12:04:21 -07:00 committed by Tom Rodriguez
parent 9b306d03ee
commit 5473f394c6
108 changed files with 7657 additions and 56 deletions

View file

@ -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() {