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

JavaVersion.isIBMJvm() incorrect or need isOpenJ9Jvm() #65

Open
andrew-m-leonard opened this issue Jun 7, 2019 · 1 comment
Open

JavaVersion.isIBMJvm() incorrect or need isOpenJ9Jvm() #65

andrew-m-leonard opened this issue Jun 7, 2019 · 1 comment
Labels
Projects

Comments

@andrew-m-leonard
Copy link

andrew-m-leonard commented Jun 7, 2019

JdiTest suite assume if isIBMJvm() is true it can use jdwp trace=.. options, but they are not supported for OpenJ9:

ASI2 stderr ERROR: JDWP option syntax error: -agentlib:jdwp=transport=dt_socket,address=30001,server=y,timeout=300000,trace=PROG+CMD+PACK+DATA

Either IBMJvm() means IBMSDK only, or JdiTest needs a JavaVersion.isOpenJ9Jvm() method?

@andrew-m-leonard andrew-m-leonard changed the title JavaVersion.isIBMJvm() incorrect of need isOpenJ9Jvm() JavaVersion.isIBMJvm() incorrect or need isOpenJ9Jvm() Jun 7, 2019
@karianna karianna added this to TODO in stf via automation Jun 7, 2019
@karianna karianna added the bug label Jun 7, 2019
@lumpfish
Copy link
Contributor

Some pertinent history: #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
stf
  
TODO
Development

No branches or pull requests

3 participants