Migrated from https://git2.unturf.com/engineering/java-topology.git
openttd-0001: economy.cpp _cargo_delivery_destinations include() O(I^2) per-station per-tick cargo delivery dedup via linear vector scan. Fix: std::unordered_set. 6.1x speedup at I=500. openttd-0002: rail_cmd.cpp/road_cmd.cpp affected_trains/affected_rvs include() O(T*V) during area track/road type conversion. Fix: std::unordered_set. 6.4x speedup at T=2500,V=500. MOAD-0002 (Intertangle): C-style game engine with extensive globals, architectural pattern not isolated defect. CLEAN. MOAD-0003 (Leaked Context): 2 thread_local uses, both safe. CLEAN. MOAD-0004 (Logged Secret): STUN tokens logged at debug level 9. CLEAN. MOAD-0005 (Thundering Herd): single-threaded game loop. CLEAN. |
||
|---|---|---|
| .github | ||
| .jcheck | ||
| bin | ||
| defects | ||
| doc | ||
| docs | ||
| make | ||
| scanner | ||
| src | ||
| test | ||
| tests | ||
| tools | ||
| whitepaper | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| ADDITIONAL_LICENSE_INFO | ||
| ASSEMBLY_EXCEPTION | ||
| CLAUDE.md | ||
| compile-unit-tests.sh | ||
| configure | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| UNDF-REGISTRY.json | ||
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.