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

JVM_NAME is used instead of VENDOR #32

Closed
henri-tremblay opened this issue Apr 8, 2015 · 0 comments
Closed

JVM_NAME is used instead of VENDOR #32

henri-tremblay opened this issue Apr 8, 2015 · 0 comments
Assignees
Milestone

Comments

@henri-tremblay
Copy link
Contributor

Original issue 29 created by henri-tremblay on 2014-08-21T11:30:06.000Z:

In some places in code i see a line like :
PlatformDescription.isThisJVM(SUN)
The method isThisJVM is implemented as :
public static boolean isThisJVM(String name) {
return JVM_NAME.startsWith(name);
}
But SUN is the prefix of the vendor not of the name ....

@henri-tremblay henri-tremblay self-assigned this Jul 1, 2015
@henri-tremblay henri-tremblay added this to the 2.2 milestone Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant