8214785: Remove unused WeakHandleType::vm_string
Reviewed-by: coleenp, eosterlund
--- 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 {