OpenJDK / jdk / jdk
changeset 47023:c4d5e9974766
Merge
author | jwilhelm |
---|---|
date | Tue, 29 Aug 2017 17:17:57 +0200 |
parents | 2c55106dc37b 1d2eb4f23b71 |
children | 5bfe7700a8f7 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/jdk.jdwp.agent/share/native/libjdwp/ModuleReferenceImpl.c Tue Aug 29 12:16:28 2017 -0700 +++ b/jdk/src/jdk.jdwp.agent/share/native/libjdwp/ModuleReferenceImpl.c Tue Aug 29 17:17:57 2017 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2017, 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 @@ -57,7 +57,7 @@ } (void)outStream_writeString(out, name); if (name != NULL) { - jvmtiDeallocate(name); + JNI_FUNC_PTR(env, ReleaseStringUTFChars)(env, namestr, name); } return JNI_TRUE; }