Skip to content
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

Use classloader to capture classloading order #2

Open
propensive opened this issue Jan 11, 2023 · 1 comment
Open

Use classloader to capture classloading order #2

propensive opened this issue Jan 11, 2023 · 1 comment
Assignees
Labels
api Relates to the API design core Describes core required functionality forsaken This issue will not be fixed performance Relates to the efficiency or speed of an operation

Comments

@propensive
Copy link
Owner

By launching the JVM with a custom classloader,

java -Djava.system.class.loader=com.test.YourCustomClassLoader com.test.YourMainClass

an ordered list of loaded classes could be captured, which would help deduce the optimal sequence to preload classes.

@propensive propensive self-assigned this Jan 11, 2023
@propensive propensive added api Relates to the API design performance Relates to the efficiency or speed of an operation core Describes core required functionality labels Jan 11, 2023
@propensive propensive added this to the Primevère milestone Jan 11, 2023
@propensive
Copy link
Owner Author

Alternatively, a Java agent could be used.

@propensive propensive removed this from the Primevère milestone Oct 8, 2023
@propensive propensive added the forsaken This issue will not be fixed label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to the API design core Describes core required functionality forsaken This issue will not be fixed performance Relates to the efficiency or speed of an operation
Projects
Archived in project
Development

No branches or pull requests

1 participant