8214785: Remove unused WeakHandleType::vm_string
authorpliden
Wed, 05 Dec 2018 17:11:21 +0100
changeset 52853 0e2e67902add
parent 52852 eb95a38b2964
child 52854 eb4f89bce401
8214785: Remove unused WeakHandleType::vm_string Reviewed-by: coleenp, eosterlund
src/hotspot/share/oops/weakHandle.hpp
--- a/src/hotspot/share/oops/weakHandle.hpp	Wed Dec 05 17:11:20 2018 +0100
+++ b/src/hotspot/share/oops/weakHandle.hpp	Wed Dec 05 17:11:21 2018 +0100
@@ -39,7 +39,7 @@
 // This is the vm version of jweak but has different GC lifetimes and policies,
 // depending on the type.
 
-enum WeakHandleType { vm_class_loader_data, vm_string, vm_string_table_data };
+enum WeakHandleType { vm_class_loader_data, vm_string_table_data };
 
 template <WeakHandleType T>
 class WeakHandle {