**Describe the bug** On-the-fly call-graph builder uses incorrect signature `JavaMethods.SIG_INIT` for signature of Class::forName method. **Input file** N/A **To reproduce** N/A **Expected behavior** Value should be `JavaMethods.SIG_FOR_NAME`. **Stacktrace** N/A **Additional context** #1879 introduced the bug [here](https://github.com/soot-oss/soot/commit/5b0ad4b4cfaf6311ae88605cf94c877d13df7742#diff-b64093e36e6145c02b4047615ecedd446d73349a78a26c6a3cb64aaf281bf732R211).