@@ -494,19 +494,19 @@ public void addExports(Module fromModule, String pkg) {
494
494
/*[ENDIF] JAVA_SPEC_VERSION >= 16 */
495
495
496
496
/*[IF JAVA_SPEC_VERSION >= 17]*/
497
- /*[IF (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES]*/
497
+ /*[IF (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES]*/
498
498
public int uncheckedDecodeASCII (byte [] srcBytes , int srcPos , char [] dstChars , int dstPos , int length ) {
499
- /*[ELSE] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
499
+ /*[ELSE] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
500
500
public int decodeASCII (byte [] srcBytes , int srcPos , char [] dstChars , int dstPos , int length ) {
501
- /*[ENDIF] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
501
+ /*[ENDIF] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
502
502
return String .decodeASCII (srcBytes , srcPos , dstChars , dstPos , length );
503
503
}
504
504
505
- /*[IF (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES]*/
505
+ /*[IF (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES]*/
506
506
public void uncheckedInflateBytesToChars (byte [] srcBytes , int srcOffset , char [] dstChars , int dstOffset , int length ) {
507
- /*[ELSE] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
507
+ /*[ELSE] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
508
508
public void inflateBytesToChars (byte [] srcBytes , int srcOffset , char [] dstChars , int dstOffset , int length ) {
509
- /*[ENDIF] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
509
+ /*[ENDIF] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
510
510
StringLatin1 .inflate (srcBytes , srcOffset , dstChars , dstOffset , length );
511
511
}
512
512
@@ -702,11 +702,11 @@ public char getUTF16Char(byte[] val, int index) {
702
702
return StringUTF16 .getChar (val , index );
703
703
}
704
704
705
- /*[IF (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES]*/
705
+ /*[IF (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES]*/
706
706
public int uncheckedCountPositives (byte [] ba , int off , int len ) {
707
- /*[ELSE] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
707
+ /*[ELSE] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
708
708
public int countPositives (byte [] ba , int off , int len ) {
709
- /*[ENDIF] (JAVA_SPEC_VERSION > = 25) & !INLINE-TYPES */
709
+ /*[ENDIF] (JAVA_SPEC_VERSION = = 25) & !INLINE-TYPES */
710
710
return StringCoding .countPositives (ba , off , len );
711
711
}
712
712
0 commit comments