comparison src/share/vm/classfile/vmSymbols.hpp @ 16399:4481cf549cfc

removed (Java based) CompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 23:28:35 +0200
parents c5ab3fbec257
children a7d9b88ecd68
comparison
equal deleted inserted replaced
16398:c5ab3fbec257 16399:4481cf549cfc
348 GRAAL_ONLY(template(com_oracle_graal_api_code_RegisterSaveLayout, "com/oracle/graal/api/code/RegisterSaveLayout")) \ 348 GRAAL_ONLY(template(com_oracle_graal_api_code_RegisterSaveLayout, "com/oracle/graal/api/code/RegisterSaveLayout")) \
349 GRAAL_ONLY(template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException")) \ 349 GRAAL_ONLY(template(com_oracle_graal_api_code_InvalidInstalledCodeException, "com/oracle/graal/api/code/InvalidInstalledCodeException")) \
350 GRAAL_ONLY(template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog")) \ 350 GRAAL_ONLY(template(com_oracle_graal_api_code_SpeculationLog, "com/oracle/graal/api/code/SpeculationLog")) \
351 GRAAL_ONLY(template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult")) \ 351 GRAAL_ONLY(template(com_oracle_graal_gpu_ExternalCompilationResult, "com/oracle/graal/gpu/ExternalCompilationResult")) \
352 GRAAL_ONLY(template(compileMetaspaceMethod_name, "compileMetaspaceMethod")) \ 352 GRAAL_ONLY(template(compileMetaspaceMethod_name, "compileMetaspaceMethod")) \
353 GRAAL_ONLY(template(compileMetaspaceMethod_signature, "(JIJZ)V")) \ 353 GRAAL_ONLY(template(compileMetaspaceMethod_signature, "(JIJI)V")) \
354 GRAAL_ONLY(template(graal_mirror_name, "graal_mirror")) \ 354 GRAAL_ONLY(template(graal_mirror_name, "graal_mirror")) \
355 \ 355 \
356 /* common method and field names */ \ 356 /* common method and field names */ \
357 template(object_initializer_name, "<init>") \ 357 template(object_initializer_name, "<init>") \
358 template(class_initializer_name, "<clinit>") \ 358 template(class_initializer_name, "<clinit>") \