8213246: Fix typo in vmTestbase failuire to failure
Summary: Fix failuire typo in two spots
Reviewed-by: mikael, dcubed, iignatyev
--- a/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp Mon Oct 29 14:01:46 2018 -0700
+++ b/test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp Sat Nov 03 12:37:55 2018 -0700
@@ -163,7 +163,7 @@
} else if (strlen(msg_buf2) != 0) {
msg_buf2[strlen(msg_buf2)-1] = '\n'; // Make sure we have a newline char at the end.
}
- (void) nsk_printf("The following fake exception stacktrace is for failuire analysis. \n");
+ (void) nsk_printf("The following fake exception stacktrace is for failure analysis. \n");
(void) nsk_printf("nsk.share.Fake_Exception_for_RULE_Creation: ");
if (file != NULL) {
(void) nsk_printf("(%s:%d) ", file_basename(file), line);
--- a/test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java Mon Oct 29 14:01:46 2018 -0700
+++ b/test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java Sat Nov 03 12:37:55 2018 -0700
@@ -34,7 +34,7 @@
* COMMENTS
* Kestrel for Solaris_JDK_1.3-b10 crashes while trying to execute
* this test with Client HS VM.
- * See lots of bugs concerning similar failuires:
+ * See lots of bugs concerning similar failures:
* Evaluated:
* 4217960 [native stack overflow bug] reflection test causes crash
* Accepted: