src/os/posix/launcher/java_md.c

changeset 4465
203f64878aab
parent 4153
b9a9ed0f8eeb
equal deleted inserted replaced
4462:e94ed1591b42 4465:203f64878aab
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) {

mercurial