hotspot/src/share/vm/shark/sharkIntrinsics.hpp
changeset 45514 0fc9cc73ce45
parent 7397 5b173b4ca846
equal deleted inserted replaced
45513:5431282d8ce1 45514:0fc9cc73ce45
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2009 Red Hat, Inc.
     3  * Copyright 2009 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
    56   void do_Math_1to1(llvm::Value* function);
    56   void do_Math_1to1(llvm::Value* function);
    57   void do_Math_2to1(llvm::Value* function);
    57   void do_Math_2to1(llvm::Value* function);
    58   void do_Object_getClass();
    58   void do_Object_getClass();
    59   void do_System_currentTimeMillis();
    59   void do_System_currentTimeMillis();
    60   void do_Thread_currentThread();
    60   void do_Thread_currentThread();
    61   void do_Unsafe_compareAndSwapInt();
    61   void do_Unsafe_compareAndSetInt();
    62 };
    62 };
    63 
    63 
    64 #endif // SHARE_VM_SHARK_SHARKINTRINSICS_HPP
    64 #endif // SHARE_VM_SHARK_SHARKINTRINSICS_HPP