jdk/src/windows/resource/unpack200_proto.exe.manifest
author never
Fri, 15 Jul 2011 15:35:50 -0700
changeset 10031 e81ae8b523dc
parent 3111 fefdeafb7ab9
permissions -rw-r--r--
6990212: JSR 292 JVMTI MethodEnter hook is not called for JSR 292 bootstrap and target methods Summary: check for single stepping when dispatching invokes from method handles Reviewed-by: coleenp, twisti, kvn, dsamersoff

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  <assemblyIdentity version="IMVERSION"
     processorArchitecture="X86"
     name="unpack200.exe"
     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>