We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcc4ac commit 7631fceCopy full SHA for 7631fce
jmh-samples/src/main/java/org/openjdk/jmh/samples/JMHSample_11_Loops.java
@@ -131,7 +131,7 @@ public int measureWrong_100000() {
131
* well beyond what hardware can actually do.
132
*
133
* This happens because the loop is heavily unrolled/pipelined, and the operation
134
- * to be measured is hoisted from the loop. Morale: don't overuse loops, rely on JMH
+ * to be measured is hoisted from the loop. Moral: don't overuse loops, rely on JMH
135
* to get the measurement right.
136
137
* You can run this test:
0 commit comments