From f236cf3cf43cec853a3c8576814c14a11241c33c Mon Sep 17 00:00:00 2001 From: Harold Seigel Date: Fri, 27 Apr 2018 08:45:11 -0400 Subject: [PATCH] 8202204: Rename hotspot runtime jtreg constantPool ConstantPool directories Move the tests in the constantPool directory to a new directory named AccModule. Reviewed-by: dholmes, gtriantafill --- .../jtreg/runtime/{constantPool => AccModule}/ACCModule52.java | 2 +- .../jtreg/runtime/{constantPool => AccModule}/ConstModule.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/hotspot/jtreg/runtime/{constantPool => AccModule}/ACCModule52.java (96%) rename test/hotspot/jtreg/runtime/{constantPool => AccModule}/ConstModule.java (99%) diff --git a/test/hotspot/jtreg/runtime/constantPool/ACCModule52.java b/test/hotspot/jtreg/runtime/AccModule/ACCModule52.java similarity index 96% rename from test/hotspot/jtreg/runtime/constantPool/ACCModule52.java rename to test/hotspot/jtreg/runtime/AccModule/ACCModule52.java index 241425076ca..3af0c146089 100644 --- a/test/hotspot/jtreg/runtime/constantPool/ACCModule52.java +++ b/test/hotspot/jtreg/runtime/AccModule/ACCModule52.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, 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 diff --git a/test/hotspot/jtreg/runtime/constantPool/ConstModule.java b/test/hotspot/jtreg/runtime/AccModule/ConstModule.java similarity index 99% rename from test/hotspot/jtreg/runtime/constantPool/ConstModule.java rename to test/hotspot/jtreg/runtime/AccModule/ConstModule.java index 27d9c2008b9..bff5ec67e0a 100644 --- a/test/hotspot/jtreg/runtime/constantPool/ConstModule.java +++ b/test/hotspot/jtreg/runtime/AccModule/ConstModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, 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