src/java.base/share/classes/jdk/internal/misc/JavaLangAccess.java
changeset 47866 39db80b32b69
parent 47859 065700a01c96
child 48065 c4f2b6749c86
equal deleted inserted replaced
47865:53440b6353b6 47866:39db80b32b69
   252      * Returns the ServicesCatalog for the given Layer.
   252      * Returns the ServicesCatalog for the given Layer.
   253      */
   253      */
   254     ServicesCatalog getServicesCatalog(ModuleLayer layer);
   254     ServicesCatalog getServicesCatalog(ModuleLayer layer);
   255 
   255 
   256     /**
   256     /**
   257      * Returns an ordered stream of layers. The first element is is the
   257      * Returns an ordered stream of layers. The first element is the
   258      * given layer, the remaining elements are its parents, in DFS order.
   258      * given layer, the remaining elements are its parents, in DFS order.
   259      */
   259      */
   260     Stream<ModuleLayer> layers(ModuleLayer layer);
   260     Stream<ModuleLayer> layers(ModuleLayer layer);
   261 
   261 
   262     /**
   262     /**