comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeFailure.java @ 22219:1c0f490984d5

Merge with f47b601edbc626dcfe8b3636933b4834c89f7779
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 16 Sep 2015 15:36:22 -0700
parents dc83cc1f94f2 3aad794eec0e
children c896a8e70777
comparison
equal deleted inserted replaced
22160:0599e2df6a9f 22219:1c0f490984d5
76 private final Node parent; 76 private final Node parent;
77 private final Node child; 77 private final Node child;
78 private final Object wrapper; 78 private final Object wrapper;
79 79
80 /** 80 /**
81 * Description of an internal failure of {@link Node#probe()}. 81 * Description of an internal failure of {@link Instrumenter#probe(Node)}.
82 * 82 *
83 * @param reason what caused the failure 83 * @param reason what caused the failure
84 * @param parent the parent, if known, of the child being probed 84 * @param parent the parent, if known, of the child being probed
85 * @param child this child being probed 85 * @param child this child being probed
86 * @param wrapper the {@link WrapperNode} created to implement the probe 86 * @param wrapper the {@link WrapperNode} created to implement the probe