jdk/src/jdk.pack200/windows/native/unpack200/unpack200_proto.exe.manifest
author sjohanss
Mon, 15 Jun 2015 10:24:38 +0200
changeset 31348 c28f02c7abb5
parent 29925 6d47adfc6b47
permissions -rw-r--r--
8077279: assert(ic->is_clean()) failed: IC should be clean Reviewed-by: rbackman, thartmann

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity
     name=""
     version=""
     processorArchitecture="X86"
     type="win32"/>

  <description>Java(TM) SE Runtime Environment unpack200 Process.</description>
  <!-- Identify the application security requirements. -->
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel
          level="asInvoker"
          uiAccess="false"/>
        </requestedPrivileges>
       </security>
  </trustInfo>
</assembly>