{"id":15069311,"url":"https://github.com/quasilyte/go-jdk","last_synced_at":"2025-04-09T12:06:20.786Z","repository":{"id":57519987,"uuid":"237527877","full_name":"quasilyte/go-jdk","owner":"quasilyte","description":"Run JVM-based code in Go efficiently","archived":false,"fork":false,"pushed_at":"2025-01-31T09:03:05.000Z","size":382,"stargazers_count":74,"open_issues_count":28,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T06:48:40.162Z","etag":null,"topics":["embedded","go","go-jdk","go-jre","gojdk","golang","interpreter","jdk","jit","jre","jvm","vm"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quasilyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-31T22:35:36.000Z","updated_at":"2025-03-02T08:03:34.000Z","dependencies_parsed_at":"2025-02-25T05:00:20.485Z","dependency_job_id":"162c56af-04f1-4eb8-9795-d9075f8381f8","html_url":"https://github.com/quasilyte/go-jdk","commit_stats":null,"previous_names":["quasilyte/gopherjre"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fgo-jdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fgo-jdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fgo-jdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasilyte%2Fgo-jdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasilyte","download_url":"https://codeload.github.com/quasilyte/go-jdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded","go","go-jdk","go-jre","gojdk","golang","interpreter","jdk","jit","jre","jvm","vm"],"created_at":"2024-09-25T01:41:44.700Z","updated_at":"2025-04-09T12:06:20.759Z","avatar_url":"https://github.com/quasilyte.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-jdk\n\n![Logo](docs/logo_small.png)\n\n[go-jdk](https://github.com/quasilyte/go-jdk) is [OpenJDK](https://ru.wikipedia.org/wiki/OpenJDK)-like implementation\nwritten in Go with a goal to deliver a great embeddable [JVM](https://en.wikipedia.org/wiki/Java_virtual_machine) for\n[Go](http://golang.org/) applications without [CGo](https://golang.org/cmd/cgo/).\n\nKey features:\n\n* JVM bytecode converted to [register-based form](https://www.usenix.org/legacy/events%2Fvee05%2Ffull_papers/p153-yunhe.pdf)\n* Loaded code is JIT-compiled right away, no run-time tracing involved\n* Efficient `Go-\u003eJVM` calls\n* Efficient `JVM-\u003eGo` calls\n* `native` Java methods can be written in Go\n\n\u003e Note: this project is in its early state.\n\n```bash\n# Run Java class method (main or any other static method):\ngo-jdk run -class Foo.class -method helloWorld\n\n# Disassemble Java class file with go-jdk:\ngo-jdk javap Foo.class\n\n# Print IR representation instead of JVM bytecode:\ngo-jdk javap -format=ir Foo.class\n\n# Print Java class dependencies:\ngo-jdk jdeps Foo.class\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasilyte%2Fgo-jdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasilyte%2Fgo-jdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasilyte%2Fgo-jdk/lists"}