-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Output is too Verbose #13
Comments
When openj9 switches to cmake, that will improve the output of the compilation (with the makefile backend at least). However, it will still be relatively verbose compared to the summary that openjdk prints. I have a feeling reducing the verbosity of cmake any further will not be a trivial task. As an example, here's a snip of OMR's output:
|
@rwy0717 there is an option for quieter makefiles. I don't recall it off the top of my head though |
|
Closing due to inactivity. This is worth looking at again post migration to cmake |
Deregistering and Shrinking Table - exposed deregistering function - called if error in allocating - decreases table size - created find function O(n) list Signed-off-by: akshayben <[email protected]>
Deregistering and Shrinking Table - exposed deregistering function - called if error in allocating - decreases table size - created find function O(n) list Signed-off-by: akshayben <[email protected]>
…hecks Check for J9ClassContainsUnflattenedFlattenables in classFlags
The output when compiling the OpenJ9 source code is extremely verbose. The core OpenJDK project is much briefer by default. I'd recommend changing our default compilation output to more closely match that of OpenJDK.
e.g., OpenJ9 output:
vs. OpenJDK output:
The text was updated successfully, but these errors were encountered: