[code-reflection] Integrated: Towards a cleaner hat bld run script

Gary Frost gfrost at openjdk.org
Mon Jun 23 03:49:58 UTC 2025


On Mon, 23 Jun 2025 03:45:06 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> I have a cleaner proposal for hat build scripting
> 
> Previous
> 
> java @hat/clean
> java @hat/bld 
> java @hat/run ffi-opencl mandel
> 
> Now
> 
> java hat/HAT.java clean
> java hat/HAT.java bld
> java hat/HAT.java run ffi-opencl mandel
> 
> 
> Also we can chain
> 
> java hat/HAT.java clean run ffi-opencl mandel
> 
> Note that 'run' now only builds the dependencies needed.

This pull request has now been integrated.

Changeset: c4d578e1
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/c4d578e104cf9a8bd5bb0ad71936e6cb3f3fb1ab
Stats:     549 lines in 3 files changed: 544 ins; 0 del; 5 mod

Towards a cleaner hat bld run script

-------------

PR: https://git.openjdk.org/babylon/pull/456


More information about the babylon-dev mailing list