make/windows/projectfiles/tiered/vm.def

Mon, 28 Jul 2014 15:06:38 -0700

author
fzhinkin
date
Mon, 28 Jul 2014 15:06:38 -0700
changeset 6997
dbb05f6d93c4
parent 2369
aa6e219afbf1
child 6876
710a3c8b516e
permissions
-rw-r--r--

8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
Summary: call rtm_deopt() only if there were no compilation bailouts before.
Reviewed-by: kvn

duke@435 1 ;
duke@435 2 ; This .DEF file is a placeholder for one which is automatically
duke@435 3 ; generated during the build process. See
kamg@526 4 ; make\windows\build_vm_def.sh and
sla@2369 5 ; make\windows\makefiles\projectcreator.make (esp. the "-prelink"
duke@435 6 ; options).
duke@435 7 ;

mercurial