diff src/share/vm/runtime/jniHandles.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children dd9cc155639c
line wrap: on
line diff
--- a/src/share/vm/runtime/jniHandles.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/jniHandles.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -106,7 +106,7 @@
   JNIHandleBlock* _next;                        // Link to next block
 
   // The following instance variables are only used by the first block in a chain.
-  // Having two types of blocks complicates the code and the space overhead in negligible.
+  // Having two types of blocks complicates the code and the space overhead in negligble.
   JNIHandleBlock* _last;                        // Last block in use
   JNIHandleBlock* _pop_frame_link;              // Block to restore on PopLocalFrame call
   oop*            _free_list;                   // Handle free list