Skip to content

Commit b26e495

Browse files
committedNov 12, 2024
8343801: Change string printed by nsk_null_string for null strings
Reviewed-by: lmesnik
1 parent a4e2c20 commit b26e495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void nsk_printHexBytes(const char indent[], int columns,
160160
/*************************************************************/
161161

162162
/**
163-
* Returns str or "<NULL>" if str is null; useful for printing strings.
163+
* Returns str or "<null>" if str is null; useful for printing strings.
164164
*/
165165
const char* nsk_null_string(const char* str);
166166

0 commit comments

Comments
 (0)
Please sign in to comment.