aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/jvmtiTagMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/prims/jvmtiTagMap.hpp')
-rw-r--r--src/share/vm/prims/jvmtiTagMap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/vm/prims/jvmtiTagMap.hpp b/src/share/vm/prims/jvmtiTagMap.hpp
index ede639efe..6435f6251 100644
--- a/src/share/vm/prims/jvmtiTagMap.hpp
+++ b/src/share/vm/prims/jvmtiTagMap.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2012, 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
@@ -125,7 +125,7 @@ class JvmtiTagMap : public CHeapObj<mtInternal> {
jlong** tag_result_ptr);
static void weak_oops_do(
- BoolObjectClosure* is_alive, OopClosure* f) KERNEL_RETURN;
+ BoolObjectClosure* is_alive, OopClosure* f) NOT_JVMTI_RETURN;
};
#endif // SHARE_VM_PRIMS_JVMTITAGMAP_HPP