mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8200358: Remove mapfiles for JDK executables
Reviewed-by: erikj
This commit is contained in:
parent
04ad302532
commit
44bab94d66
20 changed files with 97 additions and 650 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1995, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "defines.h"
|
||||
#include "jli_util.h"
|
||||
#include "jni.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if _MSC_VER > 1400 && _MSC_VER < 1600
|
||||
|
@ -92,7 +93,7 @@ WinMain(HINSTANCE inst, HINSTANCE previnst, LPSTR cmdline, int cmdshow)
|
|||
__initenv = _environ;
|
||||
|
||||
#else /* JAVAW */
|
||||
int
|
||||
JNIEXPORT int JNICALL
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int margc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue