comparison src/share/vm/code/dependencies.cpp @ 8159:c5ff08c22458

Fix regression in client compiler debug recording.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:39:48 +0100
parents a7a93887b4c4
children 707b20dd9512
comparison
equal deleted inserted replaced
8158:53bc01380011 8159:c5ff08c22458
560 assert((jbyte)default_context_type_bit != 0, "byte overflow"); 560 assert((jbyte)default_context_type_bit != 0, "byte overflow");
561 561
562 _content_bytes = bytes.buffer(); 562 _content_bytes = bytes.buffer();
563 _size_in_bytes = bytes.position(); 563 _size_in_bytes = bytes.position();
564 } 564 }
565
565 566
566 const char* Dependencies::_dep_name[TYPE_LIMIT] = { 567 const char* Dependencies::_dep_name[TYPE_LIMIT] = {
567 "end_marker", 568 "end_marker",
568 "evol_method", 569 "evol_method",
569 "leaf_type", 570 "leaf_type",