7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0

Thu, 04 Oct 2012 08:38:06 -0400

author
coleenp
date
Thu, 04 Oct 2012 08:38:06 -0400
changeset 4144
ba8fd2fe198b
parent 4143
fab6fbf427d2
child 4145
bacdc1d5c21c

7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0
Summary: Uncommented out include for sys/stat.h and deleted include statements that were commented out.
Reviewed-by: coleenp, acorn, dholmes
Contributed-by: harold.seigel@oracle.com

src/os/windows/vm/jvm_windows.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/os/windows/vm/jvm_windows.h	Sun Sep 30 23:24:12 2012 +0100
     1.2 +++ b/src/os/windows/vm/jvm_windows.h	Thu Oct 04 08:38:06 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -61,8 +61,6 @@
    1.11  
    1.12  typedef int socklen_t;
    1.13  
    1.14 -// #include "jni.h"
    1.15 -
    1.16  #define JNI_ONLOAD_SYMBOLS      {"_JNI_OnLoad@8", "JNI_OnLoad"}
    1.17  #define JNI_ONUNLOAD_SYMBOLS    {"_JNI_OnUnload@8", "JNI_OnUnload"}
    1.18  #define JVM_ONLOAD_SYMBOLS      {"_JVM_OnLoad@12", "JVM_OnLoad"}
    1.19 @@ -108,10 +106,7 @@
    1.20   * File I/O
    1.21   */
    1.22  
    1.23 -// #include <sys/types.h>
    1.24 -// #include <sys/stat.h>
    1.25 -// #include <fcntl.h>
    1.26 -// #include <errno.h>
    1.27 +#include <sys/stat.h>
    1.28  
    1.29  /* O Flags */
    1.30  

mercurial