-
Bug
-
Resolution: Fixed
-
P1
-
21
-
b25
-
Verified
* For target support_test_micro_classes__the.BUILD_JDK_MICROBENCHMARK_batch:
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:78: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:88: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:119: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:145: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:155: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
... (rest of output omitted)
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:78: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:88: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:119: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:145: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
/Users/jiefu/jdk/build/macosx-aarch64-server-fastdebug/support/test/micro/classes/org/openjdk/bench/jdk/incubator/vector/jmh_generated/StoreMaskTrueCount_testInt_jmhTest.java:155: warning: [static] static method should be qualified by type name, StoreMaskTrueCount, instead of by an expression
blackhole.consume(l_storemasktruecount0_0.testInt());
^
... (rest of output omitted)
- duplicates
-
JDK-8309112 Microbenchmark from JDK-8307795 fails to build
-
- Closed
-
- relates to
-
JDK-8307795 AArch64: Optimize VectorMask.truecount() on Neon
-
- Resolved
-