mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-21 12:20:29 +00:00
8382081: AOT tests fail in add_stub_entries without JVMCI
Reviewed-by: chagedorn, mhaessig, kvn
This commit is contained in:
parent
8882e7b64a
commit
5cbc5653f4
@ -604,7 +604,7 @@ class DeoptimizationBlob: public SingletonBlob {
|
||||
);
|
||||
|
||||
public:
|
||||
static const int ENTRY_COUNT = 4 JVMTI_ONLY(+ 2);
|
||||
static const int ENTRY_COUNT = 4 JVMCI_ONLY(+ 2);
|
||||
// Creation
|
||||
static DeoptimizationBlob* create(
|
||||
CodeBuffer* cb,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user