hotspot/src/os/posix/launcher/java_md.c
changeset 15228 e92acc84ade3
parent 13963 e5b53c306fb5
equal deleted inserted replaced
15225:40677d8847bd 15228:e92acc84ade3
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, 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.
  1874         dlclose(hSplashLib);
  1874         dlclose(hSplashLib);
  1875         hSplashLib = NULL;
  1875         hSplashLib = NULL;
  1876     }
  1876     }
  1877 }
  1877 }
  1878 
  1878 
  1879 const char *
       
  1880 jlong_format_specifier() {
       
  1881     return "%lld";
       
  1882 }
       
  1883 
       
  1884 /*
  1879 /*
  1885  * Block current thread and continue execution in a new thread
  1880  * Block current thread and continue execution in a new thread
  1886  */
  1881  */
  1887 int
  1882 int
  1888 ContinueInNewThread(int (JNICALL *continuation)(void *), jlong stack_size, void * args) {
  1883 ContinueInNewThread(int (JNICALL *continuation)(void *), jlong stack_size, void * args) {