test/hotspot/jtreg/vmTestbase/nsk/jdb/eval/eval001/eval001.java
changeset 51053 02a46b740866
parent 50220 31361382634b
equal deleted inserted replaced
51052:080776992b29 51053:02a46b740866
    96         { DEBUGGEE_CLASS + "._eval001a.myInstanceField", "9223372036854775807" },
    96         { DEBUGGEE_CLASS + "._eval001a.myInstanceField", "9223372036854775807" },
    97         { DEBUGGEE_CLASS + "._eval001a.myArrayField[0][0].toString()", "ABCDE" },
    97         { DEBUGGEE_CLASS + "._eval001a.myArrayField[0][0].toString()", "ABCDE" },
    98         { DEBUGGEE_CLASS + "._eval001a.myMethod()", "2147483647" },
    98         { DEBUGGEE_CLASS + "._eval001a.myMethod()", "2147483647" },
    99         { "myClass.toString().equals(\"abcde\")", "true"},
    99         { "myClass.toString().equals(\"abcde\")", "true"},
   100         { "i + j + k", "777"},
   100         { "i + j + k", "777"},
   101         { "new java.lang.String(\"Hello, World\").length()", "12"}
   101         { "new java.lang.String(\"Hello, World\").length()", "12"},
       
   102         { DEBUGGEE_CLASS + "._eval001a.testPrimitiveArray(test)", "1.0" }
   102                                           };
   103                                           };
   103 
   104 
   104     protected void runCases() {
   105     protected void runCases() {
   105         String[] reply;
   106         String[] reply;
   106         Paragrep grep;
   107         Paragrep grep;