comparison src/share/vm/runtime/frame.hpp @ 4042:b20d64f83668

7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop Reviewed-by: kvn, never, jrose
author twisti
date Mon, 24 Oct 2011 07:53:17 -0700
parents 5432047c7db7
children 3dbcd1013cc8 eaa9557116a2
comparison
equal deleted inserted replaced
4041:42783d1414b2 4042:b20d64f83668
514 public: 514 public:
515 // Used by frame functions to describe locations. 515 // Used by frame functions to describe locations.
516 void describe(int owner, intptr_t* location, const char* description, int priority = 0); 516 void describe(int owner, intptr_t* location, const char* description, int priority = 0);
517 517
518 void validate(); 518 void validate();
519 void print(); 519 void print(JavaThread* thread);
520 }; 520 };
521 521
522 #endif 522 #endif
523 523
524 // 524 //