test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp
changeset 52809 7edc56620d42
parent 52114 3b8994cb4481
equal deleted inserted replaced
52808:064e5795fa59 52809:7edc56620d42
    39     const char* name;
    39     const char* name;
    40     const char* value;
    40     const char* value;
    41 } PropertyDesc;
    41 } PropertyDesc;
    42 
    42 
    43 static PropertyDesc propDescList[PROPERTIES_COUNT] = {
    43 static PropertyDesc propDescList[PROPERTIES_COUNT] = {
    44     {"nsk.jvmti.test.property", "new value of nsk.jvmti.test.property"},
    44     { "nsk.jvmti.test.property", "new value of nsk.jvmti.test.property" },
    45     {"nsk.jvmti.test.property.empty.old", "new value of nsk.jvmti.test.property.emply.old"},
    45     { "nsk.jvmti.test.property.empty.old", "new value of nsk.jvmti.test.property.emply.old" },
    46     {"nsk.jvmti.test.property.empty.new", ""}
    46     { "nsk.jvmti.test.property.empty.new", "" }
    47 };
    47 };
    48 
    48 
    49 /* ============================================================================= */
    49 /* ============================================================================= */
    50 
    50 
    51 static int setProperties(jvmtiEnv* jvmti) {
    51 static int setProperties(jvmtiEnv* jvmti) {