Repository Analysis

eclipse-openj9/openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.

5.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of eclipse-openj9/openj9, a Java project with 3,530 GitHub stars. SynthScan v2.0 examined 2,283,049 lines of code across 8793 source files, recording 3476 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 5.2 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

5.2
Adjusted Score
5.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.5K
Stars
Java
Language
2.3M
Lines of Code
8.8K
Files
3.5K
Pattern Hits
2026-07-14
Scan Date
0.09
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 819HIGH 0MEDIUM 71LOW 2586

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 3476 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators819 hits · 9040 pts
SeverityFileLineSnippetContext
CRITICAL…e/classes/com/ibm/oti/shared/SharedClassUtilities.java141 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0553", "\"flags\"")); //$NON-NLS-1$ //$NON-NLS-2$CODE
CRITICAL…e/classes/com/ibm/oti/shared/SharedClassUtilities.java149 throw new IllegalStateException(com.ibm.oti.util.Msg.getString("K0557")); //$NON-NLS-1$CODE
CRITICAL…e/classes/com/ibm/oti/shared/SharedClassUtilities.java225 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0553", "\"cacheType\"")); //$NON-NLS-1$ //$NON-NLCODE
CRITICAL…e/classes/com/ibm/oti/shared/SharedClassUtilities.java231 throw new IllegalStateException(com.ibm.oti.util.Msg.getString("K0557")); //$NON-NLS-1$CODE
CRITICAL…s/com/ibm/oti/shared/SharedClassHelperFactoryImpl.java56 String className = com.ibm.oti.vm.VM.internalGetProperties().getProperty(GLOBAL_SHARING_FILTER);CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java94 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0608")); //$NON-NLS-1$CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java99 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0609")); //$NON-NLS-1$CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java104 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K060A")); //$NON-NLS-1$CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java109 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K060B")); //$NON-NLS-1$CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java114 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K060C")); //$NON-NLS-1$CODE
CRITICAL…nt/share/classes/java/lang/management/MemoryUsage.java119 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K060D")); //$NON-NLS-1$CODE
CRITICAL…ent/share/classes/java/lang/management/ThreadInfo.java456 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E5")); //$NON-NLS-1$CODE
CRITICAL…ent/share/classes/java/lang/management/ThreadInfo.java495 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0612", e)); //$NON-NLS-1$CODE
CRITICAL…ent/share/classes/java/lang/management/ThreadInfo.java518 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E6")); //$NON-NLS-1$CODE
CRITICAL…ent/share/classes/java/lang/management/ThreadInfo.java610 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E5")); //$NON-NLS-1$CODE
CRITICAL…asses/java/lang/management/MemoryNotificationInfo.java98 throw new NullPointerException(com.ibm.oti.util.Msg.getString("K0D02")); //$NON-NLS-1$CODE
CRITICAL…asses/java/lang/management/MemoryNotificationInfo.java103 throw new NullPointerException(com.ibm.oti.util.Msg.getString("K0D03")); //$NON-NLS-1$CODE
CRITICAL…classes/java/lang/management/ManagementPermission.java76 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0606")); //$NON-NLS-1$CODE
CRITICAL…classes/java/lang/management/ManagementPermission.java80 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0607")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java586 com.ibm.oti.util.Msg.getString("K0605", mxbeanName, mxbeanInterface.getName())); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java592 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0601", mxbeanInterface.getName())); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java601 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0602", mxbeanInterface.getName())); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java691 create(ManagementFactory.RUNTIME_MXBEAN_NAME, com.ibm.lang.management.internal.ExtendedRuntimeMXBeanImpl.getInstance(CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java696 create(ManagementFactory.THREAD_MXBEAN_NAME, com.ibm.lang.management.internal.ExtendedThreadMXBeanImpl.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java702 create(GUEST_OPERATING_SYSTEM_MXBEAN_NAME, com.ibm.virtualization.management.internal.GuestOS.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java706 create(HYPERVISOR_MXBEAN_NAME, com.ibm.virtualization.management.internal.HypervisorMXBeanImpl.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java710 create(JVM_CPU_MONITOR_MXBEAN_NAME, com.ibm.lang.management.internal.JvmCpuMonitor.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java714 create(OPENJ9_DIAGNOSTICS_MXBEAN_NAME, openj9.lang.management.internal.OpenJ9DiagnosticsMXBeanImpl.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java719 create(jdk.crac.management.CRaCMXBean.CRAC_MXBEAN_NAME, jdk.crac.management.internal.CRaCMXBeanImpl.getInstance())CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java91 Properties properties = com.ibm.oti.vm.VM.internalGetProperties();CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java121 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E8")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java148 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E9", //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java167 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05EA", expect)); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java185 throw new NullPointerException(com.ibm.oti.util.Msg.getString("K05EB")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java189 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05EC")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java238 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05ED")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java554 throw new NullPointerException(com.ibm.oti.util.Msg.getString("K0603")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java559 throw new NullPointerException(com.ibm.oti.util.Msg.getString("K0614")); //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java678 create(ManagementFactory.OPERATING_SYSTEM_MXBEAN_NAME, com.ibm.lang.management.internal.ExtendedOperatingSystemMXBeanCODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java766 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0615", //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java772 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0616", //$NON-NLS-1$CODE
CRITICAL…ibm/java/lang/management/internal/ManagementUtils.java969 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K0604", mxbeanName), e); //$NON-NLS-1$CODE
CRITICAL…va/lang/management/internal/CompilationMXBeanImpl.java75 return com.ibm.oti.vm.VM.internalGetProperties().CODE
CRITICAL…va/lang/management/internal/CompilationMXBeanImpl.java96 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05E0")); //$NON-NLS-1$CODE
CRITICAL…m/java/lang/management/internal/LoggingMXBeanImpl.java333 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05E7", loggerName)); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java137 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EE")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java156 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EE")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java254 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EF")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java273 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EF")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java293 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EE")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java326 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EF")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java388 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EE")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java401 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05FE")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java406 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05FF")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java425 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05EF")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java438 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05F0")); //$NON-NLS-1$CODE
CRITICAL…ava/lang/management/internal/MemoryPoolMXBeanImpl.java443 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05F1")); //$NON-NLS-1$CODE
CRITICAL…bm/java/lang/management/internal/ThreadMXBeanImpl.java143 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05F6")); //$NON-NLS-1$CODE
CRITICAL…bm/java/lang/management/internal/ThreadMXBeanImpl.java163 throw new UnsupportedOperationException(com.ibm.oti.util.Msg.getString("K05F6")); //$NON-NLS-1$CODE
CRITICAL…bm/java/lang/management/internal/ThreadMXBeanImpl.java233 throw new IllegalArgumentException(com.ibm.oti.util.Msg.getString("K05F7")); //$NON-NLS-1$CODE
759 more matches not shown…
Over-Commented Block2538 hits · 2444 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1################################################################################COMMENT
LOW…ses/com/ibm/jvm/dtfjview/commands/DeadlockCommand.java201 int visit = 1;COMMENT
LOW…asses/com/ibm/jvm/dtfjview/commands/helpers/Utils.java741 int i = (int)c;COMMENT
LOW…share/classes/com/ibm/dtfj/corereaders/NewElfDump.java1841 } while ((tag != DT_NULL) && (tag != DT_DEBUG));COMMENT
LOW…share/classes/com/ibm/dtfj/corereaders/NewElfDump.java1881 // 0xfffffff09f429000.COMMENT
LOW…vacore/parser/j9/section/monitor/MonitorTagParser.java181// public void processLine(String source, int startingOffset) {COMMENT
LOW…vacore/parser/j9/section/monitor/MonitorTagParser.java201// /**COMMENT
LOW…vacore/parser/j9/section/monitor/MonitorTagParser.java221// addMonitorLockNameAndAddress();COMMENT
LOW…re/parser/j9/section/monitor/MonitorSectionParser.java301// while(matchOptional(T_1LKDEADLOCK)) {COMMENT
LOW…re/parser/j9/section/monitor/MonitorSectionParser.java321// * process_starting_ThreadSectionCOMMENT
LOW…re/parser/j9/section/monitor/MonitorSectionParser.java341// hasDeadLockSubsection = false;COMMENT
LOW…re/parser/j9/section/monitor/MonitorSectionParser.java361// processTagLineRequired(T_4LKDEADLOCKREG);COMMENT
LOW…vacore/parser/j9/section/title/TitleSectionParser.java81 if (results != null) {COMMENT
LOW…j/javacore/parser/j9/section/stack/StackTagParser.java61 lineRule = new LineRule() {COMMENT
LOW…fj/share/classes/com/ibm/dtfj/phd/PHDImageFactory.java121 */COMMENT
LOW…share/classes/com/ibm/dtfj/java/j9/JavaHeapRegion.java281 //note that once we have hit corrupt data, we should probably stop pretending that we can read this heap extent. OtCOMMENT
LOW…share/classes/com/ibm/dtfj/utils/file/FileManager.java161 String extraPrefix = name.substring(0, p);COMMENT
LOW…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java181// * is z/OS, but on z/OS we don't really need it, since the stack frame's procedureName is built using DsaStackFrames.COMMENT
LOW…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java201// long firstSymbolAddress = getFirstSymbolAddressFrom(executable);COMMENT
LOW…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java221// try {COMMENT
LOW…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java241// }COMMENT
LOW…share/classes/com/ibm/jvm/traceformat/TraceFormat.java801 * Until we've got sorting for the generational files this needs to be disabledCOMMENT
LOW…hare/classes/com/ibm/jvm/trace/format/api/Message.java181 if (index < digits.length) {COMMENT
LOW…hare/classes/com/ibm/jvm/trace/format/api/Message.java201//COMMENT
LOW…/classes/com/ibm/jvm/trace/format/api/TraceRecord.java341 * in this and we need to do the fixup.COMMENT
LOW…st/TestConfig/resources/excludes/current_exclude_8.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/current_exclude_8.txt21##############################################################################COMMENT
LOW…stConfig/resources/excludes/feature_ojdkmh_exclude.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_21.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_27.txt1##############################################################################COMMENT
LOW…nfig/resources/excludes/feature_vtstandard_exclude.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_26.txt1##############################################################################COMMENT
LOWtest/TestConfig/resources/excludes/latest_exclude_8.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_25.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_28.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_17.txt1##############################################################################COMMENT
LOW…st/TestConfig/resources/excludes/latest_exclude_11.txt1##############################################################################COMMENT
LOW…/TestConfig/resources/excludes/latest_exclude_base.txt1##############################################################################COMMENT
LOWtest/TestConfig/scripts/tools/sysvcleanup.pl1#!/usr/bin/perlCOMMENT
LOW…CacheManagement/src/tests/sharedclasses/TestUtils.java1181 }COMMENT
LOW…heManagement/src/tests/sharedclasses/CreateConfig.java41// #java_exe=c:/ipartrid/j9vmwi3224/jre/bin/java.exeCOMMENT
LOW…ts/sharedclasses/options/TestControlDirCacheDir01.java81// if (!f.delete()) fail("Couldn't create the temp dir");COMMENT
LOW…/ibm/dump/tests/javacore_thread/CoreThreadCreator.java701// && jucLockA.isLocked()COMMENT
LOW…/ibm/dump/tests/javacore_thread/CoreThreadCreator.java721// public String getThreadNameToCheck() {COMMENT
LOW…/ibm/dump/tests/javacore_thread/CoreThreadCreator.java741// return good;COMMENT
LOW…st/src/com/ibm/jvm/ras/tests/DumpAPIQuerySetReset.java301 //COMMENT
LOW…st/src/com/ibm/jvm/ras/tests/DumpAPIQuerySetReset.java321 // int foundCount = checkDumpAgents(new String[] {"java", "system", "heap", null, "stack", "silent", "jit"},COMMENT
LOW…st/src/com/ibm/jvm/ras/tests/DumpAPIQuerySetReset.java401COMMENT
LOW…iTest/src/com/ibm/jvm/ras/tests/DumpAPIBasicTests.java761 try {COMMENT
LOW…iTest/src/com/ibm/jvm/ras/tests/DumpAPIBasicTests.java1021 COMMENT
LOW…iTest/src/com/ibm/jvm/ras/tests/DumpAPIBasicTests.java1041// coreFile3.exists());COMMENT
LOW…l/Java8andUp/src/j9vm/test/memory/MemoryAllocator.java261//#define J9MEM_CATEGORY_UNUSED5 5 /* #define J9MEM_CATEGORY_MM_RUNTIME_HEAP 7 */COMMENT
LOW…l/Java8andUp/src/j9vm/test/memory/MemoryAllocator.java281//#define J9MEM_CATEGORY_CLASSLIB_NETWORKING 26COMMENT
LOW…l/Java8andUp/src/j9vm/test/memory/MemoryAllocator.java301// #define J9MEM_CATEGORY_MM 0x80000003COMMENT
LOW…l/Java8andUp/src/j9vm/test/memory/MemoryAllocator.java321 static {COMMENT
LOW…t/functional/cmdLineTests/jitserver/jitserverScript.sh1#!/bin/shCOMMENT
LOW…unctional/cmdLineTests/jitserver/jitserversslconfig.sh1#!/bin/shCOMMENT
LOW…t/functional/cmdLineTests/jitserver/jitserverconfig.sh1# Copyright IBM Corp. and others 2023COMMENT
LOWtest/functional/cmdLineTests/hangTest/hang.sh1#! /bin/bashCOMMENT
LOW…functional/cmdLineTests/URLClassLoaderTests/readme.txt1COMMENT
2478 more matches not shown…
Decorative Section Separators53 hits · 147 pts
SeverityFileLineSnippetContext
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1901#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1903#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1911#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1913#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1871#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1873#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1884#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1886#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1934#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1936#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1956#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1958#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2030#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2032#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2117#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2120#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2139#-----------------------------------------------------COMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl2142#-----------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1540#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1542#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1552#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1554#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt35#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt37#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt381#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt383#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt632#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt634#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt683#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt685#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt845#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt847#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt900#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt902#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt923#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt925#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1336#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1338#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1435#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1437#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1477#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1479#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1505#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1507#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1585#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1587#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1653#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1655#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1692#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/gc_doc/DoxygenConfig.txt1694#---------------------------------------------------------------------------COMMENT
MEDIUMruntime/libffi/arm/gentramp.sh3# -----------------------------------------------------------------------COMMENT
MEDIUMruntime/libffi/arm/gentramp.sh27# -----------------------------------------------------------------------COMMENT
MEDIUMruntime/libffi/arm/gentramp.sh75# -----------------------------------------------------------------------COMMENT
Verbosity Indicators23 hits · 42 pts
SeverityFileLineSnippetContext
LOWruntime/rastrace/trcengine.c690 /* A trace option has been set. We need to check if the level 2 trace points have beenCOMMENT
LOWruntime/rastrace/trcengine.c1075 /* A trace option has been set. We need to check if the level 2 trace points have beenCOMMENT
LOWruntime/jvmti/jvmtiStartup.c601 * So we need to check if there is already an invocationJavaVM created before allocating a new one */COMMENT
LOW…ntime/compiler/optimizer/SequentialStoreSimplifier.cpp3456 /* If we have a load with refcount > 1. We need to check if symref is killed betweenCOMMENT
LOWruntime/compiler/runtime/GPUHelpers.cpp286// On Windows we need to check if the library or function pointer is nullCOMMENT
LOWruntime/compiler/z/codegen/J9TreeEvaluator.cpp3927 // Unless we know it's definitely a heap object, we need to check if offsetCOMMENT
LOWruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp772 // Step 1 : Test if bit 0 and bit 3 are setCOMMENT
LOWruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp773 // Step 2 : Test if there is exactly one bit set from bit 1 and bit 2COMMENT
LOWruntime/compiler/control/JITClientCompilationThread.cpp978 // do we need to check if the field is resolved?COMMENT
LOWruntime/compiler/p/codegen/J9TreeEvaluator.cpp13014 * This section handles the case where the first character of the substring matches the first character of the mainCOMMENT
LOWruntime/compiler/p/codegen/J9TreeEvaluator.cpp13026 * This section handles the case where the characters to search for in the main string do not fit in a single vectorCOMMENT
LOWruntime/compiler/p/codegen/J9TreeEvaluator.cpp13098 * This section handles the case where the characters to search for in the main string do not fit in a single vectorCOMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java353 // Step 2: Print any monitors that the thread is the owner of:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java358 // Step 3: Print any monitors that the thread is blocking on::COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java365 // Step 4: Print any monitors that the thread is waiting on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java447 // Step 2: Print any monitors that the thread is the owner of:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java453 // Step 3: Print any monitors that the thread is blocking on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java461 // Step 4: Print any monitors that the thread is waiting on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java868 // Step 1: Check for owner:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java875 // Step 2: Check if there are blocked (enter waiters) threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java885 // Step 3: Check if there are waiting (notify waiters) threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java329 // Step 1: Print the general info for the VM and native threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java424 // Step 1: Print the general info for the VM and native threads:COMMENT
Structural Annotation Overuse15 hits · 30 pts
SeverityFileLineSnippetContext
LOWruntime/compiler/runtime/JITServerAOTCache.cpp650// NOTE: This function can only be used in the destructor of the object containing the map.COMMENT
LOWruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp772 // Step 1 : Test if bit 0 and bit 3 are setCOMMENT
LOWruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp773 // Step 2 : Test if there is exactly one bit set from bit 1 and bit 2COMMENT
LOWruntime/compiler/control/CompilationThread.cpp2857 // NOTE: This method must be issued by a single thread because we don't hold a monitor.COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java353 // Step 2: Print any monitors that the thread is the owner of:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java358 // Step 3: Print any monitors that the thread is blocking on::COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java365 // Step 4: Print any monitors that the thread is waiting on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java447 // Step 2: Print any monitors that the thread is the owner of:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java453 // Step 3: Print any monitors that the thread is blocking on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java461 // Step 4: Print any monitors that the thread is waiting on:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java868 // Step 1: Check for owner:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java875 // Step 2: Check if there are blocked (enter waiters) threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java885 // Step 3: Check if there are waiting (notify waiters) threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java329 // Step 1: Print the general info for the VM and native threads:COMMENT
LOW…m29/tools/ddrinteractive/commands/MonitorsCommand.java424 // Step 1: Print the general info for the VM and native threads:COMMENT
Self-Referential Comments8 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl822 # Create a cacheCOMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl894 # Create a cacheCOMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1007 # Create a cacheCOMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1121 # Create a cacheCOMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1213 # Create a cacheCOMMENT
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl1346 # Create a cacheCOMMENT
MEDIUMruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp2014 * -# Create a callNode and attached BCDCHK's call parameter children to it. This callNode is to be evaluatedCOMMENT
MEDIUMruntime/compiler/z/codegen/J9BCDTreeEvaluator.cpp2019 * -# Create a handlerLabel that points to the start of the OOL sectionCOMMENT
Excessive Try-Catch Wrapping5 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…fjview/share/classes/com/ibm/jvm/dtfjview/Session.java819 out.print("An error occurred while processing the command: " + line);CODE
MEDIUMtest/TestConfig/scripts/tools/sysvcleanup.pl32 print("Error: incorrect usage!\n");CODE
MEDIUM…st/SharedClassesSysVTesting/testSC_SysV_Java7_Tests.pl93 print("Error: incorrect useage!\n");CODE
MEDIUM…teractive/structureformat/base/U64ScalarFormatter.java55 out.print("Error - see log");CODE
MEDIUM…om.ibm.jpp.preprocessor/com/ibm/jpp/om/SimpleCopy.java220 System.out.print("Error reading the source directory \"");CODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM…fj/share/classes/com/ibm/dtfj/phd/PHDImageFactory.java236 // javacore reader isn't that robustCOMMENT
MEDIUMruntime/compiler/optimizer/InlinerTempForJ9.cpp7382 // at this stage - we just find what is the best way to utilize the informationCOMMENT
MEDIUMruntime/compiler/x/codegen/X86PrivateLinkage.cpp342 // has more flexibility, and (2) we're more robust againstCOMMENT
Hyper-Verbose Identifiers5 hits · 6 pts
SeverityFileLineSnippetContext
LOW…s/src/com/ibm/jvmti/tests/traceSubscription/ts001.java26 * Test the extended function jvmtiRegisterTraceSubscriber()COMMENT
LOW…mtitests/src/com/ibm/jvmti/tests/verboseGC/vgc001.java26 * Test the extended function jvmtiRegisterVerboseGCSubscriber()COMMENT
LOWruntime/shared_common/ByteDataManager.hpp40class SH_ByteDataManager : public SH_ManagerCODE
LOWruntime/shared_common/AttachedDataManager.hpp33class SH_AttachedDataManager : public SH_ROMClassResourceManagerCODE
LOWruntime/bcutil/ROMClassCreationContext.hpp296 * - the class is a hidden class and isHiddenClassSharingEnabled() returns false (Java 15 and up, see the function isCOMMENT
Slop Phrases2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java172// riccole commented out as not used (let me know if you need this code)COMMENT
MEDIUM…are/classes/com/ibm/dtfj/image/j9/ImageStackFrame.java245// riccole commented out as not used (let me know if you need this code)COMMENT
Fake / Example Data3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…resources/src/j9vm/test/jnichk/CriticalAlwaysCopy.java34 String str = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. " +CODE
LOW…resources/src/j9vm/test/jnichk/CriticalAlwaysCopy.java34 String str = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. " +CODE
LOWruntime/compiler/ilgen/Walker.cpp91#define JSR292_placeholder "placeholder"COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…nal/cmdLineTests/sigxfszHandlingTest/runSIGXFSZTest.sh31# Print the value of the file size limitCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…estigation/prettify_type_conversion_explorer_output.pl25# Usage:COMMENT