forked from AdoptOpenJDK/jitwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PRIVACY
47 lines (35 loc) · 1.7 KB
/
PRIVACY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
========================
JITWatch Privacy Policy
========================
Version: 1.03
Date : 2022-01-08
Author : Chris Newland
========================
This document describes the privacy implications of using JITWatch to analyse your program code or JIT log files.
============
Talking back
============
JITWatch does not transmit any information about your usage of the program, the log files you load, or any code
you execute in the sandbox.
=====================
Downloading resources
=====================
The first time you double-click on a bytecode in the TriView screen JITWatch will attempt to download the
JVM Specification from the https://docs.oracle.com website.
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html
https://docs.oracle.com/javase/specs/javaspec.css
These downloads are made over the HTTPS protocol and once successfully downloaded they will be stored in your
jitwatch folder and will not be downloaded again.
JITWatch offers the option to download the hsdis HotSpot disassembly binary from https://chriswhocodes.com
This is an optional download. If you choose to download the binary your IP address will be logged in the webserver
logs which are retained for 14 days.
=============
Build systems
=============
If you build JITWatch from source using maven then the build system will download various further
dependencies required to compile, package, test, and execute the build targets.
=======================
Sharing JITWatch output
=======================
JITWatch contains a screenshot feature. If you share screenshots from JITWatch, or snippets of your LogCompilation
XML or disassembled compiled methods you may divulge information about your program.