src/os/windows/launcher/java_md.c

changeset 4465
203f64878aab
parent 2369
aa6e219afbf1
equal deleted inserted replaced
4462:e94ed1591b42 4465:203f64878aab
1 /* 1 /*
2 * Copyright (c) 1999, 2010, 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.
1321 FreeLibrary(hSplashLib); 1321 FreeLibrary(hSplashLib);
1322 hSplashLib = NULL; 1322 hSplashLib = NULL;
1323 } 1323 }
1324 } 1324 }
1325 1325
1326 const char *
1327 jlong_format_specifier() {
1328 return "%I64d";
1329 }
1330
1331 /* 1326 /*
1332 * Block current thread and continue execution in a new thread 1327 * Block current thread and continue execution in a new thread
1333 */ 1328 */
1334 int 1329 int
1335 ContinueInNewThread(int (JNICALL *continuation)(void *), jlong stack_size, void * args) { 1330 ContinueInNewThread(int (JNICALL *continuation)(void *), jlong stack_size, void * args) {

mercurial