src/share/vm/runtime/vm_version.cpp

changeset 4492
8b46b0196eb0
parent 4288
6b881a6b0665
child 4757
9960dce2024f
     1.1 --- a/src/share/vm/runtime/vm_version.cpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/runtime/vm_version.cpp	Fri Jan 25 10:04:08 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2013, 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 @@ -111,9 +111,6 @@
    1.11  #endif
    1.12  
    1.13  #ifndef VMTYPE
    1.14 -  #ifdef KERNEL
    1.15 -    #define VMTYPE "Kernel"
    1.16 -  #else // KERNEL
    1.17    #ifdef TIERED
    1.18      #define VMTYPE "Server"
    1.19    #else // TIERED
    1.20 @@ -128,7 +125,6 @@
    1.21                      COMPILER2_PRESENT("Server")
    1.22    #endif // ZERO
    1.23    #endif // TIERED
    1.24 -  #endif // KERNEL
    1.25  #endif
    1.26  
    1.27  #ifndef HOTSPOT_VM_DISTRO

mercurial