comparison src/share/vm/classfile/vmSymbols.hpp @ 5278:74dfa6f86879

removed last remaining references to vmEntries and vmExits
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 24 Apr 2012 13:04:43 +0200
parents 290b3025b66f
children a53162ca8219
comparison
equal deleted inserted replaced
5277:1767613f8a4a 5278:74dfa6f86879
342 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ci/CiConstant;") \ 342 template(createCiConstantFloat_signature, "(F)Lcom/oracle/max/cri/ci/CiConstant;") \
343 template(createCiConstantDouble_name, "createCiConstantDouble") \ 343 template(createCiConstantDouble_name, "createCiConstantDouble") \
344 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \ 344 template(createCiConstantDouble_signature, "(D)Lcom/oracle/max/cri/ci/CiConstant;") \
345 template(createCiConstantObject_name, "createCiConstantObject") \ 345 template(createCiConstantObject_name, "createCiConstantObject") \
346 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \ 346 template(createCiConstantObject_signature, "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;") \
347 template(getVMExits_name, "getVMExits") \ 347 template(getVMToCompiler_name, "getVMToCompiler") \
348 template(getVMExits_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \ 348 template(getVMToCompiler_signature, "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;") \
349 template(getInstance_name, "getInstance") \ 349 template(getInstance_name, "getInstance") \
350 template(initialize_name, "initialize") \ 350 template(initialize_name, "initialize") \
351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \ 351 template(getInstance_signature, "()Lcom/oracle/graal/hotspot/Compiler;") \
352 template(forObject_name, "forObject") \ 352 template(forObject_name, "forObject") \
353 template(callbackInternal_name, "callbackInternal") \ 353 template(callbackInternal_name, "callbackInternal") \