diff src/share/vm/oops/oop.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 7f0e0366ec81
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/oops/oop.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/oops/oop.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -109,13 +109,12 @@
   int size_given_klass(Klass* klass);
 
   // type test operations (inlined in oop.inline.h)
-  bool is_instance()            const;
-  bool is_instanceMirror()      const;
-  bool is_instanceClassLoader() const;
-  bool is_instanceRef()         const;
-  bool is_array()               const;
-  bool is_objArray()            const;
-  bool is_typeArray()           const;
+  bool is_instance()           const;
+  bool is_instanceMirror()     const;
+  bool is_instanceRef()        const;
+  bool is_array()              const;
+  bool is_objArray()           const;
+  bool is_typeArray()          const;
 
  private:
   // field addresses in oop
@@ -363,7 +362,7 @@
   intptr_t slow_identity_hash();
 
   // Alternate hashing code if string table is rehashed
-  unsigned int new_hash(juint seed);
+  unsigned int new_hash(jint seed);
 
   // marks are forwarded to stack when object is locked
   bool     has_displaced_mark() const;