aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/oops/instanceKlass.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/oops/instanceKlass.hpp')
-rw-r--r--src/share/vm/oops/instanceKlass.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/share/vm/oops/instanceKlass.hpp b/src/share/vm/oops/instanceKlass.hpp
index ba2bce874..db14be29a 100644
--- a/src/share/vm/oops/instanceKlass.hpp
+++ b/src/share/vm/oops/instanceKlass.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -554,6 +554,7 @@ class InstanceKlass: public Klass {
if (hk == NULL) {
return NULL;
} else {
+ assert(*hk != NULL, "host klass should always be set if the address is not null");
return *hk;
}
}