hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp
changeset 38209 b2a58604e046
parent 38190 ff9ac612c723
equal deleted inserted replaced
38208:ff63d43b0480 38209:b2a58604e046
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2010, 2015 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2010, 2015 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
   259     StubRoutines::_atomic_cmpxchg_byte_entry = ShouldNotCallThisStub();
   259     StubRoutines::_atomic_cmpxchg_byte_entry = ShouldNotCallThisStub();
   260     StubRoutines::_atomic_cmpxchg_long_entry = ShouldNotCallThisStub();
   260     StubRoutines::_atomic_cmpxchg_long_entry = ShouldNotCallThisStub();
   261     StubRoutines::_atomic_add_entry          = ShouldNotCallThisStub();
   261     StubRoutines::_atomic_add_entry          = ShouldNotCallThisStub();
   262     StubRoutines::_atomic_add_ptr_entry      = ShouldNotCallThisStub();
   262     StubRoutines::_atomic_add_ptr_entry      = ShouldNotCallThisStub();
   263     StubRoutines::_fence_entry               = ShouldNotCallThisStub();
   263     StubRoutines::_fence_entry               = ShouldNotCallThisStub();
   264 
       
   265     // amd64 does this here, sparc does it in generate_all()
       
   266     StubRoutines::_handler_for_unsafe_access_entry =
       
   267       ShouldNotCallThisStub();
       
   268   }
   264   }
   269 
   265 
   270   void generate_all() {
   266   void generate_all() {
   271     // Generates all stubs and initializes the entry points
   267     // Generates all stubs and initializes the entry points
   272 
   268