src/cpu/mips/vm/templateInterpreter_mips_64.cpp

changeset 8000
1510f9dcc0fa
parent 6896
ada5000bdb38
child 8004
941851413ebf
     1.1 --- a/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Fri Nov 03 15:51:07 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/templateInterpreter_mips_64.cpp	Mon Oct 23 17:07:19 2017 +0800
     1.3 @@ -797,7 +797,8 @@
     1.4    guarantee(referent_offset > 0, "referent offset not initialized");
     1.5  
     1.6    if (UseG1GC) {
     1.7 -    Unimplemented();
     1.8 +    warning("UseG1GC unimplemented yet!"); 
     1.9 +    __ should_not_reach_here();
    1.10      Label slow_path;
    1.11      // rbx: method
    1.12  

mercurial