# HG changeset patch # User jcbeyler # Date 1541273875 25200 # Node ID 595ab4f025d71369951c9b8fc5674f3a4f70b79b # Parent ca309ee4fd92f9bea005eb3df5329b8af79a3814 8213246: Fix typo in vmTestbase failuire to failure Summary: Fix failuire typo in two spots Reviewed-by: mikael, dcubed, iignatyev diff -r ca309ee4fd92 -r 595ab4f025d7 test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp --- 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); diff -r ca309ee4fd92 -r 595ab4f025d7 test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java --- 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: