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

C2: Improve the capability to test inference on TypeInt instances

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      - Templatize TypeInt, TypeLong into TypeI<jint>, TypeI<jlong>. This helps us consolidate several inference rules on them, as well as allows us to perform exhaustive tests on all possible combination by limiting the bitwidth of the operation. I.e. do exhaustive tests on TypeI<intn_t<1>>, TypeI<intn_t<2>>, etc.

      - Allow creation of TypeInt, TypeLong during testing without initializing the compiler.

            qamai Quan Anh Mai
            qamai Quan Anh Mai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: