Migrated from https://git2.unturf.com/engineering/java-topology.git
MOAD-0001 (CWE-407): Nestopia uses std::lower_bound (binary search, sorted array) for cheat code lookup in NstCheats.cpp -- already O(log N). Input mapping in fltkui/inputmanager.cpp uses hash maps (jbmap/jhmap/jamap keyed by port*100+inum) -- O(1). No linear scan inside any hot loop found. MOAD-0002: Subsystems communicate through typed API layers (Cpu::Link, Cpu::Unlink, NES_PEEK_A/NES_POKE_AD macros). No shared god-object mutable global state coupling found. MOAD-0003: No ThreadLocal or thread-scoped identity carriers found. Single-threaded emulation core. MOAD-0004: No netplay or credential handling in core or fltkui. No logging of secrets found. MOAD-0005: No cache get+null+compute+put race patterns found. 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.