Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8212959 Remove testing against NSK_FALSE/NSK_TRUE from tests in vmTestbase
JDK-8228998
Remove the testing against NSK_FALSE from tests
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Sub-task
Resolution:
Fixed
Priority:
P4
Fix Version/s:
14
Affects Version/s:
None
Component/s:
hotspot
Labels:
None
Subcomponent:
jvmti
Resolved In Build:
b09
Description
Instead of :
if (nsk_jvmti_parseOptions(options) == NSK_FALSE) {
Do:
if (!nsk_jvmti_parseOptions(options)) {
Attachments
Activity
People
Assignee:
Jean Christophe Beyler
Reporter:
Jean Christophe Beyler
Votes:
0
Vote for this issue
Watchers:
1
Start watching this issue
Dates
Created:
2019-08-01 11:39
Updated:
2019-08-07 18:14
Resolved:
2019-08-02 11:29