hotspot/src/share/vm/jvmci/jvmciCompiler.hpp
changeset 46271 979ebd346ecf
parent 41322 d91c045cdfe4
equal deleted inserted replaced
46270:2e7898927798 46271:979ebd346ecf
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2017, Oracle and/or its affiliates. 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.
    48   static elapsedTimer _codeInstallTimer;
    48   static elapsedTimer _codeInstallTimer;
    49 
    49 
    50   /**
    50   /**
    51    * Exits the VM due to an unexpected exception.
    51    * Exits the VM due to an unexpected exception.
    52    */
    52    */
    53   static void exit_on_pending_exception(Handle exception, const char* message);
    53   static void exit_on_pending_exception(oop exception, const char* message);
    54 
    54 
    55 public:
    55 public:
    56   JVMCICompiler();
    56   JVMCICompiler();
    57 
    57 
    58   static JVMCICompiler* instance(TRAPS) {
    58   static JVMCICompiler* instance(TRAPS) {