จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
cycle_finder
เครื่องมือ cycle_finder จะวิเคราะห์ไฟล์ทรัพยากร Java ที่ระบุแบบคงที่สําหรับการอ้างอิงหน่วยความจําที่ชัดเจนระหว่างออบเจ็กต์
cycle_finder [ options ] file1.java ...
ระบบรองรับตัวเลือกต่อไปนี้
- -sourcepath <path>
- ระบุตําแหน่งที่จะค้นหาไฟล์ต้นฉบับอินพุต
- -classpath <path>
- ระบุตําแหน่งที่ต้องการค้นหาไฟล์ระดับผู้ใช้
- --suppress-list <file>
- ระบุไฟล์ที่แสดงช่องและประเภทที่ได้รับอนุมัติให้ระงับ
- --restrict-to <file>
- เมื่อระบุไว้ ระบบจะพิมพ์เฉพาะรอบที่มีประเภทและเนมสเปซที่แสดงอยู่
- -Xbootclasspath:<เส้นทาง>
- บูตเส้นทางที่ใช้โดยการแปล (ไม่ใช่ตัวเครื่องมือเอง)
- -version
- ข้อมูลเวอร์ชัน
- -h, --help
- พิมพ์ข้อความนี้
ดูเพิ่มเติม
Cycle Finder เครื่องมือ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-01-04 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2023-01-04 UTC"],[],["The `cycle_finder` tool analyzes Java source files for strong memory references between objects. Key actions include specifying source files and using options like `-sourcepath` and `-classpath` to locate files. It can suppress output with `--suppress-list`, restrict output to specific types and namespaces using `--restrict-to`, and use `-Xbootclasspath` for translation. Additional options include viewing version information and getting help with `-version` and `-h` or `--help`, respectively.\n"]]