comparison src/share/vm/classfile/vmSymbols.hpp @ 17334:0563b652c052

Unify parsing of graal and hotspot Stable annotations
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 02 Oct 2014 10:57:03 -0700
parents 26f5733fb645
children 9a804ec7f707
comparison
equal deleted inserted replaced
17333:fa821ca2611a 17334:0563b652c052
354 GRAAL_ONLY(template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog")) \ 354 GRAAL_ONLY(template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog")) \
355 GRAAL_ONLY(template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult")) \ 355 GRAAL_ONLY(template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult")) \
356 GRAAL_ONLY(template(compileMetaspaceMethod_name, "compileMetaspaceMethod")) \ 356 GRAAL_ONLY(template(compileMetaspaceMethod_name, "compileMetaspaceMethod")) \
357 GRAAL_ONLY(template(compileMetaspaceMethod_signature, "(JIJI)V")) \ 357 GRAAL_ONLY(template(compileMetaspaceMethod_signature, "(JIJI)V")) \
358 GRAAL_ONLY(template(graal_mirror_name, "graal_mirror")) \ 358 GRAAL_ONLY(template(graal_mirror_name, "graal_mirror")) \
359 GRAAL_ONLY(template(com_oracle_graal_hotspot_Stable_signature, "Lcom/oracle/graal/hotspot/Stable;")) \
359 \ 360 \
360 /* common method and field names */ \ 361 /* common method and field names */ \
361 template(object_initializer_name, "<init>") \ 362 template(object_initializer_name, "<init>") \
362 template(class_initializer_name, "<clinit>") \ 363 template(class_initializer_name, "<clinit>") \
363 template(println_name, "println") \ 364 template(println_name, "println") \