hotspot/src/cpu/x86/vm/templateTable_x86.cpp
changeset 34651 07b1cc0f6040
parent 33794 41ef3dc95179
child 35214 d86005e0b4c2
equal deleted inserted replaced
34648:b7ea5d095ef5 34651:07b1cc0f6040
    41 #ifndef CC_INTERP
    41 #ifndef CC_INTERP
    42 
    42 
    43 #define __ _masm->
    43 #define __ _masm->
    44 
    44 
    45 // Global Register Names
    45 // Global Register Names
    46 Register rbcp     = LP64_ONLY(r13) NOT_LP64(rsi);
    46 static const Register rbcp     = LP64_ONLY(r13) NOT_LP64(rsi);
    47 Register rlocals  = LP64_ONLY(r14) NOT_LP64(rdi);
    47 static const Register rlocals  = LP64_ONLY(r14) NOT_LP64(rdi);
    48 
    48 
    49 // Platform-dependent initialization
    49 // Platform-dependent initialization
    50 void TemplateTable::pd_initialize() {
    50 void TemplateTable::pd_initialize() {
    51   // No x86 specific initialization
    51   // No x86 specific initialization
    52 }
    52 }