< prev index next >

test/hotspot/jtreg/compiler/escapeAnalysis/Test8329757.java

Print this page
@@ -41,11 +41,11 @@
      int a = 400;
      Double ddd;
  
      void q() {
          int e;
-         synchronized (new Double(1.1f)) {
+         synchronized (new Object()) {
          int[] f = new int[a];
          synchronized (Test8329757.class) {
              for (int d = 4; d < 127; d++) {
              e = 13;
              do switch (d * 5) {
< prev index next >