Skip to content

Commit 71eecfd

Browse files
committed
fix typo JVMTI -> JVMCI
1 parent 1e2b0d2 commit 71eecfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/share/code/codeBlob.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ class DeoptimizationBlob: public SingletonBlob {
604604
);
605605

606606
public:
607-
static const int ENTRY_COUNT = 4 JVMTI_ONLY(+ 2);
607+
static const int ENTRY_COUNT = 4 JVMCI_ONLY(+ 2);
608608
// Creation
609609
static DeoptimizationBlob* create(
610610
CodeBuffer* cb,

0 commit comments

Comments
 (0)