Migrated from https://git2.unturf.com/engineering/java-topology.git
- netty-0001: DnsResolveContext.finalResult ArrayList.contains O(R²) dedup on DNS records File: resolver-dns/.../dns/DnsResolveContext.java line ~914 Fix: LinkedHashSet gives O(1) dedup with preserved insertion order Ratio: 24.5x at R=50 records - dubbo-0002: MethodWalker.walkHierarchy no visited guard — O(2^D) diamond recursion File: dubbo-rpc-triple/.../rest/util/MethodWalker.java walkHierarchy() Fix: add visited HashSet, return early if already visited Ratio: 8x at D=3 (common Spring proxy depth) - doris-0004: NormalizeRepeat.buildContextWithAlias ImmutableList.contains O(S×G) for GROUPING SETS File: fe-core/.../nereids/rules/analysis/NormalizeRepeat.java buildContextWithAlias() Fix: convert groupingSetExpressions to HashSet before loop — O(1) lookup Ratio: 49x for CUBE(c1..c8), 1000x+ for CUBE(c1..c10) |
||
|---|---|---|
| .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 | ||
| 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.