--- old/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp 2015-10-15 12:38:25.305559671 -0400 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp 2015-10-15 12:38:24.581518952 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2015, 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 @@ -91,7 +91,7 @@ JavaVM *jvm = NULL; JNIEXPORT jint JNICALL -JNI_OnLoad(JavaVM *vm, void *reserved) +DEF_JNI_OnLoad(JavaVM *vm, void *reserved) { TRY;