<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 2015-05-04 18:15, Jungwoo Ha wrote:<br>
</div>
<blockquote
cite="mid:CA+n_jhii3wGBEUXi41c_N0jtMgziek0gsObU0oPStJSq9OV42A@mail.gmail.com"
type="cite">
<div dir="ltr">Stefan, this is already reflected on webrev.03.
--Jungwoo</div>
</blockquote>
<br>
OK. I missed it since it was posted to hotspot-runtime-dev and this
mail was sent to hotspot-gc-dev.<br>
<br>
Anyways, webrev.03 looks good.<br>
<br>
StefanK<br>
<blockquote
cite="mid:CA+n_jhii3wGBEUXi41c_N0jtMgziek0gsObU0oPStJSq9OV42A@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">If you
want to you could remove the assert:<br>
-BlockFreelist::BlockFreelist() : _dictionary(NULL) {}<br>
+BlockFreelist::BlockFreelist()<br>
+ : _dictionary(new BlockTreeDictionary()) {<br>
+ assert(_dictionary != NULL, "Failed to allocate
BlockTreeDictionary");<br>
+}<br>
<br>
since it's not needed.<br>
<br>
Thanks,<br>
StefanK<br>
</blockquote>
<div> </div>
</div>
</div>
</div>
</div>
</blockquote>
<br>
</body>
</html>