mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8168503: JEP 297: Unified arm32/arm64 Port
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
This commit is contained in:
parent
4106c6bc9b
commit
6009cf0793
131 changed files with 62914 additions and 519 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "classfile/moduleEntry.hpp"
|
||||
#include "classfile/stringTable.hpp"
|
||||
#include "classfile/symbolTable.hpp"
|
||||
#include "code/codeCacheExtensions.hpp"
|
||||
#include "gc/shared/cardTableRS.hpp"
|
||||
#include "gc/shared/genCollectedHeap.hpp"
|
||||
#include "gc/shared/referenceProcessor.hpp"
|
||||
|
@ -1882,7 +1881,6 @@ void Arguments::set_ergonomics_flags() {
|
|||
#endif // _LP64
|
||||
#endif // !ZERO
|
||||
|
||||
CodeCacheExtensions::set_ergonomics_flags();
|
||||
}
|
||||
|
||||
void Arguments::set_parallel_gc_flags() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue