1 <!--
   2    Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
   3    Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
   4 -->
   5 <html>
   6   <head>
   7     <title>Mission Control Plug-ins</title>
   8   </head>
   9 
  10   <body>
  11 
  12     <style type="text/css">
  13       <!--
  14         body
  15         {
  16           margin: 0px;
  17           padding: 0px;
  18           font-family: Helvetica, Arial, Verdana, sans-serif;
  19           font-size: 12px;
  20           background-color: #FFFFFF;
  21         }
  22         a:link,a:visited
  23         {
  24                   color: #CC0000;
  25                   font-size: 12px;
  26                   text-decoration: none;
  27             }
  28         a:active,a:hover
  29         {
  30                   color: #CC0000;
  31                   font-size: 12px;
  32                   text-decoration: underline;
  33             }
  34         .body-text
  35         {
  36           padding-left: 15px;
  37           padding-right: 15px;
  38           padding-bottom: 20px;
  39           font-family: Helvetica, Arial, Verdana, sans-serif;
  40           font-size: 12px;
  41           color: #000000;
  42           vertical-align: top
  43         }
  44         .section-header
  45         {
  46           font-family: Helvetica, Arial, Verdana, sans-serif;
  47           font-size: 16px;
  48           color: #000000
  49         }
  50         .bannerlogo
  51         {
  52           padding-left: 6px;
  53         }
  54         .bannertitle
  55         {
  56           padding-left: 15px;
  57           font-family: Arial, Helvetica, sans-serif;
  58           font-size: 28px;
  59           color: #DE2516;
  60           letter-spacing: -1px;
  61           line-height: 22px;
  62         }
  63         .superscript
  64         {
  65           vertical-align: super;
  66           font-size: 12px;
  67         }
  68         .footer
  69         {
  70           padding: 20px;
  71           font-family: Helvetica, Arial, Verdana, sans-serif;
  72           font-size: 10px;
  73           color: #000000;
  74           text-align: center
  75         }
  76       -->
  77     </style>
  78 
  79     <table cellpadding="0" cellspacing="0" border="0" width="760">
  80 
  81       <tr>
  82         <td>
  83           <table cellpadding="0" cellspacing="0" border="0" width="100%">
  84             <tr>
  85               <td>
  86                 <div class="bannertitle">Mission Control Plug-ins</div><br>
  87               </td>
  88             </tr>
  89           </table>
  90         </td>
  91       </tr>
  92       
  93       <tr>
  94         <td style="height: 20px; background-color: #FFFFFF;"></td>
  95       </tr>
  96 
  97       <tr>
  98         <td>
  99           <table cellpadding="0" cellspacing="0" border="0" width="100%">
 100             <tr>
 101               <td class="body-text" width="60%">
 102 
 103                 <p>This update site provides a set of plugins that extend JDK Mission Control in various ways.</p>
 104                 <p>These plug-ins are not considered part of the base JMC functionality.</p>
 105                 
 106                 <p class="section-header"><b>Key Features</b></p>
 107 
 108                 <ul>
 109                   <li>JConsole plug-in support for the Management Console.</li>
 110                   <li>Subscriptions tab for the Management Console.</li>
 111                   <li>Twitter plug-in support for the triggers Action in the Management Console.</li>       
 112                   <li>Flight Recorder plug-in for visualizing JavaFX pulse phases and input events.</li>
 113                   <li>Metadata plug-in for Flight Recorder.</li>
 114                   <li>Heap memory usage analysis plug-ins.</li>
 115                   <li>Flight Recorder plug-in for visualizing G1 garbage collections.</li>
 116                 </ul>
 117 
 118                 <p class="section-header"><b>Requirements</b></p>
 119 
 120                 <ul>
 121                   <li>Requires Mission Control RCP Edition 7.0.0</li>
 122                 </ul>
 123 
 124                 <center>
 125                   <br/>
 126                   <a href="images/screen-capture-01-large.png">
 127                     <img src="images/screen-capture-01-small.png" border="0"/><br/>
 128                     enlarge
 129                   </a>
 130                   <br/><br/><br/>
 131                 </center>
 132 
 133               </td>
 134               <td width="1" bgcolor="#CCCCCC"></td>
 135               <td class="body-text">
 136                 <b>Download and Install</b><br/>
 137                                 This update site should be accessed from within the RCP application.<br/>                
 138                 <br/>
 139                 
 140                 <b>Prerequisites</b><br/>
 141                 <img src="images/bullet-arrow-red.gif"/>
 142                 <a href="https://www.oracle.com/technetwork/java/javaseproducts/mission-control/index.html">
 143                   JDK Mission Control
 144                 </a>
 145                 <br/>
 146                                 <br/>
 147                 <b>Support</b><br/>
 148                 Plug-ins that are experimental are not supported, but you can always try asking in the forums.<br/>
 149                   
 150                 <img src="images/bullet-arrow-red.gif"/>
 151                 <a href="https://community.oracle.com/community/java/java_hotspot_virtual_machine/java_mission_control">
 152                   Newsgroup
 153                 </a><br/>
 154               </td>
 155             </tr>
 156           </table>
 157         </td>
 158       </tr>
 159 
 160       <tr>
 161        <td class="footer">
 162           Copyright &copy; 1999, 2019, Oracle and/or its affiliates. All rights reserved.<br>   
 163           Oracle is a registered trademark of Oracle Corporation and/or its<br>
 164           affiliates. Other names may be trademarks of their respective owners.<br>
 165           Eclipse is a trademark of Eclipse Foundation, Inc.
 166         </td>
 167        </tr>
 168     </table>
 169     
 170   </body>
 171 </html>