--- old/src/jdk.jdi/share/classes/com/sun/jdi/Type.java Tue May 2 12:02:51 2017 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/Type.java Tue May 2 12:02:50 2017 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -45,13 +45,14 @@ *

* The following table illustrates which subinterfaces of Type * are used to mirror types in the target VM -- - * - * + *
+ * + * * - * - * - * + * + * + * * * * @@ -79,12 +80,12 @@ * * * - * + * * - * - * - * - * + * + * + * + * * * *
Maps each type declared in target to a mirrored + * instance of a subinterface of PrimitiveType or ReferenceType"
Subinterfaces of {@link PrimitiveType}
Type declared in target asIs mirrored as an instance of
Type declared in target asIs mirrored as an instance of
boolean {@link BooleanType}
void{@link VoidType}
Subinterfaces of {@link ReferenceType}
Type declared in target asFor exampleIs mirrored as an instance of
Type declared in target asFor exampleIs mirrored as an instance of
a classDate