comparison src/os/windows/vm/os_windows.cpp @ 3064:8b0236cbed14

Make sure that the compiler is initialized at startup (and not on the first compiled method).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 22 Jun 2011 21:51:26 +0200
parents 083f13976b51
children be4ca325525a
comparison
equal deleted inserted replaced
3062:848dd57066ad 3064:8b0236cbed14
406 int lgrp_id = os::numa_get_group_id(); 406 int lgrp_id = os::numa_get_group_id();
407 if (lgrp_id != -1) { 407 if (lgrp_id != -1) {
408 thread->set_lgrp_id(lgrp_id); 408 thread->set_lgrp_id(lgrp_id);
409 } 409 }
410 } 410 }
411
412 411
413 if (UseVectoredExceptions) { 412 if (UseVectoredExceptions) {
414 // If we are using vectored exception we don't need to set a SEH 413 // If we are using vectored exception we don't need to set a SEH
415 thread->run(); 414 thread->run();
416 } 415 }