Skip to content

Preemptively load all JNI to Java callbacks #6078

Open
@ThadHouse

Description

@ThadHouse

wpilibsuite/2024Beta#51 was caused by a class being removed, and then the method loading failing later on when called. Due to how we load the method, this actually just results in a jvm crash, rather than a usable error. If we instead preemptively load everything, we'd catch issues like this much earlier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: halHardware Abstraction Layertype: featureBrand new functionality, features, pages, workflows, endpoints, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions