OpenJDK / loom / loom
changeset 53031:0e2e67902add
8214785: Remove unused WeakHandleType::vm_string
Reviewed-by: coleenp, eosterlund
author | pliden |
---|---|
date | Wed, 05 Dec 2018 17:11:21 +0100 |
parents | eb95a38b2964 |
children | eb4f89bce401 |
files | src/hotspot/share/oops/weakHandle.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {