aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/memory
diff options
context:
space:
mode:
authortrims <none@none>2008-12-20 09:57:03 -0800
committertrims <none@none>2008-12-20 09:57:03 -0800
commit1b5975a4f112c07ca2f50e4018466262a5788907 (patch)
treed29f21656c7123dab8dece89d60249572e9cc14e /src/share/vm/memory
parent6855b8d1fd734d9d7e6a54e4d4edcacdc02b5d4e (diff)
parentb5c29ed4be370a46ba7fa0c7dabda737db9cbe56 (diff)
downloadjdk8u_hotspot-1b5975a4f112c07ca2f50e4018466262a5788907.tar.gz
Merge
Diffstat (limited to 'src/share/vm/memory')
-rw-r--r--src/share/vm/memory/referencePolicy.cpp2
-rw-r--r--src/share/vm/memory/referencePolicy.hpp2
-rw-r--r--src/share/vm/memory/tenuredGeneration.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/share/vm/memory/referencePolicy.cpp b/src/share/vm/memory/referencePolicy.cpp
index 26aef4a2f..25d9f6a31 100644
--- a/src/share/vm/memory/referencePolicy.cpp
+++ b/src/share/vm/memory/referencePolicy.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 Sun Microsystems, Inc. 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
diff --git a/src/share/vm/memory/referencePolicy.hpp b/src/share/vm/memory/referencePolicy.hpp
index 2cf22c825..dbc312a1e 100644
--- a/src/share/vm/memory/referencePolicy.hpp
+++ b/src/share/vm/memory/referencePolicy.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2000-2008 Sun Microsystems, Inc. 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
diff --git a/src/share/vm/memory/tenuredGeneration.hpp b/src/share/vm/memory/tenuredGeneration.hpp
index a7c22c9bb..27eff0069 100644
--- a/src/share/vm/memory/tenuredGeneration.hpp
+++ b/src/share/vm/memory/tenuredGeneration.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2001-2008 Sun Microsystems, Inc. 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