src/os/solaris/vm/os_solaris.hpp

changeset 9677
af43bab3c5d0
parent 7776
41a855ff6305
child 9703
2fdf635bcf28
     1.1 --- a/src/os/solaris/vm/os_solaris.hpp	Mon Oct 13 22:11:39 2014 +0200
     1.2 +++ b/src/os/solaris/vm/os_solaris.hpp	Fri May 17 18:13:25 2019 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -132,6 +132,9 @@
    1.11    static void set_SIGinterrupt(int newsig) { _SIGinterrupt = newsig; }
    1.12    static void set_SIGasync(int newsig) { _SIGasync = newsig; }
    1.13  
    1.14 +  typedef int (*pthread_setname_np_func_t)(pthread_t, const char*);
    1.15 +  static pthread_setname_np_func_t _pthread_setname_np;
    1.16 +
    1.17   public:
    1.18    // Large Page Support--ISM.
    1.19    static bool largepage_range(char* addr, size_t size);

mercurial