hotspot/src/cpu/sparc/vm/stubGenerator_sparc.cpp
changeset 4645 0c5f5b94e93a
parent 2571 d602ad6538bd
child 5046 27e801a857cb
equal deleted inserted replaced
4644:2b1a1bc98168 4645:0c5f5b94e93a
     1 /*
     1 /*
     2  * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  2860     // support for verify_oop (must happen after universe_init)
  2860     // support for verify_oop (must happen after universe_init)
  2861     StubRoutines::_verify_oop_subroutine_entry     = generate_verify_oop_subroutine();
  2861     StubRoutines::_verify_oop_subroutine_entry     = generate_verify_oop_subroutine();
  2862 
  2862 
  2863     // arraycopy stubs used by compilers
  2863     // arraycopy stubs used by compilers
  2864     generate_arraycopy_stubs();
  2864     generate_arraycopy_stubs();
       
  2865 
       
  2866     // Don't initialize the platform math functions since sparc
       
  2867     // doesn't have intrinsics for these operations.
  2865   }
  2868   }
  2866 
  2869 
  2867 
  2870 
  2868  public:
  2871  public:
  2869   StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) {
  2872   StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) {