Comment #1: /home/edmund/evaluate_projects/Vuze_5301-46_source/org/gudy/azureus2/core3/util/LightHashMap.java: 541-544 [COMMENT #1] Clean up and let the main thread calm down try { Thread.sleep(5000); } catch (final InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } test(); System.out.println("-------------------------------------"); ****** COMMENT #1 ****** System.gc(); try { Thread.sleep(300); } catch (final InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } test(); # Rating on this comment # 1: accurate, adequate, concise and useful at describing the source code. (committable) # 2: not accurate, adequate, concise, or useful, at describing the source code but can be fixed with minor modifications. # (committable but require fixes) # 3: not accurate, adequate, concise, or useful at describing the source code. (not committable) # (Fill in after the keyword: 1, 2 or 3) CLASSIFICATION: ————————————