8200358: Remove mapfiles for JDK executables

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2018-04-05 21:33:38 +02:00
parent 04ad302532
commit 44bab94d66
20 changed files with 97 additions and 650 deletions

View file

@ -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;