[code-reflection] Integrated: Sadly opengl wrap had hardcoded package name this is fixed now

Gary Frost gfrost at openjdk.org
Sat Jul 5 11:58:42 UTC 2025


On Sat, 5 Jul 2025 11:53:54 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> Extracted OpenGL used by wrap_opengl differs between linux anbd mac. We need to 'exclude' one source file when we build each.  
> The wrapper code was trying to do this reflectively.  Sadly it had hardcoded expected path for classes to look for. 
> 
> This broke when I moved the classes from 'wrap.glwrap' to 'wrap.opengl' to be consistent with other projects. 
> 
> This PR fixes this.
> 
> This comment is way larger than the fix ;)

This pull request has now been integrated.

Changeset: 36cec9f6
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/36cec9f6265f6db155555dc7c6d73b19f9bed63c
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod

Sadly opengl wrap had hardcoded package name this is fixed now

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

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


More information about the babylon-dev mailing list