comparison src/share/vm/runtime/vmStructs.cpp @ 13818:d2f520f46180

added more unit tests for meta.api, discovering and fixing an issue with HotSpotResolvedJavaField.getModifiers() in the process
author Doug Simon <doug.simon@oracle.com>
date Thu, 30 Jan 2014 00:48:41 +0100
parents 5a9afbf72714
children ebd2dfc2b780
comparison
equal deleted inserted replaced
13817:d7ed39d0a6d9 13818:d2f520f46180
3058 GENERATE_C1_VM_INT_CONSTANT_ENTRY, 3058 GENERATE_C1_VM_INT_CONSTANT_ENTRY,
3059 GENERATE_C2_VM_INT_CONSTANT_ENTRY, 3059 GENERATE_C2_VM_INT_CONSTANT_ENTRY,
3060 GENERATE_C2_PREPROCESSOR_VM_INT_CONSTANT_ENTRY) 3060 GENERATE_C2_PREPROCESSOR_VM_INT_CONSTANT_ENTRY)
3061 3061
3062 #ifdef GRAAL 3062 #ifdef GRAAL
3063 VM_INT_CONSTANTS_GRAAL(GENERATE_VM_INT_CONSTANT_ENTRY) 3063 VM_INT_CONSTANTS_GRAAL(GENERATE_VM_INT_CONSTANT_ENTRY,
3064 GENERATE_PREPROCESSOR_VM_INT_CONSTANT_ENTRY)
3064 #endif 3065 #endif
3065 3066
3066 #if INCLUDE_ALL_GCS 3067 #if INCLUDE_ALL_GCS
3067 VM_INT_CONSTANTS_CMS(GENERATE_VM_INT_CONSTANT_ENTRY) 3068 VM_INT_CONSTANTS_CMS(GENERATE_VM_INT_CONSTANT_ENTRY)
3068 3069