Index: head/java/jlint/files/patch-jlint.d =================================================================== --- head/java/jlint/files/patch-jlint.d (nonexistent) +++ head/java/jlint/files/patch-jlint.d (revision 528899) @@ -0,0 +1,11 @@ +--- jlint.d.orig 2020-03-22 06:04:53 UTC ++++ jlint.d +@@ -114,7 +114,7 @@ JAVA_INSN(111, ddiv, 1) + JAVA_INSN(112, irem, 1) + JAVA_INSN(113, lrem, 1) + JAVA_INSN(114, frem, 1) +-JAVA_INSN(115, drem, 1) ++JAVA_INSN(115, Jdrem, 1) + JAVA_INSN(116, ineg, 1) + JAVA_INSN(117, lneg, 1) + JAVA_INSN(118, fneg, 1) Property changes on: head/java/jlint/files/patch-jlint.d ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/jlint/files/patch-method__desc.cc =================================================================== --- head/java/jlint/files/patch-method__desc.cc (revision 528898) +++ head/java/jlint/files/patch-method__desc.cc (revision 528899) @@ -1,20 +1,29 @@ --- method_desc.cc.orig 2003-06-09 09:29:14 UTC +++ method_desc.cc -@@ -767,7 +767,7 @@ void method_desc::parse_code(constant** +@@ -767,7 +767,7 @@ void method_desc::parse_code(constant** constant_pool, sp->mask = var_desc::vs_not_null; } sp->index = NO_ASSOC_VAR; - sp->equals = is_const; + sp->equals = jlint_is_const; sp += 1; } break; -@@ -2381,7 +2381,7 @@ void method_desc::parse_code(constant** +@@ -1906,7 +1906,7 @@ void method_desc::parse_code(constant** constant_pool, + case dsub: + case dmul: + case ddiv: +- case drem: ++ case Jdrem: + sp -= 2; + break; + case ineg: +@@ -2381,7 +2381,7 @@ void method_desc::parse_code(constant** constant_pool, aux->name_and_type = nt; sp->equals = aux; equal_descs.push_back(aux);*/ - sp->equals = is_const; + sp->equals = jlint_is_const; } } field->equals = sp->equals;