Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357800

Initialize JvmtiThreadState bool fields with bool literals

XMLWordPrintable

    • b25

      JDK-8356251 changed `JvmtiThreadState._saved_interp_only_mode` from `int` to `bool`, which is good. But the initializations are still done with `0` literals. Even though it is benign, SonarCloud still complains about the intentionality of this initialization.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: