Changeset 390 for trunk/openjdk/hotspot/src/os_cpu
- Timestamp:
- Jul 2, 2012, 3:05:26 PM (13 years ago)
- Location:
- trunk/openjdk/hotspot/src/os_cpu
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b25/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s (added) merged: 387 /branches/vendor/oracle/openjdk6/current/hotspot/src/os_cpu/os2_x86/vm/os2_x86_32.s merged: 308-386
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * -
trunk/openjdk/hotspot/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp
r309 r390 203 203 } 204 204 } else { 205 assert(strstr(impl, "SPARC") != NULL, "should be sparc"); 205 #ifndef PRODUCT 206 if (strstr(impl, "SPARC") == NULL) { 207 warning("WARNING: cpu implementation = '%s', should contain SPARC", impl); 208 } 209 #endif 206 210 } 207 211 free((void*)impl); -
trunk/openjdk/hotspot/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
r309 r390 1 1 /* 2 * Copyright (c) 1999, 201 0, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 *
Note:
See TracChangeset
for help on using the changeset viewer.