Merge
This commit is contained in:
commit
5ed1b44143
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||||
* Copyright (c) 2014, Red Hat Inc. All rights reserved.
|
* Copyright (c) 2015, Red Hat Inc. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -84,7 +84,7 @@ define_pd_global(intx, InlineSmallCode, 1000);
|
|||||||
|
|
||||||
#ifdef BUILTIN_SIM
|
#ifdef BUILTIN_SIM
|
||||||
#define UseBuiltinSim true
|
#define UseBuiltinSim true
|
||||||
#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
|
#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
|
||||||
\
|
\
|
||||||
product(bool, NotifySimulator, UseBuiltinSim, \
|
product(bool, NotifySimulator, UseBuiltinSim, \
|
||||||
"tell the AArch64 sim where we are in method code") \
|
"tell the AArch64 sim where we are in method code") \
|
||||||
@ -112,7 +112,7 @@ define_pd_global(intx, InlineSmallCode, 1000);
|
|||||||
#define NotifySimulator false
|
#define NotifySimulator false
|
||||||
#define UseSimulatorCache false
|
#define UseSimulatorCache false
|
||||||
#define DisableBCCheck true
|
#define DisableBCCheck true
|
||||||
#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
|
#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
|
||||||
\
|
\
|
||||||
product(bool, NearCpool, true, \
|
product(bool, NearCpool, true, \
|
||||||
"constant pool is close to instructions") \
|
"constant pool is close to instructions") \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user