https://github.com/eclipse-openj9/openj9-utils
https://github.com/eclipse-openj9/openj9-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse-openj9/openj9-utils
- Owner: eclipse-openj9
- License: other
- Created: 2020-08-27T07:44:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T21:58:00.000Z (over 1 year ago)
- Last Synced: 2025-03-29T05:12:23.738Z (over 1 year ago)
- Language: C++
- Size: 464 KB
- Stars: 17
- Watchers: 11
- Forks: 29
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Welcome to the Eclipse OpenJ9 Utils repository
========================================
This repo is intended as an interim home for utilities that are still finding their place in the OpenJ9 ecosystem. This repo provides a place for groups to colaborate around the tools & utilities and to grow communities around them.
Though some utilites may eventually be merged into the main #eclipse/openj9 repository as part of the regular OpenJ9 builds, not all utils are expected to do that. Some may live forever here as useful utils for debugging, experimenting, etc with the OpenJ9 and the broader Java ecosystem.
Expectations
============
Each util is expected to live in its own directory and to be buildable at all times.
Libraries needed by the utilities should be fetched and not checked into this repo.
Contributions
============
See To get started, read our [Contribution Guide](https://github.com/eclipse/openj9/blob/master/CONTRIBUTING.md) in the main OpenJ9 repo.
Copyright (c) 2020, 2020 IBM Corp. and others