comparison src/share/vm/runtime/sharedRuntime.hpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children c2c971a9776f
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
191 static void throw_NullPointerException_at_call(JavaThread* thread); 191 static void throw_NullPointerException_at_call(JavaThread* thread);
192 static void throw_StackOverflowError(JavaThread* thread); 192 static void throw_StackOverflowError(JavaThread* thread);
193 static address continuation_for_implicit_exception(JavaThread* thread, 193 static address continuation_for_implicit_exception(JavaThread* thread,
194 address faulting_pc, 194 address faulting_pc,
195 ImplicitExceptionKind exception_kind); 195 ImplicitExceptionKind exception_kind);
196 #ifdef JVMCI 196 #if INCLUDE_JVMCI
197 static address deoptimize_for_implicit_exception(JavaThread* thread, address pc, nmethod* nm, int deopt_reason); 197 static address deoptimize_for_implicit_exception(JavaThread* thread, address pc, nmethod* nm, int deopt_reason);
198 #endif 198 #endif
199 199
200 // Shared stub locations 200 // Shared stub locations
201 static address get_poll_stub(address pc); 201 static address get_poll_stub(address pc);